Discussions

Ask a Question
Back to All

Limit on number of fields in a old-customizer table / Business Object

We're seeing numerous errors in the IIS logs (and event viewer) by a third party application (OK, Clowder) calling a UD table. The error is generally something like:

System.ArgumentException: Error creating a repository for: EntityTypeName: csContact, Exception has been thrown by the target of an invocation. System.ArgumentException: Must specify valid information for parsing in the string.

The specific endpoint that's failing is: /api/csDemographics

Both of these work: /api/Demographics and /api/vbocsDemographics

There are 105 fields in the table. I need know if

  • There are a limit of fields (105 seems high)
  • The endpoint they're calling is valid

Thanks