Skip to Main Content
Feature Request FR-4947
Product Area Shared Components
Status OPEN

1 Voters

Workspace-Level Global Shared Components - List of Values

aamir sohail Public
· Jul 9 2026

Idea Summary
Introduce Workspace-Level Global List of Values that can be created once and reused by all Oracle APEX applications within the same workspace. This would eliminate the need to duplicate and maintain identical List of Values across multiple applications.

Use Case
Organizations often have many APEX applications that share the same lookup data, such as Countries, Currencies, Departments, Statuses, and Users. A workspace-level List of values would provide a single source of truth, reduce maintenance, and ensure consistency across all applications.

Preferred Solution (Optional)
Add a Workspace Shared Components section that allows developers to create and manage global shared components like List of Values. These List of Values should be available for selection in any application within the workspace, alongside existing application-level List of Values.

This idea is open.

Comments

Comments

  • andrewroxburgh OP 3 days ago

    This is what subscriptions were designed for. Component subscriptions have been around for a while, however from Apex 26.1 you can define an application of type “Library” that contains components that you want to share across your workspace apps.  You then subscribe to these components from your “Standard” apps.