ProdWIPLedgerConflictIndirectTrans.addConflictMessagePhysical Method [AX 2012]

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

protected void addConflictMessagePhysical(
    List _conflicts, 
    ProdWIPLedgerConflictIndirectUnionAll _prodWIPLedgerConflictIndirectUnionAll, 
    ProdTable _prodTable, 
    InventModelGroupId _modelGroupId)

Run On

Called

Parameters

_conflicts
Type: List Class
The list of conflicts to which to add the conflict messages.
_prodWIPLedgerConflictIndirectUnionAll
Type: ProdWIPLedgerConflictIndirectUnionAll View
The view buffer that has indirect transaction data.
_prodTable
Type: ProdTable Table
The prodTable record of the corresponding conflicting transaction.
_modelGroupId
Type: InventModelGroupId Extended Data Type
The item group for the conflicting transaction.

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

Community Additions

ADD
Show: