PCModelingLibrary::constraintBasedProductMasterValidate Method [AX 2012]
Validates that a specific record is a valid product master with constraint-based variance configuration technology.
client server public static boolean constraintBasedProductMasterValidate(EcoResProduct _product)
Run On
CalledParameters
- _product
- Type: EcoResProduct Table
The product record to validate.
Return Value
Type: booleantrue if the record is a valid constraint-based product master; otherwise, false.
Show: