Uploading Salesforce files to the DMS
Managing and processing DMS documents
Testing d.velop Apex code
The dvelop_docs_dev.DocumentUploadOptions class defines the settings and options that control the behavior of the asynchronous process for uploading files.
You can create DocumentUploadOptions using the following constructor:
The constructor creates DocumentUploadOptions with the available parameters.
global DocumentUploadOptions(Boolean useConfigUser, Boolean skipValidate)
useConfigUser: Specifies whether the process is run with the service user’s credentials or those for the current logged-in user.
Data type: Boolean
skipValidate: Specifies whether a user session retrieved from the cache is revalidated using Identity Provider and possibly requested again.
Data type: Boolean