Share via


WrkCtrScheduler.keyRoute Method [AX 2012]

Computes a key for an operation.

Syntax

protected str keyRoute(
    InventTransRefId _refId, 
    OprNum _oprNum, 
    RouteOprPriority _oprPriority)

Run On

Server

Parameters

Return Value

Type: str
A string that contains the key value that uniquely identifies the specified operation of the order.

Remarks

The key is used to store operation information in maps.

See Also

Reference

WrkCtrScheduler Class