Org-Specific Context Handling for URLs in multiorg set up
k
kumara gurubaran
Request to enable shared URLs (for example, to an SSA or dashboard page) to explicitly target the correct Org context in multi-org environments.
When a user opens a shared URL, they should be automatically switched to the correct org (assuming they have access to it), rather than loading the page in their last visited org.
Currently, shared URLs always resolve within the user’s last active org. In cases where the referenced resource exists only in a different org, this results in a Not Found error, even though the link itself is valid.
Ideally, this could be supported via an org-specific query parameter (e.g. orgId=...) or equivalent mechanism to ensure deterministic, org-aware deep linking in multi-org setups.