This topic is locked

PHPR 10.2: Additional pages by user permission

7/17/2019 11:10:02 AM
PHPRunner General questions
S
silk author

hello,

I create two different list pages, list_ONE is set as default.

I want all user to see list_ONE, except admins that need to see list_TWO
is it possible? If so, how?
ALTERNATIVE SOLUTION:

I can create only one list page, but I need to hide a column for everyone except admins. The column I need to hide is a column I added in design panel, so I cannot use something like $pageObject->hideField("CustomerID");
Thank you!

admin 7/18/2019

This is something (permissions for separate pages) that we going to implement in PHPRunner 10.3.