-
Admin needs to preserve carriage returns in transfer of text fields in Salesforce
Hello developers,
I am working on an apex script to do a one time transfer of data from one object to another. One of the fields that has to be transferred is a large text area field. It will be transferred to a Rich text area field. I can't figure out how to preserve the carriage returns. Below is the simple version of my script that I have been using to try different things out. I know not to to put dmil inside of loops....again this is just a quick to find how to transfer the string. Without really understanding these different escape methods...I tried all of them...escapeEMCAScript, unescapeECMAScript, escapeHTML3 etc. But none of them work. Everything results in the string saved to the field without any returns.for(Project__c mp : [select Id, Brief__c, Opportunity__r.Description from Project__c
where Id = 'a10N0000001hF0WIAU'])
{
mp.Brief__c = mp.Opportunity__r.Description.escapeHtml4();
update mp;
}
Log In to reply.
Popular Salesforce Blogs
Salesforce Customer 360: A Comprehensive Overview & Advantages
Salesforce recently introduced Customer 360, a groundbreaking technology that provides companies with a unified, comprehensive view of their customers across all touchpoints in the rapidly…
Top 6 Features To Consider While Choosing an Idea Management Software | Salesforce
Sticky notes or the good ol’ suggestion box are great to quickly capture ideas. These methods, however, do not guarantee that great ideas will be…
Comparing Salesforce Lightning With Salesforce Classic
The executive's customer relationship is very important to the collaboration with the association's present and future clients, especially in the current scenario, which is full…
Popular Salesforce Videos
Build an App Home Lightning Page | Salesforce Lightning Tutorial
Learning Objectives After completing this unit, you’ll be able to: Add components to a Lightning page Configure the properties of a Lightning page and a…
From ₹5000 Salary to Salesforce MVP - Journey of a Small Village Boy
Story of Salesforce MVP Amit Singh Session Includes: [00:14:00] ? How Amit Singh started his career in Salesforce as a Fresher. [00:30:45] ? How Amit…
What is Salesforce Hyperforce?
In this video, you will take a look at Salesforce Hyperforce, Salesforce's new re-architecting of the Salesforce platform. 00:00 Introduction 00:28 What is Salesforce Hyperforce?…