MCROrderEventTable.insertFromSalesTablePriceOverride Method
Inserts order events that occur from the sales line price override.
Syntax
public void insertFromSalesTablePriceOverride(
SalesTable _salesTable,
MCROrderEventType _eventType,
RetailInformationSubcodeId _reasonCode,
UserId _userId,
SalesEndDiscPct _oldDiscPct)
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
The SalesTable related to this order event.
- _eventType
Type: MCROrderEventType Enumeration
The type of order event being created.
- _reasonCode
Type: RetailInformationSubcodeId Extended Data Type
The override reason code value to be logged against this event.
- _userId
Type: UserId Extended Data Type
The UserId related to this order event.
- _oldDiscPct
Type: SalesEndDiscPct Extended Data Type
The SalesEndDiscPct related to this order event.