Page MenuHomePhabricator

Can't add more info to the prospect tab
Closed, ResolvedPublic

Description

I created a new record today (19989553), and added a bunch of info into the prospect tab. I'm trying to add more, but can't type nor cut and paste info into any of the text fields. Much sadness. Are there rules about max character limits, or other constraints that I'm not aware of?

Event Timeline

CaitVirtue triaged this task as Medium priority.Feb 6 2017, 9:10 PM

Bad news - there is a character limit.
Good news - you can edit it.

I just edited the limit on the Biography field here
civicrm/admin/custom/group/field/update?action=update&reset=1&gid=5&id=66

You can see on this field it it has a maximum length of 255.
civicrm/admin/custom/group/field/update?action=update&reset=1&gid=5&id=51

If you set the limit to 0 it means no limit - at least on the note fields (ie. see the data type here civicrm/admin/custom/group/field?reset=1&action=browse&gid=5 ) - I don't think doing that is a problem for the database. The limit seems to be primarily in the UI for note fields but in the database for 'alphanumeric' fields

@CaitVirtue @RLewis @LeanneS
Could you please try editing the different fields and let us know if you can add more characters? Thanks!

Yup, i can add more data now. thank you!

@LeanneS @RLewis Can you both make a note of how to make these changes in case we need to do something similar for other text fields in the future? Thx!

Eileenmcnaughton claimed this task.

Looks like this was sorted 'back in the day'