How do I enable the addition of products on the opportunity creation page in Oracle Sales in the Redwood User Experience?
Enabling the addition of products on the Create Opportunity page is as simple as changing the value of the showAddProductSection constant in Oracle Visual Builder Studio. Setting the value to true, adds a section to the Create page where salespeople can add multiple products.
Here's how to set the value of the constant:
- In VB Studio, click the Layouts tab.
- In the left pane, open the CX Sales node and click Opportunities.
- In the right pane, click the Variables tab.
- Select the showAddProductSection constant.
- Change the Default Value to true.
- You can preview the page from VB Studio by using the Preview
button.