Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the RetailSizeGroupTrans table.
Syntax
client server public static RetailSizeGroupTrans find(
RetailSizeGroupId _groupId,
RetailSizeId _size,
[boolean _forUpdate])
Run On
Called
Parameters
- _groupId
Type: RetailSizeGroupId Extended Data Type
The group ID number of the size group transaction to find.
- _size
Type: RetailSizeId Extended Data Type
The size ID number of the transaction to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: RetailSizeGroupTrans Table
A record in the RetailSizeGroupTrans table; otherwise, an empty record.