Salesforce · Wave Analytics

How to Create Dataset, Lens and Dashboard in Wave Analytics

In my previous blog post Basics of Wave Analytics, I have explained you the differences between Reports and Dashboards VS Wave Analytics, and basic capabilities, licenses, and permissions needed for Wave. Now let’s dive deeper to know the most important features of Wave Analytics. I am going to show you how to implement dataset, lens, and dashboard with… Continue reading How to Create Dataset, Lens and Dashboard in Wave Analytics

Apex · Lightning · Salesforce

Configurable Map Component for Lightning Record Pages

Everyone loves to use a custom component which can be placed in any object irrespective of whether its standard or custom. In this blog, I am going to introduce one such component, which is the reusable map component. What it does? By placing this component in your Lightning page, you can display the map based… Continue reading Configurable Map Component for Lightning Record Pages

Lightning · Salesforce

Salesforce Summer’17 Release: Platform Events

Platform events is a native feature introduced in summer’17 release. It follows an event driven architecture wherein a sender broadcasts a message that is captured by one or more receivers. Platform events simplify the entire process of communicating changes and responding to them without the need of complex logic. Platform events allow customers to increase… Continue reading Salesforce Summer’17 Release: Platform Events

Apex · Uncategorized

WorkAround for PDF Rendering in SF1

Salesforce1 as a new mobile interface for everything in Salesforce. It’s possible to publish a visualforce page to mobile devices. One key developer feature is that any visualforce page, can be embedded in the Salesforce1 mobile app without extra coding – just by making the Visualforce page ‘available for mobile’ (checkbox in the VF page editing… Continue reading WorkAround for PDF Rendering in SF1

Salesforce

Login to Salesforce from Facebook using Graph API

Graph API Overview The Graph API is a HTTP-based API that is used to query user information, post new stories, upload photos and many other tasks that an app should provide. The Graph API is a basic step to pull and push data in Facebook’s social graph. This API provides following user information fields: Id,… Continue reading Login to Salesforce from Facebook using Graph API