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

  • _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.

See Also

Reference

RetailSeasonTable Table