Useful tips for everyday
Can you use multi select picklists in Formula fields? Multi-select picklists are not recommended in formula fields. A picklist value often determines which other fields…
How can I see my uploaded files on Heroku? 3 Answers. APPNAME is the name of your Heroku application And in the folder app are…
Can you use apex to call an external site? Apex provides integration with Web services that utilize SOAP and WSDL, or HTTP services (RESTful services).…
How to throw an exception in Salesforce developer community? You have to create your own Exception class like this: // Optional catch statements for other…
What is job scheduling job? Job scheduling is the process where different tasks get executed at pre-determined time or when the right event happens. A…
How is event monitoring used in REST API? These examples use REST API event monitoring data that contains information useful for assessing org usage trends…
Can a custom object be linked to an email? Use the following guidelines and limitations when using custom objects: Custom objects have an email field…
Why is the else statement not evaluated in ampscript? Note that the output is still “Goodbye!” and then rest of the ELSEIF statements are ignored…
How do I find my org instance in Salesforce? Hold the Windows key and press R. At the run dialog, type in cmd and press…
What to do when you get uncommitted work pending error? You may try the following for System.CalloutException: You have uncommitted work pending. Please commit or…