
How do I fix the page name error in Salesforce?
Don’t forget to replace pageName with your page’s name: To fix that, go to the browser window/tab where the Saleforce home page is open (you should ofcourse login to see the Salesforce Home page). Press F12 in chrome to open the developer window.
How do I open the developer window in Salesforce?
Open your browser’s JavaScript console and enter the following code. Don’t forget to replace pageName with your page’s name: To fix that, go to the browser window/tab where the Saleforce home page is open (you should ofcourse login to see the Salesforce Home page). Press F12 in chrome to open the developer window.
Is $a undefined in the dev console?
1) Called in Dev Console from my SF sandbox Setup (in Lightning mode). $A is NOT undefined here. 2) Called from same domain as above but from my custom VisualForce Page: $A IS undefined here.
