You have a web page and you need it to fetch data from a REST service when the page loads. How would you implement this in Oracle Visual Builder Studio (VBS)?
Select an option, then click Submit answer.
-
○
Add an on-load event to the page settings and use an action to fetch the data.
-
○
Add a button to the page to fetch the data from the REST service and mark it as default item.
-
○
Create a process using Oracle Integration Cloud that will prepare the data in a background process.
-
○
This cannot be accomplished with the current VBS version.