DMConfig_AdditionalFieldGet

Description

This activity allows to get a single AdditionalField given its Id or ExternalId.

To get more AdditionalFields it is necessary to use the DMConfig_AdditionalFieldGetAll activity and then apply some additional filters if necessary.

Additional Field

AdditionalFieldExternalId InArgument<String>

The ExternalID of the additional field to get. If AdditionalFieldId and AdditionalFieldExternalId are filled in at the same time, AdditionalFieldExternalId will be ignored.

AdditionalFieldId InArgument<Int32?>

The ID of the additional field to get. If AdditionalFieldId and AdditionalFieldExternalId are filled in at the same time, AdditionalFieldExternalId will be ignored.


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.