Share via


InventLedgerConflictInventory.addConflictMessagePhysical Method [AX 2012]

Adds a conflict message to the specified list of conflicts if a conflict has been detected on a physical transaction.

Syntax

protected void addConflictMessagePhysical(
    List _conflicts, 
    InventValueReportUnionAll _inventValueReportUnionAll, 
    InventModelGroupId _modelGroupId)

Run On

Called

Parameters

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

Remarks

This method does not indicate that a conflict has occurred. This must be checked before the method is called.

See Also

Reference

InventLedgerConflictInventory Class