Category: Salesforce
-
Flow in Salesforce – Youtube Video tutorial
Short video tutorials to understand basics of Salesforce flow and how to get most of it
-
Creating Lookup field in Flow
How to create alternative solution for Lookup fields in Salesforce flow
-
Salesforce Winter 16 – Top features
You can watch recording of my live stream channel as well to know more on Winter 16 features. Powerpoint presentation used in livestream can be accessed from here. 1. Object Manager Objects are objects, even if they are standard or custom objects. Salesforce simplified navigation to access Objects, we can access it now from “Object Manager”…
-
List of podcasts for Salesforce developers and admins
I am sure lots of visitors reading this post commutes to office almost daily either by own car or public transport. I use my leisure by listening Salesforce podcasts mostly. There are many Salesforce podcast maintained by awesome admins and developers globally. They dedicates lots of effort and time around planning every episode, try not to be…
-
Resolve 24 hour Apex email limit error in Salesforce
How to design and architect Salesforce application so that 24 hour Apex email limit error could be resolved and have reporting capabilities on emails sent from Salesforce
-
Setup Live Agent in Salesforce Community – Video
Using Live agent, Service representatives can directly chat with customers and resolve customer issue. Chat support is noways preferable way to contact service representative. No need to stay on call for hours, no need to wait for email reply for days. Even I use chat support wherever it is possible as its very easy to…
-
Login to Lightning enabled Salesforce instance using SessionId
If you have session Id, then you could login to Salesforce directly using below URL hack : https://[intance].salesforce.com/secur/frontdoor.jsp?sid=[sessionId] on above URL, you have to replace [instance] by actual salesforce instance name and [sessionId] by actual sessionId of user. In same way, we can directly login to portals or communities using below URL hack https://[instance].salesforce.com/secur/frontdoor.jsp?sid=[sessionid]&orgId=[orgId]&portalId=[portalOrCommunityId] I…
-
Salesforce to Salesforce integration using Canvas
After writing this article Salesforce has enabled CSP (Content Security Policy) which restricts adding Salesforce in iFrame. We can add MyDomain URL as CSP whitelisting and it works only if user already logged into other Salesforce instance. However, if user is not logged into other instance , internally OAuth navigates through login.salesforce.com which is too…
-
Dreamforce 2015 – My Sessions – Add in your Agenda builder
Dreamforce 2015 sessions presented by Jitendra Zaa for Salesforce
-
Salesforce Lightning Component – Radar Chart
How to create Radar chart using Lightning Component in Salesforce with the help of Chart.js library