A business implements a simple OmniScript in their call center that allows agents to quickly create a case when on the phone with customers. The OmniScript has been running successfully in the call center for over a year. The business decides it wants to allow partners to create cases directly from their Community portal.
What is the most efficient solution that the consultant can propose to meet this new requirement?
A. Deploy the existing OmniScript to the Community portal using OmniOut.
B. Embed the existing OmniScript as a reusable component within a new Community OmniScript.
C. Clone the existing OmniScript to a new LWC OmniScript and deploy to the Community portal.
D. Duplicate the existing OmniScript and deploy the new script on the website.
C. Clone the existing OmniScript to a new LWC OmniScript and deploy to the Community portal.
Explanation:
The most efficient solution is to clone the existing OmniScript to a new LWC OmniScript and deploy it to the Community portal. LWC OmniScripts are designed for web-based interactions and can be easily embedded in any web page. OmniOut is not a tool for deploying OmniScripts, but a feature that allows users to export data from an OmniScript. Embedding the existing OmniScript as a reusable component within a new Community OmniScript would require creating an unnecessary wrapper script. Duplicating the existing OmniScript would create redundant code and maintenance issues.