Custom Fields in DB

we have about 100 custom fields in the Quotes section. When we attempt to create a new field we get a DB error message and cannot add any additional fields. Is there a way of increasing the number of custom fields allowed?

I’m not aware of any field limit in SuiteCRM so it’s likely that, due to the large number of fields you’re hitting some kind of database limit.

What DB are you using? What error are you seeing?

For MySQL and the Row size too large error you may be able to get around this by changing some of the column types or reducing the length of fields to only what you need.

Thanks,
Jim