Returns an Array with all Transitions and Operations for a Child Specification.
SppGetOperationsAndTransitionsForChildSpecification([Control Name],[Specification Name],[Current user Only])
Where:
Control Name is the name of the Child Specification Control.
Specification Name is the name of the Specification.
Current User Only is True to only show the Operations and Transitions that the current user has permission for.
Rule | Result | Meaning |
---|---|---|
SppGetOperationsAndTransitionsForChildSpecification("LayoutItems","StraightConveyor "&Text(ChildSpecificationsReturn,"0000"),TRUE) | {"Name","Type","State","Target State";"Edit","Transition","Saved","Specify";"Copy","Operation","Completed","";} | Will return an Array of Operations and Transitions for the specified Child Specification within the Child Specification Control. |
Name | Type | State | Target State |
---|---|---|---|
Edit | Transition | Completed | Specify |
Copy | Operation | Completed |