IValidationCustomMapping.FindByExternalDimId

Syntax

FindByExternalDimId(ExternalDimId: String): IValidationCustomDimensionsBinding;

Parameters

ExternalDimId. Dimension identifier from external data source used in mapping.

Description

The FindByExternalDimId method searches for binding by dimension identifier from external data source.

Comments

If binding for the specified dimension is not found, the method returns Null.

See also:

IValidationCustomMapping