This topic is locked
[SOLVED]

Displaying view list upon landing

7/27/2022 11:48:38 PM
PHPRunner General questions
A
Abu author

Following login user will land on this page
img alt
Instead of having to click on the patient list menu button, I will like to automatically display the view list in the body. [save one click]
How do I go about with it?
I suppose it has got something to do with onLoad. If yes, how do I write the codes. Sorry I am new to this.

Thanks

Sergey Kornilov admin 7/28/2022

You can select that List page as a landing page or you can use AfterSuccessfulLogin event and redirect user to the desired page. Either method will work.