TaskOperationOpenDocumentV2

Description

This activity allows to create a task operation which opens a document.


Misc

AllowEditDocument InArgument<Boolean>

Default is FALSE. Set this argument to TRUE to enable the user who take in charge the task to edit the specified document.

BrowseFileFields InArgument<Boolean>

Sets whether to show the list of all files in a profile at run time so that the user can choose which one to open.

Description InArgument<String>

The description of the operation.

ExternalId InArgument<String>

The ExternalId of this operation. This property is required if you want to use this operation in the Task Designer.

FieldExternalId InArgument<String>

The ExternalId of the profile field where the document to open is stored. If it is left null DocsMarshal takes the default field for file from the class type of the profile.

MaximumNumberExecution InArgument<Int32>

The maximum number of times the operation could be executed.

MinimumNumberExecution InArgument<Int32>

The minimum number of times the operation could be executed.

Name InArgument<String> REQUIRED

The name of the operation.

ObjectId InArgument<Guid> REQUIRED

The ObjectId of the profile from which to open the document.

ShowPriority InArgument<Int32?>

The ShowPriority property indicates the order in which operations should be displayed within a task screen.It can be assigned to any integer value(even negative), so be sure to assign it in a way that respects the order in which the operations must be performed.The higher the number, the more the operation has priority so it must be performed before the others.