Share via


TmpRetailKitPricing::AddKitElement Method

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.

See Also

Reference

TmpRetailKitPricing Table