PCModelingLibrary::componentReferenceValidate Method [AX 2012]

Validates that a specific record is a valid Product Configuration component.

client server public static boolean componentReferenceValidate(PCClass _component)

Run On

Called

Parameters

_component
Type: PCClass Table
The component record to validate.

Return Value

Type: boolean
true if the record is a valid component; otherwise, false.
Show: