SetProfileExternalId

Description

This activity allows to set the External Id of a given profile. Also all the necessary checks so that everything happens correctly will be done.

The activity works only locally so, to save the changes, it is necessary to use the ProfileInsert or ProfileUpdate activities.

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.

Misc

ExternalId InArgument<String> REQUIRED

The ExternalId to be assigned to the profile.

Profile InArgument<IProfileForBase> REQUIRED

The profile to which to set the external id.