Share via


EcoResProductMaster.validateColorGroup Method

Inserts the records into 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 validateColorGroup([boolean _suppressDialog])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean validateColorGroup([boolean _suppressDialog])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean validateColorGroup()

Run On

Called

Parameters

  • _suppressDialog
    Type: boolean
    A boolean value indicating whether dialogs should be suppressed.

Return Value

Type: boolean
true if user wants to change item's color to the colors of the new group and the specified group exists (or is empty), else false.

Remarks

This method is used to validate color group on the product master details form and inserts the records into EcoResProductMasterColor table if it does not exist.

See Also

Reference

EcoResProductMaster Table