
Salesforce Shots: Test Data Factory in Salesforce
TestDataFactory/TestUtility is a container that is an org-wide special apex test class & excluded from the organization code size limit. In addition, it’s annotated with @isTest. Use case: In test classes, we used to create multiple test data records (Account, Contact, Opportunity, etc) for the testing apex class. In this scenario, we can use the …
Continue reading “Salesforce Shots: Test Data Factory in Salesforce”

Salesforce Shots : Add multiple Recipients with different roles dynamically in Conga Sign URL
Problem Statement: How to add multiple Recipients with different roles dynamically in Conga Sign URL? Solution: We can add multiple Recipients with roles and change the role while sending the mail in the Conga Sign screen. But if we need automatic role assignment in the Conga Sign, we can add multiple Recipients with roles while …

Salesforce Shots: Display picklist field values on Experience Cloud
Problem: I am working on Salesforce since 3 years but it was my first encounter with Experience cloud. I have added a picklist in the lead object but it was not showing on the lightning page in Experience cloud even after giving all permissions. Solution: I have a ‘Web to lead‘ Form which is built …
Continue reading “Salesforce Shots: Display picklist field values on Experience Cloud”