PMFSequencingModel.rank Method [AX 2012]

Gets the rank of the current planned order in the list of planned orders for a given work center.

public int rank(
    Common _current, 
   [PMFSequenceId _sequenceId, 
    Set _unsortedSet])

Run On

Called

Parameters

_current
Type: Common Table
The current planned order to evaluate.
_sequenceId
Type: PMFSequenceId Extended Data Type
Th unique ID of the sequence to use to rank the planned order.
_unsortedSet
Type: Set Class
The list of all planned orders for the specified work center.

Return Value

Type: int
The rank of the specified planned order.

ExceptionCondition
Error

The method is not overridden in a subclass.

Community Additions

ADD
Show: