RetailKitReleasedComponentPricing::findPriceByRetailKitComponent Method
Finds the retail kit component pricing reference in the RetailKitReleasedComponentPricing table.
Syntax
client server public static AmountCur findPriceByRetailKitComponent(
RetailKitComponentRecId _retailKitComponentRecId,
CompanyId _companyId,
[boolean _forUpdate])
Run On
Called
Parameters
- _retailKitComponentRecId
Type: RetailKitComponentRecId Extended Data Type
The RetailKitComponent record ID to find.
- _companyId
Type: CompanyId Extended Data Type
The context of current company to look in.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: AmountCur Extended Data Type
A record in the retailKitReleasedComponentPricing table; otherwise, an empty record.