-
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
Salesforce Field Service Lightning Functional Data Model
Today, we will be discussing the data model of Field Service Lightning. This article will be slightly technical, so buckle up your seat belt hoses.…
Top 10 Salesforce Consulting Companies Around the Globe
Building stronger customer relationships is the need of the hour in this technology-driven world. Salesforce, being the #1 CRM platform, helps your business accomplish this goal.…
5 Essential Skills That You Need To Survive In The Salesforce Community
Don’t get me wrong; nobody is doubting your technical skills, but to stay in the Salesforce community and get noticed, there are certain things that…