Share via


InventLedgerConflictInventory.addConflictMessageFinancial Method [AX 2012]

Adds a conflict message to a specified list of conflicts.

Syntax

protected void addConflictMessageFinancial(
    List _conflicts, 
    InventValueReportUnionAll _inventValueReportUnionAll, 
    InventModelGroupId _itemGroupId)

Run On

Called

Parameters

  • _conflicts
    Type: List Class
    The list of conflicts to add the conflict message to.

Remarks

This method is called when a conflict is detected on a financial transaction. This method does not verify that a conflict occurred. This verification must be done before this method is called.

See Also

Reference

InventLedgerConflictInventory Class