0
Open view on startup
Is there a way when the Database is opened (OnPrem) to go to a view so it’s always what the user sees when they start?
4 replies
-
Yes
you can do 2 things . Both in global options
1. you can set an option to start up from main screen or the user last position
2. you can set a trigger after open ie like openTable("customers")
you can even set the view that you want to open as well if you have multiples on that table
ie openTable("customers", "overdue")
see screen shot below
-
P.s if this solves your issue can you please mark the post as answered so others can see
Content aside
- Status Answered
- 11 mths agoLast active
- 4Replies
- 172Views
-
3
Following