BOMCalcCheckBase::infologMsgAdd Method [AX 2012]

Displays a message in the Infolog.

Syntax

client server public static void infologMsgAdd(
    Exception _exceptionType, 
    str _message, 
   [str _helpUrl, 
    SysInfoAction _sysInfoAction])

Run On

ClientOrServer

Parameters

  • _message
    Type: str
  • _helpUrl
    Type: str

Remarks

This message is always run on the client.

See Also

Reference

BOMCalcCheckBase Class