AddLifeCycleDefinition Method
Adds a new Life Cycle Definition.
Required Permissions
ManageBehaviorDefinitionSyntax
public LfCycDef AddLifeCycleDefinition(
System.string systemName,
System.string displayName,
System.string description,
SysAclBeh systemAclBehavior
)Public Function AddLifeCycleDefinition( _
ByVal systemName As System.String, _
ByVal displayName As System.String, _
ByVal description As System.String, _
ByVal systemAclBehavior As SysAclBeh _
) As LfCycDefParameters
| Name | Description |
|---|---|
| systemName | The system name of the Life Cycle Definition. This value must be a GUID with the following format (lower case): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
| displayName | The display name. |
| description | The description. |
| systemAclBehavior | Desired System ACL Behavior (Combined/Override) for State Security for this Definition |
Return Value
The new Life Cycle Definition object.
Remarks
In creating a Lifecycle Definition the desired System ACL Behavior needs to be set. The State Security applied to an Entity moving to a State within this Definition will observe this configured System ACL Behavior