Home Search

DriveWorks Pro 21
SppGetOperationsAndTransitionsForChildSpecification

Send Feedback

SppGetOperationsAndTransitionsForChildSpecification

Returns an Array with all Transitions and Operations for a Child Specification.

Syntax

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.

Example

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

Returned Array In Table Format

NameTypeStateTarget State
EditTransitionCompletedSpecify
CopyOperationCompleted