Monthly Archives: February 2021
Trigger for New Contact To Automatically Add Account Name Based On Email Domain
Apex Trigger: Share this…WhatsappFacebookEmail
Trigger for Assign Account to Contact based on Email Domain Name in Salesforce
Follow below steps for this Scenario: Create Domain__c Text Field on Account and Domain__c Formula Text Field on Contact Formula : In this scenario Account Domain__c value like ‘gmail.com’ other examples: yahoo.com,wipro.com,infosys.com Contact Email like ‘[email protected]’ then automatically assign Account to this New Contact Share this…WhatsappFacebookEmail
Trigger for Count Number of Contacts Related To Account in Salesforce
Apex Trigger Share this…WhatsappFacebookEmail
Trigger for Update Related Contacts Picklist based on Account Picklist in Salesforce
Apex Trigger Share this…WhatsappFacebookEmail
JSON End Point URL Data Insert To Object(Contact) in Salesforce
End Point URL: https://api.androidhive.info/contacts/ First add above URL in Remote Site Settings. Apex Class Test Class Mock Test Class Open Anonymous Window Execute Apex Class Method JsonDataInsert.jsonData(); Then insert Records in Object. Share this…WhatsappFacebookEmail
Trigger for Lead Email and Contact Email is Same Convert Lead to Existing Contact in Salesforce
Apex Trigger Apex Class Share this…WhatsappFacebookEmail