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

It is frustrating when your dashboard text cuts off at 255 characters right before a demo. This happens because of a default setting in Data Manager, but it is an easy fix. I will show you exactly where to change the precision settings to see your full notes.

The short answer

CRM Analytics truncates Long Text Area and Rich Text Area fields at 255 characters by default to optimize dataset storage. You can resolve this truncation by adjusting the field Precision in Data Manager connection settings and re-running the data sync.

Key takeaways Navigate to the SFDC_LOCAL connection in Data Manager and increase the Precision value on the affected text field to raise its character limit. Re-run your data sync and corresponding recipe or dataflow after updating the field metadata so the new limit takes effect. Set the Precision value between 2,000 and 5,000 characters for typical use cases instead of the 131,072 maximum to prevent slow processing and excessive storage use. Verify the mapping type in Data Manager for Rich Text Area fields and account for extra HTML tag characters when setting 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.

Look, 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. So why does this happen? And more importantly, how do we fix it without breaking our data sync?

Why you are hitting the CRM Analytics character limit

Here is the thing: 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. It is not a bug, it is just a very conservative setting that most people forget to change during the initial setup.

A professional software interface showing data field settings and character limit configuration options in a clean, modern layout.

A professional software interface showing data field settings and character limit configuration options in a clean, modern layout.

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. Let's break this down step-by-step.

  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. This is where the magic happens. 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. Honestly, 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 just increasing the CRM Analytics character limit isn't enough 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. This truncation is a default sync setting to conserve storage rather than a permanent platform restriction or bug.

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

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

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

Setting Precision between 2,000 and 5,000 characters is typically sufficient for dashboard notes while maintaining optimal performance. Setting every field to the maximum limit of 131,072 characters can consume excessive storage and slow down data processing.

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

Check the field mapping type in Data Manager to retain 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