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 […]
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 […]