allowsFieldId

open fun allowsFieldId(fieldId: String): Boolean

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.