Share via


RetailSizeGroupTable::find Method

Finds a record in the RetailSizeGroupTable table with the specified size group ID value.

Syntax

client server public static RetailSizeGroupTable find(RetailSizeGroupId _groupId, [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: RetailSizeGroupTable Table
A record in the RetailSizeGroupTable table; otherwise, an empty record.

See Also

Reference

RetailSizeGroupTable Table