This topic is locked

My Profile Page

6/26/2013 1:04:33 AM
PHPRunner General questions
I
indigo author

Hi,
I want to setup a "My Profile" page for all logged in users.
However, a List view or Add View will not really make sense as every user will have only one profile or record.

But I would require a View/Edit access.
What is the best way to set it up?
Maybe we can have this feature in the next version by default as almost all apps will require a user page.

C
cgphp 6/26/2013

You can filter the current logged in user in the "Before SQL query" event of the list page, so, only the record of the owner will be displayed.