GetProfileForUpdate

Description

This activity returns a ProfileForUpdate given the ObjectId of the profile to update.


Advanced parameters

AllowChangingClassType InArgument<Boolean>

Reduces memory consumption by filtering the ClassType Update grants

AllowChangingDomain InArgument<Boolean>

Reduces memory consumption by filtering the Domain Update grants

AllowChangingObjectState InArgument<Boolean>

Reduces memory consumption by filtering the ObjectState Update grants

CommandTimeoutSeconds InArgument<Int32>

The maximum number of seconds the activity can take to perform the search operation. The default value is 30.

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

AdditionalFieldsToLoadExternalIds InArgument<List<String>>

If left null the activity loads all the AdditionalFields. Oterwise it loads only the specified ones specify, using this argument, the ids of additional fields you want to load.

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile to update.

RaiseWorkflowEvents InArgument<Boolean>

The default is TRUE. Set it to False if you don't want to raise ProfileRequested workflow events.