How can you customize the default view that opens for each individual in my team. We have a database with many views but i want the view called “Inbox” to open when i open the database everytime, someone else within my team may want another view to open for their database on their workspace. How can you do that (basically i want to overide what the default view is at the moment but not touch the design of the database in anyway). Is this possible?
Set up a profile document for each user to indicate their preferred default view.Have Database Script logic in the Postopen event to read their preference, and open that particular view.