ValidateIfFieldsMapped method: CONQRSMGR class

Syntax

ValidateIfFieldsMapped()

Description

Use this method to check whether all queries have mapped fields. Use this method to confirm that it is the report developer's intention to have unmapped fields in the queries.

If validation fails, ValidateIfFieldsMapped populates an error string with the names of the unlinked queries.

Parameters

None.

Returns

A Boolean value: True if all the queries have mapped fields, False otherwise.