ProjUserNotifier::postMessage Method [AX 2012]
Posts messages to user.
client server public static void postMessage(
SysInfoLogStr _message,
[Exception _exceptionLevel,
boolean _skipShowingLatest])
Run On
CalledParameters
- _message
- Type: SysInfoLogStr Extended Data Type
Message to be posted.
- _exceptionLevel
- Type: Exception Enumeration
Message exeception level (e.g. information, warning).
- _skipShowingLatest
- Type: boolean
Skips showing the latest available messages to the user. This responsibility is then delegated to the utilized user notifier (e.g. info bar) which will determine the appropriate moment to do so.
Show: