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

Called

Parameters

_domain
Type: EcoResAttributeType Table
The domain record to validate.

Return Value

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