Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →
Screenshot showing Data Manager settings to increase the CRM Analytics character limit for text fields
Admin

Fix the CRM Analytics character limit for long text fields

Your dashboard text cuts off at 255 characters, usually right before a demo. It comes from a default setting in Data Manager and it is an easy fix. Here is exactly where to change the precision so you see your full notes.

The short answer

CRM Analytics truncates Long Text Area and Rich Text Area fields at 255 characters by default to keep dataset storage down. Fix it by raising the field Precision in the Data Manager connection settings and re-running the data sync.

Key takeaways Open the SFDC_LOCAL connection in Data Manager and raise the Precision value on the affected text field to lift its character limit. Re-run your data sync and the matching recipe or dataflow after you update the field metadata so the new limit takes effect. Set Precision between 2,000 and 5,000 characters for typical use rather than the 131,072 maximum, which slows processing and eats storage. Check the mapping type in Data Manager for Rich Text Area fields and allow for the extra HTML tag characters when you set the Precision value.

If you have ever built a dashboard only to realize your beautiful Case comments or project notes are getting cut off, you have run into the default CRM Analytics character limit. It is one of those things that usually happens right before a big demo, and suddenly your users are asking why they can only see half of a sentence.

It is a frustrating surprise. You know the data is in Salesforce. You can see the full text on the record page. But in your Analytics table, everything stops dead at exactly 255 characters.

Why you are hitting the CRM Analytics character limit

Salesforce Long Text Area and Rich Text Area fields are massive. They can hold up to 131,072 characters. But when CRM Analytics pulls that data in through the SFDC_LOCAL connection, it does not just grab everything by default. It tries to be efficient with storage.

If you do not tell the system otherwise, it assumes a standard text length. This CRM Analytics character limit of 255 is the "safe" default the platform uses to keep your datasets lean. Plenty of people assume it is a bug. It is just a very conservative setting that most of us forget to change during the initial setup.

A software interface showing data field settings and character limit configuration options.

A software interface showing data field settings and character limit configuration options.

How to fix the CRM Analytics character limit in Data Manager

The fix is actually pretty simple, but you have to know exactly where to click. You do not need to change anything on the Salesforce object itself. You just need to tweak the sync settings in the Data Manager.

  1. Open up Data Manager from your Analytics Studio.
  2. Head over to the Connections tab on the left.
  3. Find your SFDC_LOCAL connection and click on the object that is giving you trouble (like Case or Opportunity).
  4. Scroll through the field list until you find your Long Text field. Click that little pencil icon to edit it.
  5. Look for the Precision box and enter the number of characters you actually want to see (like 5,000 or 32,768).
  6. Save your changes and, this part is vital, re-run your data sync.

Once the sync finishes and your recipe or dataflow runs again, that annoying 255-character wall will be gone. Your table widgets will now show the full text up to the limit you just set.

A quick word on performance

I have seen teams get excited and set every single text field to the maximum 131k limit. Don't do that. While it is tempting to just "set and forget" it, remember that every extra character you store takes up space and can slow down your data processing. I usually recommend setting the CRM Analytics character limit to something reasonable that covers 95% of your use cases.

In my experience, 2,000 to 5,000 characters is usually more than enough for most dashboard notes. If you really need more, just be mindful of how it impacts your overall data volume.

If you are worried about how this affects your org at scale, you might want to check out my guide on Managing Salesforce Large Data Volumes to keep things running fast.

When to use Rich Text mapping

If your field in Salesforce has bold text, lists, or colors, you are probably using a Rich Text Area. If you want to keep that formatting in your dashboards, make sure you check the mapping type in the Data Manager. Sometimes increasing the CRM Analytics character limit isn't enough on its own if the users want to see the original markup. Just keep in mind that Rich Text adds even more "hidden" characters because of the HTML tags, so you might need a slightly higher Precision value than you think.

Key takeaways

  • The 255-character cap is a default sync setting, not a permanent platform restriction.
  • You must manually update the Precision field in the Data Manager connection settings.
  • Always re-run your data sync after making changes to field metadata.
  • Only increase the CRM Analytics character limit for fields that actually need it to save on storage.

That is really all there is to it. It is a quick five-minute fix that saves you from a lot of "the data is missing" emails from your stakeholders. Next time you are onboarding a new object into Analytics, make it a habit to check those Long Text fields right away. It saves a lot of headache down the road.

Frequently asked questions

Why are long text fields truncated to 255 characters in CRM Analytics?

CRM Analytics applies a default 255-character limit to fields pulled through the SFDC_LOCAL connection to keep datasets lean. It is a default sync setting to conserve storage, not a permanent platform restriction or a bug.

How do you increase the character limit for text fields in CRM Analytics?

Open Data Manager, go to Connections, and select your SFDC_LOCAL object. Edit the long text field, enter the character count you want in the Precision box, save, and re-run your data sync.

What is the recommended character limit for long text fields in CRM Analytics?

Precision between 2,000 and 5,000 characters is usually enough for dashboard notes and keeps performance healthy. Setting every field to the maximum of 131,072 characters can eat storage and slow data processing down.

How do you preserve formatting for Rich Text Area fields in CRM Analytics?

Check the field mapping type in Data Manager to keep formatting such as bold text, lists, and colors. Set a higher Precision value than usual, because the underlying HTML tags count toward the character limit.

Newsletter

One email every Tuesday

New guides, tool updates, and the release-note changes that break things.

No spam. Unsubscribe in one click.

Comments

Loading comments...

Leave a Comment