Share via


PCVariantConfiguration::findByProductMasterAndDimensions Method

Finds the specified record in the PCVariantConfiguration table.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static PCVariantConfiguration findByProductMasterAndDimensions(
            EcoResProductMaster _productMaster, 
            EcoResConfigurationName _configurationName, 
            EcoResSizeName _sizeName, 
            EcoResColorName _colorName, 
            EcoResStyleName _styleName, 
           [boolean _forupdate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static PCVariantConfiguration findByProductMasterAndDimensions(
            EcoResProductMaster _productMaster, 
            EcoResConfigurationName _configurationName, 
            EcoResSizeName _sizeName, 
            EcoResColorName _colorName, 
            EcoResStyleName _styleName, 
           [boolean _forupdate])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static PCVariantConfiguration findByProductMasterAndDimensions(
            EcoResProductMaster _productMaster, 
            EcoResConfigurationName _configurationName, 
            EcoResSizeName _sizeName, 
            EcoResColorName _colorName, 
            EcoResStyleName _styleName, 
           [boolean _forupdate])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static PCVariantConfiguration findByProductMasterAndDimensions(
            EcoResProductMaster _productMaster, 
            EcoResConfigurationName _configurationName, 
            EcoResSizeName _sizeName, 
            EcoResColorName _colorName, 
           [boolean _forupdate])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static PCVariantConfiguration findByProductMasterAndDimensions(
            EcoResProductMaster _productMaster, 
            EcoResConfigurationName _configurationName, 
            EcoResSizeName _sizeName, 
            EcoResColorName _colorName, 
           [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: PCVariantConfiguration Table
A record in the PCVariantConfiguration table; otherwise, an empty record.

Remarks

The style dimension has been added as an argument for this method.

See Also

Reference

PCVariantConfiguration Table