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

Called

Parameters

_product
Type: EcoResProduct Table
The product record to validate.

Return Value

Type: boolean
true if the record is a valid constraint-based product master; otherwise, false.
Show: