Useful tips for everyday
How do I activate multi currency? Multi-Currency Everywhere (MCE) was enabled by default with the Winter ’18 release for all existing orgs that met the…
Which is the default input field in force? For example, if the component is a number field with 2 decimal places, then the default input…
How do I make my code look cleaner? Tips on writing clean code Make code readable for people. It is true that the code we…
How to use the Lightning Testing Service ( LTS )? The Lightning Testing Service (LTS) makes it easy to test your Lightning Components using popular…
How do I check field history in Salesforce? Enable Account Field History Tracking From Setup, click Object Manager and select Account. Select Fields & Relationships,…
How do I change my status code on REST API? Change the HTTP Status Code of a REST API Go to Manage Dependencies… and add…
How do I save a download as a PDF? Save a PDF Do one of the following: To save changes to the current file, choose…
How do you test triggers? To test Trigger, we need to execute the SQL query embedded in the trigger independently first and record the result.…
How do I make my salesforce password not expire? If you still wish to do so: Log in to Salesforce as a System Administrator. Go…
How do you write a test class for opportunity? Test Class: Create apex class with @isTest anotation. Create a user record with non admin users.…