Useful tips for everyday
What are publisher actions in Salesforce for mobile? Publisher Actions in Salesforce Publisher Actions lets you have Quick actions to be taken from a Chatter…
How do you create a Save button in access? Follow these steps: Open the form in Design view. Right-click any toolbar and click Toolbox. Click…
What is customizable forecasting? When you enable customizable forecasting, Salesforce automatically assigns a user as the forecast manager if he or she is the only…
What is difference between Java and APEX? These are the major differences between Apex classes and Java classes: Inner classes and interfaces can only be…
Can controllers communicate with each other? Controllers can always talk directly to their Model. Controllers can also talk directly to their View. The Model and…
How do you add a list to a list in Python? Add an item to a list in Python (append, extend, insert) Add an item…
How do I view events in console? 5 Answers Hit F12 to open Dev Tools. Click the Sources tab. On right-hand side, scroll down to…
Do you have to run apex tests while deploying? No Test Run (no Apex tests are run unless it is a production deployment). Run Specified…
Can Ajax send data to server? 4 Answers. You can use ajax to post json data to specified url/controller method. In the below sample I…
Why is This page not using a valid page layout? “This page is not using a valid page layout” The .aspx page is using an…