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
- _productMaster
Type: EcoResProductMaster Table
The generic product model that is associated with the record.
- _configurationName
Type: EcoResConfigurationName Extended Data Type
The configuration name that is associated with the distinct product variant.
- _sizeName
Type: EcoResSizeName Extended Data Type
The size name that is associated with the distinct product variant.
- _colorName
Type: EcoResColorName Extended Data Type
The color name that is associated with the distinct product variant.
- _styleName
Type: EcoResStyleName Extended Data Type
The style name that is associated with the distinct product variant.
- _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.