In Vlocity Cart, what does the submit order button do?
A.
Invokes an OmniScript to complete the order process and collect billing information
B.
Invokes a flow to create assets, set theorder status to activated, and navigate the user to the account
C.
Invokes the CPQ API to create assets, set the order status to activated, and navigate the user to the account
D.
Invokes an OmniScript, which calls an integration procedure to create assets, set the order status to activated and then navigate the user to account page
In Vlocity Cart, the action taken by the Submit Order button typically involves a complex process: D. Invokes an OmniScript, which calls an integration procedure to create assets, set the order status to activated and then navigate the user to account page. This process involves using OmniScript to orchestrate various backend operations including asset creation, order finalization, and navigation, efficiently integrating these steps into a seamless workflow for completing the order process.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit