ProdWIPLedgerConflictIndirectTrans.checkForConflicts Method [AX 2012]

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

protected List checkForConflicts(
    ProdWIPLedgerConflictIndirectUnionAll _prodWIPLedgerConflictIndirectUnionAll, 
    ProdTable _prodTable, 
    ItemGroupId _itemGroupId)

Run On

Called

Parameters

_prodWIPLedgerConflictIndirectUnionAll
Type: ProdWIPLedgerConflictIndirectUnionAll View
The record with inventory transaction data.
_prodTable
Type: ProdTable Table
The prodTable record of the corresponding conflicting 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.

API changed. ItemType was not used.

Community Additions

ADD
Show: