Question
URL which forces user to a certain realm
I am writing an app which will import Customers for all realms that a user has allowed. I want to be able to display a link in my app which will link to the contact within the user's QB account. The problem is, the ID on the Customer object is unique only within the realm, it's not universally unique. So, if I were to link to https://app.sandbox.qbo.intuit.com/app/customerdetail?nameId=67 , the user could be logged in to the wrong realm, so they would see the Customer corresponding to the correct Id but on the wrong realm. Is there a way to link and make sure the user will be on the correct realm?
