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.
Add price of specific component or substitute in the TmpRetailKitPricing table.
Syntax
client server public static void AddKitElement(
RecId _kitElementRecId,
EcoResProductRecId _kitElement,
AmountCur _KitElementPrice,
TmpRetailKitPricing _TmpRetailKitPricing)
Run On
Called
Parameters
- _kitElementRecId
Type: RecId Extended Data Type
The record ID of the RetailKitComponent or RetailKitComponentSubstitute record to add.
- _kitElement
Type: EcoResProductRecId Extended Data Type
The record of the component or substitute product to add.
- _KitElementPrice
Type: AmountCur Extended Data Type
The sales price of the component or substitute.
- _TmpRetailKitPricing
Type: TmpRetailKitPricing Table
The temporary table buffer to add record to.