This topic is locked

Permissions and groups

8/13/2023 6:54:48 PM
PHPRunner General questions
mtpocket author

Greetings,
I using PHPR 10.7 & have a problem using groups in dynamic security.
users table
uid - int ai (advanced security - users can see & edit their data)
username - varchar
password - varchar
company - varchar
stock group - medtext (I use this field to group my stock table)(This is a multiple select checkbox)
stock table
stock code - int
stock group - medtext
description - medtext
price, etc.
It works perfectly when I assign 1 stock item for a user but if I add another it doesn't work. The situation is not every client can see every stock Item but at times the same stock item can be seen by various users.
Need some inspiration.
Thanks in advance