PBAItemLineType_PBATable.updateConfigId Method [AX 2012]
Updates the three item dimensions on an item line.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void updateConfigId(
EcoResItemConfigurationName configId,
EcoResItemSizeName inventSizeId,
EcoResItemColorName inventColorId,
[EcoResItemStyleName inventStyleId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void updateConfigId(
EcoResItemConfigurationName configId,
EcoResItemSizeName inventSizeId,
EcoResItemColorName inventColorId,
[EcoResItemStyleName inventStyleId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void updateConfigId(
EcoResItemConfigurationName configId,
EcoResItemSizeName inventSizeId,
EcoResItemColorName inventColorId,
[EcoResItemStyleName inventStyleId])
Microsoft Dynamics AX 2012 (FPK)
public void updateConfigId(
EcoResItemConfigurationName configId,
EcoResItemSizeName inventSizeId,
EcoResItemColorName inventColorId)
Microsoft Dynamics AX 2012 (SYS)
public void updateConfigId(
EcoResItemConfigurationName configId,
EcoResItemSizeName inventSizeId,
EcoResItemColorName inventColorId)
Run On
CalledParameters
- configId
- Type: EcoResItemConfigurationName Extended Data Type
- inventSizeId
- Type: EcoResItemSizeName Extended Data Type
- inventColorId
- Type: EcoResItemColorName Extended Data Type
- inventStyleId
- Type: EcoResItemStyleName Extended Data Type
Community Additions
ADD
Show:
Note