RunBase::getHelpText Method [AX 2012]
Returns the Help text from the class that has the specified classId value.
client server public static HelpTxt getHelpText(ClassId _classNum)
Run On
ClientOrServerParameters
- _classNum
- Type: ClassId Extended Data Type
The class for which to return the Help text.
Return Value
Type: HelpTxt Extended Data TypeThe help text from the class that has the specified classId value.
Show: