5.24.2 Creating Theme Applications

Create a theme application by creating an application, deleting all pages, and modifying the application definition.

To create a theme application:

  1. On the Workspace home page, select App Builder.
  2. Select Create.
  3. On the Create an Application page:
    1. Name - Enter the name used to identify the application to developers.
    2. (Optional) ID - Modify the ID of the application.
    3. Select Create Application.
    The Application home page appears with three pages: Global Page, Home, and Login Page.
  4. Delete all the application pages:
    1. Select Utilities.
    2. Under Page Specific Utilities, select Cross Page Utilities.
    3. Select Delete Multiple Pages.
    4. Select all the pages and then select Delete Pages.
    APEX deletes all pages from the application.
  5. Change the Application Type to Theme:
    1. Return to the application home page.
    2. Select Edit Application Definition.
    3. Under Properties, change Application Type to Theme.
    4. Select Apply Changes.
    The application is now a Theme application.
  6. Create the shared components for other apps to subscribe to.
  7. Assign shared components into component groups. See Using Component Groups.
The theme application is now configured. To use the theme application, you can subscribe to the application from a standard application.