[SOLVED] HELP! Dropdown with Lookup not working |
9/27/2013 11:53:05 AM |
PHPRunner General questions | |
J
jco author
PHPRunner 6.2 |
|
![]() |
Sergey Kornilov admin 9/27/2013 |
Make sure you are not using "Users can see and edit their own data only" security option on this table. If you use this option all records you create will be assigned to the current user and this what I guess is happening. |
J
|
jco author 9/27/2013 |
Hi Sergey, that's exactly it! but I need to ensure that users can access only certain records. I have read about an alternative method through the "Before SQL query" Event... |
![]() |
Sergey Kornilov admin 9/28/2013 |
You simply need to remove this field from the Add page - in this case it will be assigned to the person who created it automatically. |
J
|
jco author 9/29/2013 |
Sergey. I created a view of the table, assigned "Users can see and edit their own data only" to the View, and ensured that only the "admin" (and "manager") group can access the Source Table. It works perfectly!! |