Useful tips for everyday
What does ” you have uncommitted work pending ” mean? “You have uncommitted work pending. Please commit or rollback before calling out” I want to…
How to populate the email ” from ” field? Click Settings>Customization>Customize the System and select Web Resources from the left pane Enter the name and…
How do I find my lightning input id? Use aura:id to add a local ID of button1 to the lightning:button component. You can find the…
How do you convert a set into a list? Typecasting to list can be done by simply using list(set_name) . Using sorted() function will convert…
Can you read data from Salesforce to Heroku? Heroku Connect automatically chooses the most efficient method to transfer data between your database and your Salesforce…
Can we use future in trigger? Yes, we can call a future method from a trigger. Only thing is, future methods are called asynchronously, meaning…
How do I navigate objects in Salesforce? In most Salesforce apps, the App Launcher button is followed by navigation items that provide access to the…
Is it possible to get pick list field values in LWC? I’d like to avoid hard-coding the available options if possible. In LWC, is it…
What does attempt to de-reference a null object mean? Description. In Salesforce CPQ, the error ‘Attempt to de-reference null object’ is caused by a line…
Can you delete a record type? In Salesforce Classic, go to Setup | Manage Users | Profiles (or Setup | Users | Profiles in Lightning…