Session Based Permission Sets
A Permission Set is a collection of settings and permissions that give access to users to various tools and functions. The settings and permissions in Permission Sets are additionally found in profiles, but permission sets broaden users’ functional access without altering their profiles.
Recalculating Formula Fields in Apex
In Salesforce Winter ’20 release, three new classes (Formula, FormulaRecalcResult, and FormulaRecalcFieldError) were introduced.
SOQL Vulnerability Prevention
The most important aspect of any application is the ability to store and retrieve data from a datastore. Structured Query Language (SQL) is used widely in a traditional web application for effective retrieval of data.
Apex Design Patterns
Repeated execution of a class within a single transaction may lead to exceed the governor limit. This pattern is to reduce repeated instantiation of a class.
JavaScript Remoting
Normally, when a form is submitted, the whole page gets reloaded. To avoid the page loading for every click and validation, we can use scripting languages. As a result, the loading time will decrease and performance will increase.
Get Picklist Entries Based on the Record Type
In general, Apex help to get all the picklist field values regardless of record type of on sObject, but the values can be retrieved using the schema class.Â
Winter 15 – Deployment Features in Apex Schedule class
Are you trying to abort a running job in a production instance and recreating as same as before while deploying?
Discount on Opportunity Product and Email Notification Using Schedule Apex
In this article, we are explaining that how to give discount on opportunity product based on customers’ lifetime and send notification to them regarding that discount through email.
Bulkified Process in Process Builder Using Apex Class
Process Builder now supports bulkified process from Winter 16 release. This article explains how Process Builder can be used to build bulkified transactions.