InventLedgerConflictInventory.addConflictMessageFinancial Method [AX 2012]

Adds a conflict message to a specified list of conflicts.

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.
_inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer with inventory transaction data.
_itemGroupId
Type: InventModelGroupId Extended Data Type
The item group for the conflicting transaction.

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.

Community Additions

ADD
Show: