This guide explains how to populate your Salesforce instance with sample data for testing purposes.
- Use the seedSalesforce API to populate sample data
- Sample data definitions are located in:
- Primary object:
TechnicalRequest__c
- Object name is defined in
constants.ts
underSALESFORCE_OBJECTS.TechnicalRequest
- Object name is defined in
To populate your Salesforce instance with sample data, simply call the seedSalesforce API endpoint. This will create test records using the predefined data templates.
SF_SEARCH_FEATURE_QUERY="FIND {SEARCH_FIELD} IN ALL FIELDS RETURNING TechnicalRequest__c(Id, Name, painPoint__c, featureRequestDetails__c, potentialDealSize__c, industry__c, priority__c, currentWorkaround__c, businessImpact__c)"