Useful tips for everyday
Can cURL call REST API? An application program interface (API) is a set of definitions and protocols that allows software programs to communicate with each…
How do I view the debug log in Salesforce Developer Console? Use the Log Inspector From Setup, select Your Name > Developer Console to open…
How retrieve data from ORG to VS code? Retrieve Source Manifest. In VS Code explorer or editor, right-click a manifest file and select SFDX: Retrieve…
What happens if there is no constructor in apex? Parameterized Constructor. If an Apex Class doesn’t contain any constructor then Apex Compiler by default creates…
How to create custom activity in Marketing Cloud? This value must include one of the Marketing Cloud-provided activity category types: If the call includes an…
What is dynamic content email? Dynamic email content is any personalized part of a mass message that changes based on user behavior or data you…
When to use apex Test class for batch apex? Apex Test Class for Batch Apex January 2, 2021 jayakrishnasfdc Batch Apex is used to run…
How do you implement an email to a case in Salesforce? Setting it up is very simple. Just enable it, specify the support email address,…
How does getpicklistvalues work in Salesforce Lightning? If a function is decorated with @wire, the results are returned in an object with a data property…
What does enqueuejob ( ) do in queueable apex? It is called by a simple System.enqueueJob () method, which returns a job ID that you…