ReqTransFormExplosion::generateReqTransNodeTextsOnServer Method [AX 2012]
Generate the texts that should be displayed on the tree nodes based on the collection of the requirement maps specified.
server private static container generateReqTransNodeTextsOnServer(
container _mapReqTransPack,
container _mapDerivedPack,
InventDimParm _inventDimParm,
TmpReqExplosionTree _tmpReqExplosionTree,
boolean _isSessionLanguageRTL)
Run On
ServerParameters
- _mapReqTransPack
- Type: container
The packed map of the parent ReqTrans record.
- _mapDerivedPack
- Type: container
The packed map of the references ReqTrans record.
- _inventDimParm
- Type: InventDimParm Table
The selected dimensions to display on the tree node texts.
- _tmpReqExplosionTree
- Type: TmpReqExplosionTree Table
The selected properties to display on the tree node texts.
- _isSessionLanguageRTL
- Type: boolean
A boolean value indicating whether the session language is RTL.
Return Value
Type: containerA packed map with the ID of the tree nodes and the text of the tree nodes.
Show: