Share via


TransactionReversal_Asset.formatWarningMessages Method [AX 2012]

Builds a string that contains warning messages that have each message on its own line.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public str formatWarningMessages(str _currentMsg, str _newMsg)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public str formatWarningMessages(str _currentMsg, str _newMsg)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private str formatWarningMessages(str _currentMsg, str _newMsg)

  Microsoft Dynamics AX 2012 (FPK)
          private str formatWarningMessages(str _currentMsg, str _newMsg)

  Microsoft Dynamics AX 2012 (SYS)
          private str formatWarningMessages(str _currentMsg, str _newMsg)

Run On

Called

Parameters

  • _currentMsg
    Type: str
    The current string message on which to add the new string message.
  • _newMsg
    Type: str
    The new string message to be added.

Return Value

Type: str
A string that contains warning messages that have each message on its own line.

See Also

Reference

TransactionReversal_Asset Class