Slaesforce FAQ

how to refresh developer console in salesforce

by Meta Nolan Published 2 years ago Updated 2 years ago
image

For the button ID, just right-click the refresh button in the Salesforce list view and click Inspect Element - the id will be something like 00Cc000000Dabc_refresh. Now the userscript code (replace the parts you need from info above):

You can do this in your Sandbox or your production environment. Once you've done this, you can visit the URL for that VisualForce page and click the “Delete my IDEWorkspace” button. Clicking this will refresh the state of your IDE and make the Dev Console stop hanging. It's really that simple.Apr 10, 2018

Full Answer

How do you refresh developer console?

Press F12 and open the developer tools. On the refresh button, on the top left of the browser window, do a right click.

How do I reset the developer console in Salesforce?

Developer Console menu may become non-functional sometimes, because of the workspace being in bad state. To restore the functionality, follow the following steps.Login and open Developer Console by Chrome.Open Developer tools and select Network.Reload on Developer Console.

How do I reset my Salesforce instance?

Reset an organization data to defaultEnter the requested text stating that you understand that all data in your organization will be deleted, including sample data and data that you entered. ... Select the checkbox for I understand and acknowledge that this function will cause irrecoverable data loss. ... Click on Submit.More items...

How do I reset my developer console password?

Steps to Reproduce :Login to your org.Search for Manage Users | Users | "New User"Create the User and uncheck the below checkbox : - Generate new password and notify user immediately.Click Save.Open Developer console.Open the Execute anonymous window > Write : system. ... Click Execute.Logout from the org.More items...

Sample Code

This component has a button that, when pressed, refreshes the focused workspace tab and all its open subtabs.

Response

This method returns a promise that, upon success, resolves to true. If there was an error, the promise is rejected.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9