Useful tips for everyday
How do I delete a calendar event series? Delete an event you create On your computer, open Google Calendar. Click the event you want to…
What is a journey in Salesforce? Customer Journeys in Salesforce. Customer journey: The complete set of experiences that customers go through when interacting with your…
How do I use the data import wizard to update records that match specified Salesforce IDs? Update Leads From Setup, enter Data Import Wizard in…
How to add dashboard to service cloud console? Since Dashboards is already a tab in the regular salesforce app, adding it to the Service Cloud…
Can we use standard controller in lightning component? If you have worked on Visualforce and started playing with Lightning Component, you must have identified one…
How to create an object using the COM API? Details on creating objects using the COM API can be found in the dedicated page. To…
Can future method be called from batch? No, We cannot call future methods directly from batch apex but we can call a web service from…
How do I get all objects in Apex? The Best Ways to retrieve list of all Objects using Apex, you can use Schema. getGlobalDescribe() method.…
Can we make formula field unique? You’re right, you can’t make a formula field unique. But you can still do this. You’re halfway there with…
How can we handle concurrent requests? Handling Concurrent Requests in a RESTful API User A requests resource 1 via a GET endpoint. User B requests…