LogisticsLocationEntity::showHideEffectiveAddressMessageBar Method [AX 2012]

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

Syntax

client public static boolean showHideEffectiveAddressMessageBar(
    FormRun formRun, 
    LogisticsPostalAddress _headerAddress, 
   [LogisticsPostalAddress _lineAddress])

Run On

Client

Parameters

  • formRun
    Type: FormRun Class
    An instance of the FormRun class for an address book entity.

Return Value

Type: boolean
true if the message bar is displayed; otherwise, false.

See Also

Reference

LogisticsLocationEntity Class