Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a conflict message to the specified list of conflicts if a conflict has been detected on a physical transaction.
Syntax
protected void addConflictMessagePhysical(
List _conflicts,
InventValueReportUnionAll _inventValueReportUnionAll,
InventModelGroupId _modelGroupId)
Run On
Called
Parameters
- _conflicts
Type: List Class
The list of conflicts to which to add the conflict messages.
- _inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer that has inventory transaction data.
- _modelGroupId
Type: InventModelGroupId Extended Data Type
The item group for the conflicting transaction.
Remarks
This method does not indicate that a conflict has occurred. This must be checked before the method is called.