DirParty::showHideMessageBar Method [AX 2012]

Displays or hides a message bar on the address book entity forms.

client server public static void showHideMessageBar(
    FormRun formRun, 
    Common _common, 
   [boolean _hide])

Run On

Called

Parameters

formRun
Type: FormRun Class
An instance of the FormRun class for an address book entity.
_common
Type: Common Table
A record that represents an address book entity.
_hide
Type: boolean
A Boolean value that indicates whether to show a message bar on the address book entity forms; optional.

The default value of the _hide parameter is false, which does not show a message bar; optional.

Show: