Development

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 »

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 blog catch logs from API user

Learn how to catch logs from your Salesforce API user

Use case: latencies reported while testing the integration You are involved in a project where an inbound or outbound integration with a third party application to/from Salesforce has been built. As part of the test phase, the integration team is reporting latencies when Salesforce APIs are called to trigger a business process and is asking …

Learn how to catch logs from your Salesforce API user Read More »

Salesforce blog use with sharing

Make sure you use with sharing in Lightning Controllers

What is this critical update about? As of 29/10/2020, Salesforce plans to enforce this Critical Update with Spring ’21. First and foremost, Apex classes without a sharing declaration is insecure by default. Therefore if you are impacted by this Critical Update, it is high time to review all your Apex classes sharing declaration, and not …

Make sure you use with sharing in Lightning Controllers Read More »