EcoResConfiguration::lookupProductVariantConfiguration Method

Displays a lookup form to use to select a configuration for a product variant.

Syntax

client server public static EcoResConfiguration lookupProductVariantConfiguration(
    FormReferenceControl _formControl, 
    RefRecId _productMaster, 
    RefRecId _productDimensionAttribute)

Run On

Called

Parameters

  • _productMaster
    Type: RefRecId Extended Data Type
    A value that indicates which generic product model that configurations are assigned to is displayed in the lookup form.
  • _productDimensionAttribute
    Type: RefRecId Extended Data Type
    The ID of a record in the EcoResProductDimensionAttribute table that indicates the dimension attribute for which configurations are displayed in the lookup form.

Return Value

Type: EcoResConfiguration Table
A selected EcoResConfiguration table buffer.

Remarks

The configurations that are displayed are chosen from the configurations that are assigned to a generic product model.

See Also

Reference

EcoResConfiguration Table