ReqTransFormExplosion::generateTreeNodeText Method [AX 2012]

Generates the text that fills the tree node that represents the specified ReqTrans table record.

client server public static TreeNodeTxt generateTreeNodeText(
    ReqTrans _reqTrans, 
    InventDimParm _inventDimParm, 
    TmpReqExplosionTree _tmpReqExplosionTree, 
    boolean _isSessionLanguageRTL)

Run On

ClientOrServer

Parameters

_reqTrans
Type: ReqTrans Table
The record represented by the tree node.
_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 client session is RTL.

Return Value

Type: TreeNodeTxt Extended Data Type
A string containing the tree node text.
Show: