GetProfileInsertByExtIds

Description

This activity creates an IProfileForInsert object which represents a basic profile related to its ClassType, Domain and ObjectState.

It is possible to leave ClassType, Domain or ObjectState empty but they must be set before to insert the profile with the ProfileInsert or the ProfileBulkInsert activity.

Advanced parameters

IgnoreFieldDescriptors InArgument<Boolean>

Reduces memory consumption by returning NULL in the FieldDescriptors property


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

ClassTypeExternalId InArgument<String>

The ExternalId of the ClassType in which to insert the profile.

ClassTypeId InArgument<Int32?>

The Id of the ClassType in which to insert the profile.

DomainExternalId InArgument<String>

The ExternalId of the Domain in which to insert the profile.

DomainId InArgument<Int32?>

The Id of the Domain in which to insert the profile.

ObjectStateExternalId InArgument<String>

The ExternalId of the ObjectState in which to insert the profile.

ObjectStateId InArgument<Int32?>

The Id of the ObjectState in which to insert the profile.