RetailLoyaltyCustTable::find Method

Finds a record in the RetailLoyaltyCustTable table.

Syntax

client server public static RetailLoyaltyCustTable find(RetailLoyaltyCustId _loyaltyCustId, [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: RetailLoyaltyCustTable Table
A record in the RetailLoyaltyCustTable table; otherwise, an empty record.

See Also

Reference

RetailLoyaltyCustTable Table