You are here:
Modify Omniscript UI Behavior
You modify UI behaviors in an Omniscript to hide or show elements and errors conditionally. You can also trigger Salesforce platform events. When previewing large Omniscripts, you can hide the userProfile node.
- Conditionally Display Omniscript Elements
With the Conditional View property, you can hide an element or a group of elements in a block or step based on certain conditions. Every step, block, or element supports at least one conditional view. Elements contain up to three conditional view options depending on the type of element. For example, an action outside of a step doesn’t have a Read-Only option since the action isn’t visible. - Hide Omniscript Elements
Hide elements and child elements using the Hide property available on Omniscript Input Components, Blocks, Steps, Groups, Formulas, and Aggregate elements. - Fire Platform Events from Omniscripts
Fire Salesforce platform events from the context of an Omniscript. - Hide the userProfile Node in Omniscript Preview
To improve the performance of Omniscript previews, you can hide the userProfile node. This helps previews load faster, especially for larger Omniscripts.

