Report to to multiple users

I’m using the function “reportsto” from tab security/advanced/user id/ parent user id field = reportsto.

Is possible to select multiple users on reportsto field of users?

As default on phpmaker for each user you can select 1 userid as parent user. Does it works with multi select?

Thanks

Each user can only have one parent User ID.

Is possible to do it with v2021?
Like is with levelpermissions?

There is no such feature, you should use an intermediate table to map users to records, and then use views to join the table and intermediate table so you can use User ID Security to the views.

You mean to start before to change the column of ReportsTo on Users table from int to sting which allow to add multiple ids with coma separated values?

You may google “Many-to-Many Relationships” for more information.