-
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
What is Salesforce AppExchange?
AppExchange is the first-rate choice for the enterprise app market. App exchange applications customized for salesforce and every IT company. It has proved that it…
Leverage the Power of Personalization with Salesforce Marketing Cloud
Reaching out to the customers with the right content at the right time through their preferred platform is the key to ensuring a delightful experience.…
What is the Role of Salesforce Consultants in Upgrading your CRM?
Upgrading your CRM system can be a transformative step for your business, but it often involves complex processes and significant planning. Salesforce consultants play a…