Share via


JmgConsistencyCheck::helpText Method [AX 2012]

Returns the help text that is associated with this consistency check.

Syntax

client server public static HelpTxt helpText()

Run On

ClientOrServer

Return Value

Type: HelpTxt Extended Data Type
The help text that is associated with this consistency check.

Examples

The following example demonstrates the use of this method.

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

See Also

Reference

JmgConsistencyCheck Class