RetailConnParameters::find Method
Finds the specified record in the RetailConnParameters table.
Syntax
client server public static RetailConnParameters find([boolean _forUpdate, boolean _createDefault])
Run On
Called
Parameters
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _createDefault
Type: boolean
A Boolean value that indicates whether to create the parameter if it does not exist; optional.
Return Value
Type: RetailConnParameters Table
A RetailConnParameters record if found; otherwise, an empty record.