TaskOperationOpenProfileV4

Description

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


Misc

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.

MaskExternalId InArgument<String>

The ExternalId of the mask to be used to open the profile. Leave it null to use the default one.

MaximumNumberExecution InArgument<Int32>

The minimum 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 to be opened.

PortalParameters IDictionary<String,Argument>

The mask additional parameters to be passed to the portal page.

Watch ProfileUpdate documentation to know which are the possible values.

ReadOnly InArgument<Boolean>

If this parameter is set to True then the operation will open a Profile View mask. A Profile Update mask will be opened otherwise.

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.