MCROrderEventTable.insertFromSalesQuoteLinePriceOverride Method
Inserts order events that occur from the sales quotation line price override.
Syntax
public void insertFromSalesQuoteLinePriceOverride(
SalesQuotationLine _salesQuotationLine,
MCROrderEventType _eventType,
UserId _userId,
real _originalValue,
CurrencyCode _currencyCode,
real _overrideValue,
RetailInformationSubcodeId _reasonCode,
InventTransId _inventTransId)
Run On
Called
Parameters
- _salesQuotationLine
Type: SalesQuotationLine Table
The SalesQuotationLine related to this order event.
- _eventType
Type: MCROrderEventType Enumeration
The type of order event being created.
- _userId
Type: UserId Extended Data Type
The UserId related to this order event.
- _originalValue
Type: real
The original net amount value to be logged against this event.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code to be logged against this event.
- _overrideValue
Type: real
The new net amount value to be logged against this event.
- _reasonCode
Type: RetailInformationSubcodeId Extended Data Type
The override reason code value to be logged against this event.
- _inventTransId
Type: InventTransId Extended Data Type
The transaction Id value to be logged against this event.