Share via


ReqTransPOFirmKanban.mapKey Method [AX 2012]

Creates a string value that is based on the selected values from the specified ReqTrans record.

Syntax

protected str mapKey(ReqTrans _reqTrans)

Run On

Server

Parameters

  • _reqTrans
    Type: ReqTrans Table
    A ReqTrans record that represents a requirement transaction.

Return Value

Type: str
A string value that represents a sorting key.

Remarks

Sorting by the string will secure that the lowest items in a BOM structure will be processed first.

See Also

Reference

ReqTransPOFirmKanban Class