RetailColorGroupTrans.insertUpdateInventColor Method
Inserts the record in EcoResProductMasterColor 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
public boolean insertUpdateInventColor([boolean _deprecated])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean insertUpdateInventColor(boolean _updateChanged)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean insertUpdateInventColor(boolean _updateChanged)
Run On
Called
Parameters
- _deprecated
Type: boolean
Was used to force updating when the record was not changed. Now it is updated always.
Return Value
Type: boolean
Always returns true.
Remarks
This method is used to insert the records into EcoResProductMasterColor table if does not exist else update.