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
- _id
Type: RetailIdEx5 Extended Data Type
The form layout ID of the button grid record to find.
- _buttonGridId
Type: RetailButtonGridId Extended Data Type
The ID number of the button grid record to find.
- _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.