In Lightning Web component, we can create component with and without HTML template. Component without HTML template is called Service…
Browsing: salesforce
Salesforce.com Inc has hired Arundhati Bhattacharya, one of India’s best-known former bankers, as its India chief executive officer, a source…
Discover how to enhance customer engagement in Salesforce using SMS with the Nexmo API, enabling effective communication for order approvals and more.
75% Test coverage for Salesforce application is very important. Without 75% code coverage we can not move code in production.…
Worlds number 1 CRM and Marketing Technology company has acquired The CMO Club . The CMO Club is member based Content Marketing and…
I am using the Google Fit Android app for my daily fitness activity monitoring. Based on this, I thought of…
Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on Salesforce…
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.
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…