SetDocument

Description

This activity allows to set a document of a profile.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Input

FieldExternalId InArgument<String>

The ExternalId of the Field where to save the document if it is not the defaul one. The default field for files is configured in the ClassType of the profile.

The Document to set. If this value is null, the actual document of the profile will be deleted

NetworkCredentials InArgument<NetworkCredential>

The Network Credentials that DocsMarshal should use to set the document. This parameter is required if the additional field has been configured to use them.

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile you want to set the document.

RaiseWorkflowEvents InArgument<Boolean?>


Output

The updated Document