PBABuildForm::fillEnumAndRecordMap Method [AX 2012]
Creates a map of enumeration and table variables and the assigned cached values from configuration.
server public static container fillEnumAndRecordMap(
InventTransId _inventTransId,
PBAConsEval consEval,
PBAId curPbaId)
Run On
ServerParameters
- _inventTransId
- Type: InventTransId Extended Data Type
The transaction ID for the item line map.
- consEval
- Type: PBAConsEval Class
The PBAConsEval class that is associated with the model.
- curPbaId
- Type: PBAId Extended Data Type
The ID of the product model.
Return Value
Type: containerA container with the value of enumeration and table variables and values combination.
Show: