We can run below query in developer console query editor. It will return all the aura component name in DeveloperName column. SELECT Id, DeveloperName, MasterLabel FROM AuraDefinitionBundle Now we can edit Developer Name, MasterLabel and save it. It will reflect all the place wherever the component is used. If you are using the component in controller and helper, It …
Category: Apex
Permanent link to this article: https://salesforcebuddy.com/2020/01/how-to-rename-lightning-component/
Mar 28
Troubleshooting : Developer console is not working
I was working on a new Org and was not able to open developer console for the new Org. I came across the below fix for the issue I just copy the https link (https://YOURORGANISATION.my.salesforce.com/_ui/common/apex/debug/ApexCSIPage) of the loading page and re-open a new web page, copy the link and the console this time open as …
Permanent link to this article: https://salesforcebuddy.com/2019/03/troubleshooting-developer-console-is-not-working/
Mar 20
Salesforce Chrome Extensions
Google Chrome is very powerful web browser. One of the best things about Chrome is it’s massive library of extensions. These extensions are basically add-ons for your browser that enhance its functionality with built-in applications. Salesforce Navigator This extension helps you get to any salesforce page quickly. Just type in what you need to do. …
Permanent link to this article: https://salesforcebuddy.com/2019/03/salesforce-chrome-extensions/