DMConfig_ObjectStateUpdate

Description

This activity allows to update properties of an ObjectState that already exists in the specified DocsMarshal installation.

It is enough to set only properties whose value you want to change. Each of the left empty parameters will be ignored and the corresponding value of the additional field won't be changed.


Destination

ObjectStateExternalId InArgument<String>

The ExternalId of the ObjectState to be modified. If Id and ExternalId have both a value only the Id will be considered.

ObjectStateId InArgument<Int32?>

The Id of the ObjectState to be modified. If Id and ExternalId have both a value only the Id will be considered.


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

AllowForceOverwrite InArgument<Boolean>

AllowForceRevision InArgument<Boolean>

Description InArgument<String>

The description of the ObjectState.

EnableDocumentVersioning InArgument<Boolean>

If set to true, DocsMarshal will keep track of all the values that will assume over time all the byte array fields of a profile so that it is possible to search for all the various versions of them.

EnableProfileVersioning InArgument<Boolean>

ExternalId InArgument<String>

The ExternalId of the ObjectState.

GridBackColor InArgument<String>

The background color with which to display the ObjectStatein the grids. It must be in rgba formatted: "#RRGGBBAA".

GridForeColor InArgument<String>

The foreground color with which to display the ObjectStatein the grids. It must be in rgba formatted: "#RRGGBBAA".


Required

The name of the ObjectState.