Useful tips for everyday
How do I change the order of values in a bar chart? Under Chart Tools, on the Design tab, in the Data group, click Select…
Can map contain null values? Map doesn’t allow duplicate keys, but it allows duplicate values. HashMap and LinkedHashMap allows null keys and null values but…
How to pull to boundary in Lightning layout? If padding is used on layout items, this attribute pulls the elements on either side of the…
How to manually trigger form validation in HTML? Here’s a working CodePen example. In some extent, You CAN trigger HTML5 form validation and show hints…
How long do records stay in Salesforce recycle bin? 15 days Deleted data is only available for 15 days. After 15 days, data is permanently…
When is a null pointer exception thrown in Java? Null Pointer Exception In Java NullPointerException is a RuntimeException. In Java, a special null value can…
What is the maximum time allowed for relative session timeout? 1440 minutes The maximum time is 1440 minutes (24hrs). Global Customer Support (GCS) can set…
Can you send an email in visual flow? For a quick summary, Send Email inside of Visual Flow is an often underrated tool. You can…
How do I add a record in developer console? Manage Data in Developer Console From Setup, select Your Name > Developer Console to open Developer…
How do you use this in static context? But static contexts(methods and blocks) doesn’t have any instance they belong to the class. In a simple…