75% Test coverage for Salesforce application is very important. Without 75% code coverage we can not move code in production.…
Browsing: apex
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…
Salesforce Queueable Job is very important for long running data updates. We must notify when particular data update is finished.…
Community Portals are very important for business to engage customer and partners. Salesforce provide community cloud to make these portals…
Recently we were having a requirement for getting text from audio or video file. These audios were majorly from customer…
How to Download Files from S3 Server using Apex and Lightning Component Downloading or reading files from S3 server is…