Share via


RetailKitComponent::find Method

Finds the specified record in the RetailKitComponent table.

Syntax

client server public static RetailKitComponent find(
    RefRecId _retailKitComponent, 
    RetailKit _retailKit, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _retailKit
    Type: RetailKit Table
    The ID of the retail Kit record to find.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: RetailKitComponent Table
A record in the RetailKitComponent table; otherwise, an empty record.

See Also

Reference

RetailKitComponent Table