How to find a global's original namespace ? Potentially mapped from a different namespace .
I have a global ^Custom that exists in multiple namespaces but it could mapped from namespace Drone(A) to Launch(B)
Without access to Cache management portal how to find where is my global located using cache code ?
Like if ^Custom == ^[Drone]Custom ??