Cmder Context (Right-Click) Menu
Related Posts:
Custom Salesforce Lightning component to Share Records Manually There are cases where user manually share records with other users. However, users with whom a record is shared neither gets a notification, nor an … Read More
Salesforce Community User Licenses References: https://help.salesforce.com/s/articleView?id=sf.users_license_types_communities.htm&type=5 … Read More
Fire force:refreshView event in Salesforce LWC componentTo reload data for standard components, you might have used $A.get('e.force:refreshView').fire(); in Lightning Aura components. Unfortunately … Read More
Sending Email in Salesforce using ApexThis is a common snippet to send an email using Salesforce Apex: Messaging.SingleEmailMessage email = new Messaging.SingleEmailMessage(); email.setTo… Read More
Reviewing and evaluating different integration patterns available within SalesforceApproach Data integration is used to synchronize data between two or more systems. It can be described as combining data from different sources into … Read More
0 comments:
Post a Comment