RetailSeasonTable::find Method
Finds the record in RetailSeasonTable table with the specified seasonCode value.
Syntax
client server public static RetailSeasonTable find(RetailSeasonCode _seasonCode, [boolean _forUpdate])
Run On
Called
Parameters
- _seasonCode
Type: RetailSeasonCode Extended Data Type
The season code of the specified season record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailSeasonTable Table
A record in the RetailSeasonTable table; otherwise, an empty record.