Apex code executes by default in system mode which means it will ignore user’s permission. This post will show how to secure Apex code with user mode operation.
apex
Salesforce supports object initializer only for sObject and not for custom classes. This post will show how to implement Object Initializer in Salesforce Apex.
Salesforce Topics are phrases that we can associate with Salesforce records to organize them. This post will help to generate Topic followers list.
While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
Callable interface enables developers to use a common interface to build loosely coupled integrations. This post highlights dynamic code execution using callable.
Partner Portal is required by our clients to provide access to their employees. In this post, we will learn about how to create partner portal user.
We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.
Apex triggers enable us to perform custom actions before or after changes to Salesforce records. This post will provide ways to Apex Trigger Code Optimization.
We use Salesforce files to store documents in our org. This post will give step-by-step information on Salesforce DropBox Integration to upload files.
URL Shortening is required when we send email with URL link or sending SMS to customers. This post will give detail on using Cuttly Url Shortener in Salesforce.