TmpRetailKitPricing::exist Method
Determines whether the specified Retail kit element exists in the TmpRetailKitPricing table.
Syntax
client server public static boolean exist(
RecId _kitElementRecId,
EcoResProductRecId _kitElement,
TmpRetailKitPricing _TmpRetailKitPricing)
Run On
Called
Parameters
- _kitElementRecId
Type: RecId Extended Data Type
The record ID of the RetailKitComponent or RetailKitComponentSubstitute record.
- _kitElement
Type: EcoResProductRecId Extended Data Type
The record of the component or substitute product.
- _TmpRetailKitPricing
Type: TmpRetailKitPricing Table
The temporary table buffer to add record.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.