How to Calculate and Improve Customer Retention Rate
By Amanda DiSilvestro; When a company talks about analysing calculations, it can be intimidating. However, once you get a handle on the right metrics and what benchmarks customers expect, it turns into a simple process. Customer retention rate (CRR) is a great place to start: It’s easy to calculate. It’s […]
How to Invoke a Flow from a Lightning Web Component
Use Case First, we create a contact record from the screen flow then we will fire a toast message and navigate to the contact to record detail page. How to Fire a Toast Message in Flow? Will start first with creating a screen flow, where the user enters some inputs […]
TestSetUp method in apex test classes
@testsetup annotation in test class method Test classes are an important part of overall SDLC in Salesforce. We as a developer have to write the test classes very often, and we need to create the test data as well, to have our test class executed successfully. We’ll cover a new concept […]
Salesforce Data Migration with DataLoader or Data Import Wizard
Data Migration in Salesforce Salesforce offers two main methods for importing data. Data Import Wizard—this tool, accessible through the Setup menu, lets you import data in common standard objects, such as contacts, leads, accounts, as well as data in custom objects. It can import up to 50,000 records at a […]
Validation Rules Examples in Salesforce
If you are looking for validation rule examples then salesforce has shared a list of examples. In this post i am sharing list but i will also explain that how we need to write a validation rule. Some of the validation rules that I found useful are Postal code is […]