-
How to Salesforce Trigger on Event Object?
trigger RichTextCustomAreaEvnt on Event (after insert,after update) {
List buffer_Attac = new List();
if(Trigger.isafter && Trigger.isInsert){
for(Event objEve : Trigger.new){
if(objEve.Description_RTA__c == Null ){
break;
}
if(objEve.Description_RTA__c.Contains('
Log In to reply.
Popular Salesforce Blogs
Top 5 Salesforce Development Trends in 2024
Salesforce, the undisputed leader in Customer Relationship Management (CRM), continues to evolve at a rapid pace. As we step into 2024, several exciting trends are…
Salesforce CPQ Implementation Guide: Tips and Challenges
Salesforce has been one of the reputed CRMs offering valuable data and assisting companies in handling their business better. Salesforce is now focusing more on…