JmgConsistencyCheck_job::description Method [AX 2012]
Gets the description of the class.
Syntax
client server public static ClassDescription description()
Run On
ClientOrServer
Return Value
Type: ClassDescription Extended Data Type
The description of the class.
Examples
The following example demonstrates the use of this method.
// Show description to user
info(JmgConsistencyCheck_job::description());