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

  • _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.

See Also

Reference

RetailKitReleasedComponentPricing Table