PrintMgmtNode.getDisplayCaptionImplementation Method [AX 2012]
Returns the display caption for the node.
protected abstract str getDisplayCaptionImplementation(Common _tableBuffer)
Run On
CalledParameters
- _tableBuffer
- Type: Common Table
The table buffer that is referenced by 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 nullNothingnullptrunita null reference (Nothing in Visual Basic), return the appropriate text. The text will ultimately be displayed as a node description in the print management user experience.
Community Additions
ADD
Show: