Blog
All Salesforce tips, tricks, and best practices in one place.

Salesforce
How to output Salesforce session Id in Apex debug log?
UserInfo.getSessionId() is one of those methods you reach for constantly, mainly when you’re making REST callouts from Apex. The annoyance: you can’t actually see it in your debug logs. Try
August 14, 2022

Salesforce
Communicating between a Visualforce Page and a Lightning Component on a Lightning Page
As the title stated, we shall see how to communicate between a Visualforce page and a Lightning Component on a Lightning Page. Salesforce has provided us with Lightning Message Service
November 8, 2021

Salesforce
Salesforce Reports URL Hacking
After reading this post, you should be able to override report filters using only a url instead of editing the report to add the filters. This can be useful when
May 14, 2021