Welcome to my Salesforce Blog!

I have created this blog to share with the Salesforce Ohana my experience. I strive to put into perspective Salesforce features and propose solutions to given use cases that enforce scalability, maintenability as well as security to get the best from Salesforce. Please comment the articles, challenge the solutions, and suggest new posts!

event monitoring shield salesforce

How to use Shield Event Monitoring

What is Event Monitoring Event Monitoring is a module part of the Salesforce Shield suite, along with Encryption and Extended Audit Trail capabilities. Event Monitoring provides access to technical servers logs that Salesforce group by event types, such as ApexExecution, ApexTrigger, RestAPI, ReportExecution…. The list of supported event type is listed here. Retention period of …

How to use Shield Event Monitoring Read More »

my team role hierarchy

How to report on My Team’s data using Role Hierarchy

What is a Role Hierarchy Role hierarchy in Salesforce is used to drive vertical sharing. Let’s say you have just implemented a solution used by a group of people and their manager. In order for the manager to inherit record visibility of its team, a 2 level role hierarchy has been setup. Now that record …

How to report on My Team’s data using Role Hierarchy Read More »

how to activate einstein analytics

How to activate Einstein Analytics NKA Tableau CRM

Check if Tableau CRM (Einstein Analytics) is already activated Even if Einstein Analytics licenses or Tableau CRM licenses are available on your org, the module itself might not be activated yet. In order to activate it, navigate to the Setup and look for Getting Started under Analytics menu. If not activated, you will see an …

How to activate Einstein Analytics NKA Tableau CRM Read More »

Listen to your platform event

Listen to your Salesforce Platform Event using Python

Leverage Python open source libraries to monitor Salesforce Platform Events If you already have experienced Salesforce Platform Event feature, you have probably been looking here and there for some sort of tool to help you catching your Platform Event, and displaying the payload in real time. This is useful especially for troubleshooting, to help identifying …

Listen to your Salesforce Platform Event using Python Read More »

Connect two Salesforce org

Connect two Salesforce Orgs using OAuth2 authentication

Use Case: You need to access data hosted on another Salesforce Org from your own Salesforce Org, to perform any type of operations It often happens that you have available in another sandbox some data which you’d like to fetch, manipulate and get loaded into another Salesforce org in the blink of an eye, by …

Connect two Salesforce Orgs using OAuth2 authentication Read More »

Salesforce Postman OAUTH2 authentication flow

Test OAuth 2.0 Authorization Flows with Postman

Use Case: You have created an API user and a Connected App and you want to validate the connectivity before sending the credentials to the tierce application Before diving into the details, let’s recap and remind the basics around integrations.Integrating your Salesforce application to an external application is always an additional risk for the security …

Test OAuth 2.0 Authorization Flows with Postman Read More »