Returns a table with all Operations and Transitions for a Specification.
This will return the Operations and Transitions for a Top Level Specification only. If you require the Operations and Transitions for a Child Specifications please see SppGetOperationsAndTransitionsForChildSpecification.
SppGetSpecificationOperationsAndTransitions([Specification Name],[Current User Only])
Where:
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 |
---|---|---|
SppGetSpecificationOperationsAndTransitions("Spec 0025"True) | {"Name","Type","State","Target State"; "Edit","Transition","Pending","Specify"; "ReleaseLocal","Transition","Pending","Completed"; "ReleaseAutopilot","Transition","Pending","Released To Server"; "Copy","Operation","Pending",""; "Delete","Operation","Pending",""} | Will return a table of Operations and Transitions for the Specification Spec 0025. |
Name | Type | State | Target State |
---|---|---|---|
Edit | Transition | Pending | Specify |
ReleaseLocal | Transition | Pending | Completed |
ReleaseAutopilot | Transition | Pending | Released To Server |
Copy | Operation | Pending | |
Delete | Operation | Pending |