EcoResProductMaster.validateSizeGroup Method
Inserts the records 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 validateSizeGroup([boolean _suppressDialog])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean validateSizeGroup([boolean _suppressDialog])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean validateSizeGroup()
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 sizes to the sizes of the new group and the specified group exists (or is empty), else false.
Remarks
This method is used to validate size group on the product master details form and inserts the records into EcoResProductMasterSize table if it does not exist.