EcoResProductMasterStyle.setDimensionValueAndRelations Method
Sets the product dimension value and relation fields on the buffer.
Syntax
public void setDimensionValueAndRelations(
EcoResProductRecId _productMaster,
RefRecId _productDimensionAttribute,
RefRecId _productDimensionValue)
Run On
Called
Parameters
- _productMaster
Type: EcoResProductRecId Extended Data Type
The EcoResProductRecId value of a product master.
- _productDimensionAttribute
Type: RefRecId Extended Data Type
The record ID of an EcoResProductDimensionAttribute record.
- _productDimensionValue
Type: RefRecId Extended Data Type
The RefRecId value of the product dimension value record.
Exceptions
Exception | Condition |
---|---|
Error | This method should be overridden on the sub type tables. |