You are here:
Extend and Override the Save for Later Acknowledge Lightning Web Component (Managed Package)
For the managed package runtime, customize the Save for Later messaging modal in Omniscript by extending and overriding the Save for later Acknowledge LWC.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Required Versions |
|---|
Available with Vlocity Insurance and Health Spring '20 and CME Fall '20. |
Default Save for Later Acknowledge message:

-
Create a custom LWC that extends the
omniscriptSaveForLaterAcknowledgeLWC and add it to your Salesforce org. See Extend an Omniscript Element's Lightning Web Component (Managed Package). - From Omniscript Setup or Script Configuration, scroll to the Element Type to LWC Component Mapping property.
- In the Element Type field, enter SaveForLaterAcknowledge.
- In the Lightning Web Component field, enter the name of the custom LWC.
- In Save Options, check Allow Save For Later.
- Activate and preview the Omniscript to view the save for later override.


