I would like to direct internet users to a specific database depending on the username. Is this possible?
I have several customers that need to access their appropriate databases and I was hoping that I could, depending on their username, direct them to the appropriate database.
Yes is possible. ONE way of doing this is to run an agent whenever someone login (i.e. URL with OpenAgent). Or loads a blank page that runs an agent.
This agent will then use of the username and go to a database with lookup view. The lookup view will contain documents that list the pages that should be loaded based on the username specified.
Once the desired page is found from the document, redirect the url of the desired page, which may be located in different databases.
The bottom line is…you will need to find out what page to load based on the username and one way of doing it is to have a database with lookup table.