ProcessStartRoleId Property |
When Start_Event='USR' then specifies the role which the user must play in order to start the process. null when Start_Event<>'USR'. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> StartRoleId { get; set; }
Public Property StartRoleId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ StartRoleId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member StartRoleId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also