PrintMgmtNode_ProjProposalJour.getDisplayCaptionImplementation Method [AX 2012]

Returns the display caption for the node.

protected str getDisplayCaptionImplementation(Common _tableBuffer)

Run On

Called

Parameters

_tableBuffer
Type: Common Table
The table buffer that is referenced by the node.

Return Value

Type: str
The display caption used to identify the reference of the node.

You should return a string with the appropriate prefix like Module, Account, or Transaction, followed by the caption property of the _tableBuffer parameter. If the _tableBuffer parameter is null, return the appropriate text. The text will ultimately be displayed as a node description in the print management user experience.

Community Additions

ADD
Show: