How To Set Up Your Company in Salesforce
Use the corporate Information page in Setup to trace what’s important about your company’s organization in Salesforce. you’ll also manage your licenses and entitlements. This…
Use the corporate Information page in Setup to trace what’s important about your company’s organization in Salesforce. you’ll also manage your licenses and entitlements. This…
There are multiple cases where you need to show sObjects records and its field in Lightning. For example: Consider a use case scenario where you…
A tree grid displays structured data in a table with expandable rows. lightning:treeGrid component displays hierarchical data in a table. Suppose, you have to show…
In Salesforce Lightning, if we need to pass data from one component to another within an application , we can use Lighting Events. For example:…
If we follow best practices, there should be only one trigger per sObject, and in that case, there would be quite a different business logic…
Salesforce is a CRM that brings companies and clients together. In today’s world when the technology has been so advanced, every business needs a platform…
Test Class Testing is an important part of the Software Development Life Cycle (SDLC). Before moving the code in production, Salesforce ensures that your code…
Before starting to know all the rules(which we are always so excited to follow.Not!). We need to know why we need all these rules(which Salesforce…