Author Archives: SalesforceCodes
Trigger for New Contact To Automatically Add Account Name Based On Email Domain
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 ‘salesforcecodes@gmail.com’ then automatically assign Account to this New Contact Share this…Facebookemail
Trigger for Count Number of Contacts Related To Account in Salesforce
Trigger for Update Related Contacts Picklist based on Account Picklist in Salesforce
JSON End Point URL Data Insert To Object(Contact) in Salesforce
Trigger for Lead Email and Contact Email is Same Convert Lead to Existing Contact in Salesforce
Account Related Contacts in Custom Lookup Lightning Component
Apex Class Lightning Event : selectedsObjectRecordEvent.evt Lightning Component : customLookupResult.cmp JS Controller : customLookupResultController.js Lightning Component : customLookup.cmp JS Controller : customLookupController.js Helper : customLookupHelper.js Application Output Share this…Facebookemail