Share via


RetailSizeGroupTrans.insertUpdateInventSize Method

Inserts the record into EcoResProductMasterSize 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 insertUpdateInventSize([boolean _deprecated])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean insertUpdateInventSize(boolean _updateChanged)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean insertUpdateInventSize(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 EcoResProductMasterSize table if does not exist else update.

See Also

Reference

RetailSizeGroupTrans Table