Useful tips for everyday
How do I run a python script from a website? You can display any content and work with dynamic or static pages using Python. Launch…
How many values can a list store? 1) Yes, list can store 100000+ elements. How much data can a list hold? Generally, a List implementation…
How do I add a link to an email template in Salesforce? In Salesforce Classic On the page where you add the content or the…
How do I turn off multiple currency in Salesforce? Enable multiple currencies for your organization….To disable advanced currency management: From Setup, enter Manage Currencies in…
How do you use a conditional operator in Apex? Ternary operator (Right associative). This operator acts as a short-hand for if-then-else statements. If x ,…
How do I enable calendar in Salesforce? From Setup, enter User Interface in the Quick Find box, then select Enable Click-and-Create Events on Calendar Views.…
Where is the submitform button in Lightning component? The action button must be submitForm, that is, in CampingListForm Controller.js line #3 and in CampingListForm Component…
Is it possible to refresh force createrecord event? Current force:createRecord always redirects to the newly created record. But in case if you want to just…
Why am I seeing Chinese characters on my email? “The problem is that the email has a character encoding in the META tag of the…
How do I add a component to page layout? Click the Gear icon and select Edit Page. The Lightning Components display on the left navigation…