Hi everyone! I need to set the option delete allowed according to the USERID.
My problem is to do this using the code because i don't want to block ALL the users, just a specific understand? My struggle is how to get this page object property in the code..
I want to do something like
IF USERID='john' THEN
PAGE.deleteallowed=FALSE;
I know that PAGE.deleteallowed don't exist but I need something to make this work.
0
Answers