Box::infoOnceModal Method [AX 2012]

Displays an information box that has an OK button that provides the option not to see the dialog box in the future.

client public static void infoOnceModal(
    str _caption, 
    str _heading, 
    str _information, 
    str _owner)

Run On

Client

Parameters

_caption
Type: str
The caption of the dialog form.
_heading
Type: str
The heading text of the dialog form.
_information
Type: str
The information to display to the user.
_owner
Type: str
The unique name of the owner of the dialog box.

The _owner parameter will differentiate the entry in the SysLastValue object when the user chooses not to see the dialog box in the future.

Reference

Show: