More than 1 Parent User ID

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
benkbenk
User
Posts: 10

More than 1 Parent User ID

Post by benkbenk »

Hi,

I set record access based on user_id to parent user id,
where only set some user_id to one parent user id,
How if I want to set one user id to some parent user id

Here's the illustration
user id = 1, 2, 3
I want the record of user id = 3 can view/update/delete by user id = 1 and also user id = 2

Thank you


arbei
User
Posts: 9379

Post by arbei »

When user 1 and 2 login, add the user id 3 in "UserID_Loaded" Server Event.

Read the example in help file topic: "Server Events and Client Scripts" -> "UserID_Loaded" for more information.


Post Reply