Share via


SysChecklistItemHelper::showMessage Method [AX 2012]

Displays a given message that is related to the given menu item in a dialog box.

Syntax

client server private static void showMessage(Args _args, container _paragraph)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The name of the menu item.
  • _paragraph
    Type: container
    A message that is related to the menu item.

See Also

Reference

SysChecklistItemHelper Class