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.
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 table reference to the product master.
- _productDimensionAttribute
Type: RefRecId Extended Data Type
An ID of the EcoResProductDimensionAttribute table buffer.
- _productDimensionValue
Type: RefRecId Extended Data Type
The reference to the table buffer of the product dimension value.
Exceptions
Exception | Condition |
---|---|
Error | This method should be overridden on the sub type tables. |