Basics of Oracle Fusion AppUI and extending Redwood page

Basics of Create and Deploy AppUI Oracle Fusion extensions and extend Redwood Oracle Fusion pages with Visual Builder

This course is designed to help developers who aspire to learn to Build Oracle Fusion AppUI extensions and to extend Redwood pages with Visual Builder studio.

What you’ll learn

  • Basics of Oracle Fusion AppUI Extension.
  • Basics of extending Oracle Fusion Redwood page.
  • Call Integration in AppUI extension.
  • Call ORDS REST API’s in AppUI extension.
  • This course does not cover advance topics and in depth details on extending Redwood pages.

Course Content

  • Introduction –> 1 lecture • 3min.
  • Basics of SaaS VB / AppUI Fusion extensions –> 10 lectures • 57min.
  • Next Gen Self Service Supplier Registration (Redwood page Personalization) –> 5 lectures • 42min.
  • Extending any Redwood Fusion page –> 1 lecture • 5min.
  • Oracle Integration –> 2 lectures • 28min.
  • Oracle REST Data Services (ORDS) –> 1 lecture • 23min.
  • Tips and Tricks –> 1 lecture • 5min.
  • Congratulations –> 1 lecture • 1min.

Basics of Oracle Fusion AppUI and extending Redwood page

Requirements

This course is designed to help developers who aspire to learn to Build Oracle Fusion AppUI extensions and to extend Redwood pages with Visual Builder studio.

Please enroll to this course only if you are planning to learn the basics of  building and deploying Oracle Fusion Redwood pages with Visual Builder studio.

If you are a functional or sales professional then this course may not be a best fit for you.

 

NOTE: This course does not cover advanced topics. Only basic concepts are covered.

 

NOTE: The course is delivered in an Indian English accent, ensuring clarity and relatability throughout. If you find Indian English difficult to understand, it may be best to consider other courses, as this course focuses on an Indian English pronunciation and style.

 

With this course you will learn the basics concepts and below are few are the highlights on the topics covered in this course:

  • Navigate to Oracle Fusion Visual Builder studio i.e. VBS
  • Create Project in VBS
  • Create workspace in VBS
  • Setup environment in VBS
  • Add team members to a Project in VBS
  • Basics of Git repository in VBS
  • Create AppUI extension from scratch
  • Deploy / publish code to Fusion environment
  • Create a generic build jobs
  • Extend Next Gen supplier registration Fusion Redwood page
  • Using external JavaScript libraries in AppUI
  • Call Oracle Integration REST API
  • Call ORDS REST API
  • much more concepts.

 

How do I extend my application?

Your application is built using Oracle Visual Builder Studio and Oracle JET components. Visual Builder Studio is a single place where organizations can manage projects, environment and repositories; a Visual Builder Designer is where you can extend your application. From VB Studio, you can open many different designers.

Visual Builder Studio is the browser-based tool that your organization can use to make modifications and extensions to the Redwood user interface. Using the extension framework, you can change the user interface such as displaying custom fields on forms, creating dynamic layouts for a form, or embedding custom content in a dynamic container in a page.

Your VB Studio instance is paired with your Test instance of Fusion Applications. This means that your design time experience will be based on data in the Test instance database and a sandbox in the Test instance (if you’re working within a sandbox).

The changes you make using VB Studio are stored in an artifact called an application extension. An application extension can be something as simple as a field added to a cloned, custom, or new form, or a new container of forms. You can create extensions, then preview them to see how they look in your UI. To create a extension that impacts the data model, you must use a sandbox within Application Composer, then use the Edit Pages in Visual Builder option to expose your changes in the UI.

You navigate to the VB Studio Designer directly from within the Redwood application. VB Studio is a design at runtime tool, which allows you make UI changes and then immediately preview the results before publishing the changes to other users.

VB Studio is just one tool that administrators can use to make application changes. As mentioned before, you extend the underlying object model used by the Redwood application with Application Composer. The model changes you make in Application Composer are reflected in the RESTful API for those objects, and thereby become available to the VB Studio Designer for use in UI extensions.

Get Tutorial