You are here:
Data JSON Update (Managed Package)
For the managed package runtime, update the custom Lightning Web component element, map responses to the Omniscript’s data JSON, and create and map data inside the custom Lightning Web component element.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
- Update of the Custom Lightning Web Component Element's Data (Managed Package)
For the managed package runtime, apply the response of a Custom LWC callout to the Custom LWC element by using theomniUpdateDataJsonmethod. - Mapping of Responses to the Omniscript's Data JSON (Managed Package)
For the managed package runtime, beginning with Vlocity Insurance and Health Winter '20 and CME Winter '20 , apply responses from custom actions using theomniApplyCallResp()method. - Create and Map Data Inside the Custom LWC Element (Managed Package)
For the managed package runtime, beginning with Vlocity Insurance and Health and Vlocity CME Summer '20, construct additional data JSON nodes in the Custom LWC element and pass values down from the element into the new JSON nodes using theomniaggregateevent.

