Will return an Array with all the Transitions and Operations in the Project.
SppGetProjectTransitionsAndOperations()
Where:
There is no argument needed for this function.
Rule | Result | Meaning |
---|---|---|
SppGetProjectTransitionsAndOperations() | {"Name","Type","State","Target State","Teams"; "Send For Approval","Transition","Specify","Awaiting Approval","All"; "Begin approval","Transition","Awaiting Approval","Approving","Administrators|Engineers"; "Approve","Transition","Approving","Approved","All"; "Deny Approval","Transition","Approving","Approval Denied","All"; "EditQuote","Transition","Approval Denied","Specify","All"; "Print","Operation","Approved","","Owner"} | This Array contains information about all the Transitions and Operations in the Project. |
Name | Type | State | Target State | Teams |
---|---|---|---|---|
Send For Approval | Transition | Specify | Awaiting Approval | All |
Begin Approval | Transition | Awaiting Approval | Approved | Administrators|Engineers |
Approve | Transitions | Approving | Approved | All |
Deny Approval | Transition | Approving | Approval Denied | All |
EditQuote | Transition | Approval Denied | Specify | All |
Operation | Approved | "" | Owner |