Description
It'd be helpful to add the requested fieldName to the "not supported" exception on the CustomFieldTypeDefinition.... e.g.
throw new RuntimeException(NOT_SUPPORTED + " [" + fieldName + "]");
It'd be helpful to add the requested fieldName to the "not supported" exception on the CustomFieldTypeDefinition.... e.g.
throw new RuntimeException(NOT_SUPPORTED + " [" + fieldName + "]");