EcoResConfiguration::resolveProductVariantConfiguration Method
Finds an EcoResConfiguration record.
Syntax
client server public static EcoResConfiguration resolveProductVariantConfiguration(
EcoResConfigurationName _configurationName,
RefRecId _productMaster,
RefRecId _productDimensionAttribute)
Run On
Called
Parameters
- _configurationName
Type: EcoResConfigurationName Extended Data Type
The name of a configuration to find.
- _productMaster
Type: RefRecId Extended Data Type
The ID of an EcoResProductMaster record that indicates a product master for which a configuration might have been assigned.
- _productDimensionAttribute
Type: RefRecId Extended Data Type
The ID of an EcoResProductDimensionAttribute record.
Return Value
Type: EcoResConfiguration Table
A EcoResConfiguration table buffer.
Remarks
The function is used to resolve a configuration name to the ID of an EcoResConfiguration record.
The resolution is made based on the configurations that are assigned to a specified product master.