RetailConnPreactionTable::find Method

Finds a RetailConnPreactionTable record by using the specified values.

Syntax

client server public static RetailConnPreactionTable find(
    TableId _refTableId, 
    RecId _refRecId, 
    RetailConnActionUpdate _action, 
   [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: RetailConnPreactionTable Table
A RetailConnPreactionTable record if found; otherwise, an empty record.

See Also

Reference

RetailConnPreactionTable Table