Salesforce has lot of features for customer engagement like IVR Call, Email, Social Media, Web Chat and Mobile App, Text Messaging. This post will give information about text messaging based …
Dhanik Lal Sahni
Dhanik Lal Sahni
I have around 14 years of Experience in Web Based Application. In this experience, I have worked with various technology like SalesForce, .NET, .NET Core, MS Dynamic CRM, Azure, Oracle, SQl Server, WCF, Ionic, Angular.I am more focused on Technology instead of Management. I love to know and research about new technology.
75% Test coverage for Salesforce application is very important. Without 75% code coverage we can not move code in production. This post will help in resolving test classes coverage issue …
Worlds number 1 CRM and Marketing Technology company has acquired The CMO Club . The CMO Club is member based Content Marketing and Media company. They are the world’s most innovative and engaged …
I am using google fit android app for my daily fitness activity monitoring. Based on this, I thought of integrating Google Fitbit with Salesforce. This blog will give step by …
Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on Salesforce servers in conjunction with calls to the API. Below are …
Salesforce has announced to buy Vlocity, a San Francisco-based cloud and mobile software provider, for approximately $1.33B. Vlocity is a leading provider of industry-specific cloud and mobile software, driving digital transformation for …
This blog will give detail to get a refresh token and access token from Google API. This access token can be used to integrate Google API with Salesforce.
Salesforce Spring ’20 Release Features Now Available This release includes about 300 innovations, including some new products like below: Sustainability Cloud Salesforce Sustainability Cloud, a carbon accounting product for businesses …
Fitness freaks always talk about carbs, protein and fats. This blog will show the carbs, protein, fats and calories of fruit or vegetable using Spoonacular API.
Apex code is mostly run in system context so it is not considering current user’s permission. It is creating data integrity issue. Using with sharing keywords when declaring a class enforces Sharing Rules, …