Share via


JmgConsistencyCheck_job::helpText Method [AX 2012]

Returns the help text associated to this consistency check.

Syntax

client server public static HelpTxt helpText()

Run On

ClientOrServer

Return Value

Type: HelpTxt Extended Data Type
HelpTxt: Help text associated to the consistency check.

Examples

//Show help text of consistency check to user:  
info(JmgConsistencyCheck_job::helpText());

See Also

Reference

JmgConsistencyCheck_job Class