Share via


InventLedgerConflictMessage::newFromParm Method [AX 2012]

Creates an instance of the InvetLedgerConflictMessage class based on specified parameters.

Syntax

client server public static InventLedgerConflictMessage newFromParm(str _message, [int _amountMultiplier])

Run On

Called

Parameters

  • _message
    Type: str
    The text for the conflict message.
  • _amountMultiplier
    Type: int
    The amount multiplier for the transaction that is related to this conflict message.

Return Value

Type: InventLedgerConflictMessage Class
An instance of the InventLedgerConflictMessage class.

See Also

Reference

InventLedgerConflictMessage Class