InventDimCombination::findVariantId Method
Finds the specified record in the InventDimCombination table, depending on the variant number.
Syntax
client server public static InventDimCombination findVariantId(RetailVariantId _variantId, [boolean update])
Run On
Called
Parameters
- _variantId
Type: RetailVariantId Extended Data Type
The ID of the variant.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: InventDimCombination Table
A record in the InventDimCombination table; otherwise, an empty record.