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

Server

Parameters

_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: container
A container with the value of enumeration and table variables and values combination.

This method is called from the fillDataSource method and runs on the server.

Show: