Salesforce Stack Exchange is dedicated community site for Salesforce developer to get answers of all question. This community has lot of members who helps in resolving issues. This post is showing …
apex
Customer engagement is very important for digital transformation. WhatsApp is one of the customer engagement channels to send quick notifications to customers.
Capturing screen of application was requirement in one of my project. We have used lightning component with Web API to capture screens. In this article, We will see the Screen Capture …
New Apex Classes These classes were introduced in Winter 20 release. Formula Class in the System Namespace: The new System.Formula class contains the recalculateFormulas method that updates (recalculates) all formula …
Developers can find new and changed objects, calls, classes, components, commands, and more that help you customize Salesforce features in Winter 20 release. Lightning Components: Changed Lightning Web Components Build …
Salesforce ‘Apex got lot of enhancement in Winter 20 release. Some of security features are moved from Pilot to Beta version. Methods are added in classes for security and test …
Lot of enhancements done for development using Lightning components, Visualforce, Apex, or APIs in Winter 20 release. New enhancements help us develop amazing applications, integrations, and packages for resale to other …
Our Salesforce Org has lot of license for different kind of application and features installed in Org. These details can easily be checked using Setup-> Company Information. In this post …
Asynchronous Apex Asynchronous Apex is used to run processes in a separate thread, at a later time. An asynchronous process is a process or function that executes a task in …
In one of my last project, client wanted to get customer signature with salesforce record to get customer agreement. We have many app exchange product like Adobe Esign, Docu Sign …