ProdWIPLedgerConflictInventTrans.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, 
    InventValueReportUnionAll _inventValueReportUnionAll, 
    InventModelGroupId _modelGroupId)

Run On

Called

Parameters

_conflicts
Type: List Class
The list of conflicts to add the conflict messages to.
_inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer that has inventory transaction data.
_modelGroupId
Type: InventModelGroupId Extended Data Type
The item model group for the conflicting transaction.

This method does not indicate that a conflict has occurred.

Community Additions

ADD
Show: