Home Search

DriveWorks Pro 21
SppGetSpecificationOperationsAndTransitions

Send Feedback

SppGetSpecificationOperationsAndTransitions

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.

Syntax

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.

Example

RuleResultMeaning
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.

Returned Array Shown In Table Format

NameTypeStateTarget State
EditTransitionPendingSpecify
ReleaseLocalTransitionPendingCompleted
ReleaseAutopilotTransitionPendingReleased To Server
CopyOperationPending
DeleteOperationPending