How To Insert Bulk Records in a Single Object within DataRaptor(Salesforce/Vlocity / OmniStudio) / Blogs, Vlocity/OminiStudio / By 9to9clouds :– In this post we create Bulk record use of dataraptor First, create a DataRaptor for Loading. Select Sobject, map the Fields and Execute . Create DataReptor and fill the Name & Interface Type Select Sobject which object to load Map Input & Domain Fields Note-While doing Sobject mapping it is necessary to map the required fields. Going To Preview Tab and Write to Input in list Insert JSON. { "Account": [ { "Name": "Abhishek", "Phone": "9876534561" }, { "Name": "Abhishek2", "Phone": "9876534562" }, { "Name": "Abhishek3", "Phone": "9876534563" } ] } Write Inputs Field & fill value and excute. Crate Single Object Mulltipal Records
Override Omniscript node Using response. (salesforce / vlocity / OmniStudio) 2 Comments / Blogs, Vlocity/OminiStudio / By 9to9clouds
Transform Data Raptor / Send /Response Transformation & Response Action In IP (salesforce / vlocity / OmniStudio) Blogs, Vlocity/OminiStudio / By 9to9clouds
How to Enable multi language for Custom Field label(Saleforce/Vlocity / OmniStudio) Blogs, Vlocity/OminiStudio / By 9to9clouds