UpdateLifeCycleDefinition Method
Updates a life cycle definition.
Required Permissions
ManageBehaviorDefinitionSyntax
public LfCycDef UpdateLifeCycleDefinition(
System.long lcdefId,
System.string displayName,
System.string description,
SysAclBeh systemAclBehavior
)Public Function UpdateLifeCycleDefinition( _
ByVal lcdefId As System.Long, _
ByVal displayName As System.String, _
ByVal description As System.String, _
ByVal systemAclBehavior As SysAclBeh _
) As LfCycDefParameters
| Name | Description |
|---|---|
| lcdefId | The ID of the life cycle definition. |
| displayName | The new display name. |
| description | The new description. |
| systemAclBehavior | Desired System ACL Behavior (Combined/Override) for State Security for this Definition |
Return Value
The updated life cycle definition object.
Remarks
In updating a Lifecycle Definition, the System ACL Behavior can be modified. If it is modified, all Entities that that are currently assigned a State within this definition will have their System ACL Behavior changed to the new System ACL Behavior.