EcoResProductDimensionGroupProduct::findByProduct Method
Finds the specified record in the EcoResProductDimensionGroupProduct table.
Syntax
client server public static EcoResProductDimensionGroupProduct findByProduct(EcoResProductRecId _productRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _productRecId
Type: EcoResProductRecId Extended Data Type
The ID of the EcoResProduct record that is used as a filter.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EcoResProductDimensionGroupProduct Table
A record in the EcoResProductDimensionGroupProduct table; otherwise, an empty record.