Useful tips for everyday
How to put a date in a soql query? The SF doc explains how to put a Datetime query in a SOQL query. I need…
How do you find the day of the week from a datetime? The datetime. today() method returns the current date, and the weekday() method returns…
How do I find my password for Salesforce? On the login page, click the forgot password link. Enter your username and click Continue. An email…
How do I automatically save sent emails in Gmail? How to Automatically Save Sent Emails Log in to your regular email account. Go to the…
When to enable Cors for a REST API resource? Cross-origin resource sharing (CORS) is a browser security feature that restricts cross-origin HTTP requests that are…
How do you make a scratch Org in SFDX? Create and Test Our Scratch Org Create a scratch org, set it as your default, and…
How do I access PDF files on my tablet? Open and read PDFs on Android. Download and install Acrobat Reader from the Google Play Store.…
How to create custom lightning component in community builder? Next component needs to be visible to Community Builder, need to add implements=”forceCommunity:availableForAllPageTypes” and make it…
How do I create a summary formula in Salesforce? Add a custom summary formula to display the win rate by sales rep: Click the Outline…
How to use record type ID in Test class? The record type in which my data is inserting or have to use object id in…