I want to create a meta APEX application in a dedicated workspace that can access and interact with objects from other APEX workspaces. This application should have privileges equivalent to those of the APEX Builder.
By enabling Allow Hosting Extensions, other workspaces can open this metadata application using a Hosting Link. However, when executing a query such as:
SELECT workspace, workspace_display_name FROM apex_workspaces w
the result only includes the workspace in which the meta application resides—not the workspace from which the meta application was accessed via the Hosting Link.
Is it possible to configure this setup so that the meta application can identify or access information about the originating workspace that invoked it via the Hosting Link?
