Tuesday, April 26, 2022

VBCS page links

All VBCS POCs links below:

  1. VBCS overview
  2. VBCS - typical visual application workflow
  3. VBCS - Understand variables
  4. VBCS - Understand actions and action chains
  5. VBCS - access and secure business objects
  6. VBCS - important parts or tools under Navigator
  7. VBCS - constituents of a web application
  8. VBCS - provisioning visual builder instance
  9. VBCS - task1 - Create a web application
  10. VBCS - task2 - Create business objects and import data.
  11. VBCS - task3 - create a business objects diagram
  12. VBCS - task4 - How to check and test Business Object rest endpoints
  13. VBCS - task5 - Use main-start page to display one business object like departments
  14. VBCS - task6 - add a page to create object instance like departments using add create page quick start
  15. VBCS - task7 - add a page to display business object like employees
  16. VBCS - task8 - add a page to create employee business object
  17. VBCS - task9 - change the name of the main-start page
  18. VBCS - task10 - Add navigation between pages in a webapp | Action chain
  19. VBCS - task11 - add a page to edit business object like department's details
  20. VBCS - task12 - add a button to delete a department
  21. VBCS - task13 - change the app's deafult page
  22. VBCS - task14 - Access data from an external REST service
  23. VBCS - task15 - access data from an external REST service using service connection - Define by endpoint option
  24. VBCS - task16 - Enable the web app as a PWA
  25. VBCS - task17 - stage the application and import data into the application
  26. VBCS - task18 - publish the application
  27. VBCS - Load data before the page load in oracle visual builder | vbEnter event in VBCS
  28. VBCS - sample web application | Employee CRUD operation web application
  29. VBCS SDP vs ADP
  30. VBCS - Parent Child Relationship between Business objects
  31. VBCS - Dependent or Cascading Select dropdown
  32. VBCS - Export data to Excel component
  33. VBCS - Call OIC integration from Visual Builder
  34. VBCS - Create Custom Javascript function in Visual Builder

References:


No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...