Share via


RetailButtonGridButtons::find Method

Finds a specified record in the RetailButtonGridButtons table.

Syntax

client server public static RetailButtonGridButtons find(
    RetailIdEx5 _id, 
    RetailButtonGridId _buttonGridId, 
   [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: RetailButtonGridButtons Table
A record in the RetailButtonGrid table; otherwise, an empty record.

See Also

Reference

RetailButtonGridButtons Table