RetailStyleGroupTrans.insertUpdateInventStyle Method
Inserts a record into the EcoResProductMasterStyle 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 insertUpdateInventStyle([boolean _deprecated])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean insertUpdateInventStyle(boolean _updateChanged)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean insertUpdateInventStyle(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.