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.
Inserts the alternate item used into the event table.
Syntax
public void insertAlternateItemUsed(
SalesLine _salesLine,
MCROrderEventType _mcrOrderEventType,
ItemIdSmall _itemId,
InventDimId _inventDimId,
SalesLineAmount _lineAmount)
Run On
Called
Parameters
- _salesLine
Type: SalesLine Table
The new sales line with the alternate item.
- _mcrOrderEventType
Type: MCROrderEventType Enumeration
The type of order event being created.
- _itemId
Type: ItemIdSmall Extended Data Type
The itemId used on the sales line.
- _inventDimId
Type: InventDimId Extended Data Type
The inventory dimensions used on the sales line.
- _lineAmount
Type: SalesLineAmount Extended Data Type
The line amount of the sales line.