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.
Finds the retail kit component pricing reference in the RetailKitReleasedComponentPricing table.
Syntax
client server public static AmountCur findPriceByRetailKitSubstitute(
RetailKitComponentSubstituteRecId _retailKitComponentSubstituteRecId,
CompanyId _companyId,
[boolean _forUpdate])
Run On
Called
Parameters
- _retailKitComponentSubstituteRecId
Type: RetailKitComponentSubstituteRecId Extended Data Type
The RetailKitComponentSubstitute 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.