Share via


EcoResProductMaster.validateStyleGroup Method

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

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

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

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 style to the style of the new group and the specified group exists (or is empty), else false.

Remarks

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

See Also

Reference

EcoResProductMaster Table