Skip to main content
rochishaj0002
March 8, 2023
Question

Saving Data using Rich Text Editor is not getting displayed in Record Type

  • March 8, 2023
  • 6 replies
  • 0 views

I am trying to save data using Rich Text Editor having longtext Data Type. But when I check the record type for the saved data, the full data is not showing up, only 40% data is showing up in record. What can be the possible reasons for it?


6 replies

pragnaj0001
March 8, 2023

I think rich text we use only for display the data. not for save the data. or can u pls elaborate your use case. 

rochishaj0002
March 8, 2023

Hi Pragna, I am using Rich text Editor

stefanhelzle0001
Brainy
March 8, 2023

I see two issues here. First, the RichTextEditor stores HTML to the DB. That might, or might not be displayed correctly. The other issue is the limitation of synced records to a maximum of 4000 characters for text fields.

rochishaj0002
March 8, 2023

Hi Stefan, thank you for your response.

rochishaj0002
March 8, 2023

What will be the solution for this? Should I fetch data from database using Query Entity or is there any better solution?