How to get matching records from Duplicate Rule failure in Salesforce using Apex?
Sample Code: Contact contact = new Contact(LastName = 'Test'); Set < Id > duplicateIds = new Set < Id >(); Database.SaveResult saveResult = ....
Sample Code: Contact contact = new Contact(LastName = 'Test'); Set < Id > duplicateIds = new Set < Id >(); Database.SaveResult saveResult = ....
The first step to troubleshoot the unsupported_grant_type exception in Salesforce is to check the Login History. https://www.infallibletechie.com/2013/08/how-to-view-login-history-of.html 1. When you face {"error":"unsupported_grant_type","error_description":"grant type not supported"} error, put all the information in ....
1. Describe some SF best practices and patterns that you have used? https://developer.salesforce.com/page/Apex_Design_Patterns 2. What is the tuning performance? How do you increase it? https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/vf_dev_best_practices_performance.htm 3. What is the apex ....
Conditional rendering allows us to hide and show. We have to use 1. aura:if For showing contents when the condition is true. 2. aura:set For showing contents when the condition ....
Data integration keeps your data up-to-date. When you activate a data integration rule, Salesforce immediately checks your existing records against a data service to see if new data is available. ....
Use a session-based permission set to allow functional access only during a predefined session type. Flows or SOAP API can be used to activate and deactivate the session-based permission set. ....
1. Edit the pick list field. 2. Click Promote to Global Value Set button. 3. Enter Label and Name. Click "Promote to Global Value Set" button.
Salesforce Lightning: https://www.infallibletechie.com/2022/05/how-to-quickly-setup-salesforce-field.html Salesforce Classic: 1. Go to Field Service Settings. 2. Enable Field Service Lightning and click "Save" button. https://www.youtube.com/watch?v=ZDj1RCiDTPY
1. Install Quip AppExchange product. https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EFoIbUAL 2. Go to Open Reports in Quip tab. 3. Click Open in Quip button.