InventLedgerConflictInventory.checkForConflicts Method [AX 2012]

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

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

Run On

Called

Parameters

_inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer with inventory transaction data.
_itemType
Type: ItemType Enumeration
The item type for the transaction.
_itemGroupId
Type: ItemGroupId Extended Data Type
The item group for the transaction.

Return Value

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

Community Additions

ADD
Show: