You need to sign in to do that
Don't have an account?

How to tell if the Document/Attachment feature is enabled for a Salesforce user.
I have an application that automatically saves email attachments. At startup is there a method to determine if the document/attachment feature is available for the Salesforce customer?
Hi SweetBox,
I suppose you can do a describe on document and attachment. If the user can describe the document or attachment then you can check the access for each to determine the availability.