PurchCopying.lineNumIndex Method [AX 2012]
Assigns unique line numbers to lines that are not related to the same header record.
public container lineNumIndex(
container _cont,
Num _id,
LineNum _lineNum)
Run On
ServerParameters
- _cont
- Type: container
A container type that contains line numbers.
- _id
- Type: Num Extended Data Type
A Num extended data type.
- _lineNum
- Type: LineNum Extended Data Type
A LineNum extended data type.
Return Value
Type: containerA container type that contains two elements; a container of the mapped line numbers and an int type specifying the number of line numbers.
Community Additions
ADD
Show: