Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- New Board Requests
- :
- Field Character Length Limit
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Field Character Length Limit
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-19-2010 07:48 AM
Hello All,
Can anybody help me with this situation????
----------------------
The total character field names of all custom fields, not field lengths. When added together should not exceed a certain limit set by Salesforce
Example:
Account Object
custom field name 1 = 10 characters
custom field name 2 = 15 characters
then
you have consumed 25 characters against this limit. I am guessing the
limit is 10000 characters for all custom fields in the org.
-------------------------------------------------- --
Now the solution we have to come up with :
Have a counter that gives the total count of all field characters of an object then subtract with the maximum limit count (Pre-Fixed or hard coded)
So the developers or admins know the information while creating the fields further ... to use it sensibly.
Now the solution we have to come up with :
Have a counter that gives the total count of all field characters of an object then subtract with the maximum limit count (Pre-Fixed or hard coded)
So the developers or admins know the information while creating the fields further ... to use it sensibly.
Do anyone of you think its possible? If so, can you please guide me.

