PCModelingLibrary::attributeTypeReferenceValidate Method [AX 2012]
Validates that a specific record is a valid attribute type for product configuration.
client server public static boolean attributeTypeReferenceValidate(EcoResAttributeType _domain)
Run On
CalledParameters
- _domain
- Type: EcoResAttributeType Table
The domain record to validate.
Return Value
Type: booleantrue if the record is a valid constraint-based product master; otherwise, false.
Show: