Share via


InventLedgerConflictInventory.checkForConflicts Method [AX 2012]

Checks for conflicts in inventory transactions. The inventory transactions are stored in the InventValueReportUnionAll view buffer.

Syntax

protected List checkForConflicts(
    InventValueReportUnionAll _inventValueReportUnionAll, 
    ItemType _itemType, 
    ItemGroupId _itemGroupId)

Run On

Called

Parameters

  • _itemType
    Type: ItemType Enumeration
    The item type for the transaction.

Return Value

Type: List Class
A list of conflict messages if any conflicts were detected.

See Also

Reference

InventLedgerConflictInventory Class