AdditionalFieldsGrantGetProperties

Description

With this activity you can take all properties singularly from an AdditionalFieldGrant.


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.

Input

Grant InArgument<CtAfGrant> REQUIRED

The grant whose properties you want to read.


Output

AdditionalFieldExternalId OutArgument<String>

The ExternalId of the AdditionalField to which the grant refers

AdditionalFieldId OutArgument<Int32>

The Id of the AdditionalField to which the grant refers

CanInsert OutArgument<Boolean>

The property CanInsert of the given Grant.

CanRead OutArgument<Boolean>

The property CanRead of the given Grant.

CanUpdate OutArgument<Boolean>

The property CanUpdate of the given Grant.

ClassTypeExternalId OutArgument<String>

The ExternalId of the ClassType to which the grant refers

ClassTypeId OutArgument<Int32>

The Id of the ClassType to which the grant refers

SecurityIdentityId OutArgument<Int32>

The id of the security identity to which the grant refers

SqlFilter OutArgument<String>

The property SqlFilter of the given Grant.