March 2019 archive

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 …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/03/troubleshooting-developer-console-is-not-working/

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. …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/03/salesforce-chrome-extensions/

Governor Limits

As you ma be aware that Apex runs in a multitenant environment, the Apex runtime engine strictly enforces limits to ensure that runaway Apex code or processes don’t monopolize shared resources. If some Apex code exceeds a limit, the associated governor issues a runtime exception that cannot be handled. Some of the common governor limits …

Continue reading

Permanent link to this article: https://salesforcebuddy.com/2019/03/check-apex-limits/