This topic is locked

Changing ownerid

3/7/2007 10:05:07 PM
PHPRunner General questions
G
gdude66 author

Hi

In my current project I have set a field in a database table name staff field username as the ownerid.

That works fine in the user can edit their own data in the add incident view.
If I have another table view called homegroup and I want the owner id on that table view to look at a different field in the userid table called homegroup phprunner won't let me set another field as owner id and it resets all page owner id to that selected field.
Is there an easy way to change the ownerid on different pages within the same project.
At the moment I have edited common functions, login and the generated pages as a workaround but it seems somewhat tedious.