DMConfig_ObjectStateInsert

Description

This activity allows to insert a new ObjectState in the specified DocsMarshal installation.


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".

Result OutArgument<Int32>

The Id of the inserted object state.


Required

The name of the ObjectState.