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 […]
What is Test class in Salesforce Apex
We know that Testing is an important part of SDLC(Software Development Life Cycle). In Salesforce when you want to deploy classes or Triggers from one org to another org, Salesforce requires at least 75% of your code to be covered by the test classes. So, Salesforce wants to make sure […]