
Omnis
Prompt
I want to implement the following functionality. The Account Details section you are currently working on is correct. However, when I click Next, I should only see Opportunities with the stages Prospecting, Qualification, and Needs Analysis for the selected Account. There should also be a New Opportunity button. If I click this button, a new Opportunity should be created. After selecting an Opportunity, the next screen should display its Line Items at the bottom. The requirement here is that if I select an existing Opportunity, all existing Opportunity Line Items (OLIs) linked to that Opportunity should be displayed. There should also be an Add Product option so that I can add additional products to the Opportunity. After clicking Next, a Quote should be created automatically along with its Quote Line Items (QLIs). I also want to add Configuration and Adjust Pricing functionality for the QLIs. For example, if an Opportunity has multiple QLIs and I only want to create an Order for two of them, I should be able to select those specific QLIs and use the Adjust Pricing option. I should then be able to validate the pricing to ensure that it is not lower than the List Price, verify whether the required stock is available, and check the quantity being ordered. If the same product was ordered previously, the system should also check the previous price and ensure that the new price is not lower than the previously applicable price. If any of these validation conditions fail, the Order should not be created. Once all validations pass, the Order should be created along with the corresponding Order Line Items. On the next screen, I want to display the Order and its Order Line Items. There should also be an option to Split Order, and the billing-related functionality should be handled as part of this process. Additionally, if the user wants to create an Order directly from the Account, there should be a checkbox on the Account. When the checkbox is selected, a Create Order button should be displayed, allowing the user to create an Order directly from the Account. This is the overall functionality I want to implement. Please show me, using images or screen designs, how you would design and structure this complete flow. in Omnistudio