RetailSupportedCountryRegion::find Method
Finds the specified record in the RetailSupportedCountryRegion table.
Syntax
client server public static RetailSupportedCountryRegion find(RetailSupportedCountryRegionISOCode _isoCode, [boolean _forUpdate])
Run On
Called
Parameters
- _isoCode
Type: RetailSupportedCountryRegionISOCode Extended Data Type
The ISO of the supported country region record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailSupportedCountryRegion Table
A record in the RetailSupportedCountryRegion table; otherwise, an empty record.