Category Archives: Trigger

Roll-Up Summary Fields With Lookup Relationships

Roll Up Summary is a very common need in Salesforce Master-Detail Relationship. There are various types of RollUp Summary field i.e COUNT, SUM, AVG, MAX/MIN etc, There are few limitations on Roll-up Summary field Type Objects have a limit of 10 maximum roll-up summary fields Objects on the master side of a master-detail relationship can …

Continue reading

Trigger on Lead Conversion Process in Salesforce

Today, there is a requirement from my client , to customize the LeadConversion process. Client’s need was to create a record at child object of Contact when Lead will be converted. So here I’d like to share few code to customize the lead Conversion process. when Lead will be converted , then a new reorcd …

Continue reading