InventDimTrackingInventTransNode.loadRecordsFromMaps Method [AX 2012]
Loads internal records references from the given maps.
Syntax
public void loadRecordsFromMaps(Map _inventTransMap, Map _inventTransOriginMap)
Run On
Called
Parameters
- _inventTransMap
Type: Map Class
A Map containing records for the InventTrans table.
- _inventTransOriginMap
Type: Map Class
A Map containing records for the InventTransOrigin table.
Remarks
This is intended for internal use by the InventTrackingDimTracingRelations class or other classes that may pack a list of InventDimTrackingInventTransNode objects and have a means of providing the these records directly. If not provided, this class will automatically read the record when needed.