validateAdditionalBindings method
Validates any additional dataset fields used by a specialized custom column after the primary fieldName binding has been resolved.
Most custom columns use only their primary field and do not need to override this hook. Multi-field columns can override it without depending on package-internal binding types.
Implementation
@protected
void validateAdditionalBindings(FdcDataSet dataSet) {}