AdditionalFieldsGrantSetGrant

Description

With this activity you can set grants to an Additional Field.

  • AdditionalFieldId and AdditionalFieldExternalId cannot be used together.
  • ClassTypeId and ClassTypeExternalId cannot be used together.
  • SecurityIdentityId, UserExternalId, UserGroupExternalId and BusinessRoleExternalId cannot be used together

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.

Grant

CanInsert InArgument<Boolean>

The property CanInsert of the Grant you want to set.

CanRead InArgument<Boolean>

The property CanRead of the Grant you want to set.

CanUpdate InArgument<Boolean>

The property CanUpdate of the Grant you want to set.


Search

AdditionalFieldExternalId InArgument<String>

The AdditionalField ExternalId of the grant you want to set

AdditionalFieldId InArgument<Int32>

The AdditionalField Id of the grant you want to set

ClassTypeExternalId InArgument<String>

The ClassType ExternalId of the grant you want to set

ClassTypeId InArgument<Int32>

The ClassTypeId of the grant you want to set


Security Identity

BusinessRoleExternalId InArgument<String>

The ExternalId of a BusinessRole.

SecurityIdentityId InArgument<Int32>

The Id of a user, UserGroup or BusinessRole.

UserExternalId InArgument<String>

The ExternalId of a user.

UserGroupExternalId InArgument<String>

The ExternalId of a UserGroup.


Sql Filter

SqlFilter InArgument<String>

An Sql Filter that allow you to filter the profiles for the given Grant.