allowsFieldId

open fun allowsFieldId(fieldId: String): Boolean

Deprecated

Client side validation of [FieldDefinition]s is no longer supported.

Check if a given field ID is allowed by the receiving Configuration.

Return

Returns true iff fieldId is valid with the current configuration, i.e., is included in either contactCustomFields or customerCustomFields.

Parameters

fieldId

Field ID to check for validity.