Checklist progress
0/169Learned
Omnistudio Developer
Study Checklist
Checklist progress
0/169Learned
Given a use case, compare and contrast various elements and their configuration that will meet the requirements with an Omniscript.
0/22
How the Formula element works and what formula functions are available
Learn this conceptDemonstrate an understanding of the JSON data structure that supports Omniscript.
0/9
Given a set of functional requirements, select the Omniscript elements and common properties to meet the requirements.
0/9
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Omnistudio Developer studiers.
Custom Lightning Web Components (LWCs) are embedded in an Omniscript using the Custom LWC element to extend functionality beyond standard elements. These components can either interact with the Omniscript's data JSON by extending the OmniscriptBaseMixin or run independently as standalone components. Communication with the data JSON is managed through specific methods that support both standard events and the pubsub module.