SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled Method
Sets the enabled value for the Change Order Vault setting "Restrict Change Orders from moving out of Work state based on File and Item lifecycle states"
Required Permissions
Vault Set OptionsSyntax
public void SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled(
System.string entityClassId,
System.bool enabled
)Public Sub SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled( _
ByVal entityClassId As System.String, _
ByVal enabled As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| entityClassId | entity class ID identifying the entity class to set the enabled value for |
| enabled | whether or not to restrict lifecycle state changes from work states |