Apex · REST · Salesforce · Salesforce Einstein · Wave Analytics

REST API call from Einstein Analytics Dashboard

In Einstein Analytics we can create a lens and dashboard with the dataset available in your analytics studio. You have a dataset that is created from the dataflow which is scheduled every hour to update the dataset. Here your dataset might not have the updated data for every second or minute. What if you want… Continue reading REST API call from Einstein Analytics Dashboard

REST · Salesforce

Composite Resources in Salesforce

Tired of making multiple REST API calls for a simple task? Then composite resources let you batch up multiple calls in a single call.By using this you can simplify your code, reduce network overhead, and improve your app’s performance. Salesforce provides three composite resources namely composite, batch, tree composite: Executes a series of REST API requests in… Continue reading Composite Resources in Salesforce