ReqRoute.pmfCanBeSequenced Method
Determines if the route is allowed to be sequenced.
Syntax
public boolean pmfCanBeSequenced(PMFSequenceGroupId _sequenceGroupId)
Run On
Called
Parameters
- _sequenceGroupId
Type: PMFSequenceGroupId Extended Data Type
The ID of the sequence group for which to determine if the item is applicable.
Return Value
Type: boolean
true if the route is allowed to be sequenced; otherwise, false.
Remarks
In order to be sequenced the following conditions apply:
There must be process time
It must refer to a batch order
The item must have a sequence value assigned
The route is not allowed to contain any branches.