Data points visibility by User
-
Hi,
Is it possible to restrict data points visibility by user? For example, if User A logs in, he/she can only view DP's that was assigned.
BR,
Ricardo -
Yes, use permissions on the read permission then assign that same permission to the user. Then they can only view datapoints with the same permissions attached to them.
If you use user it will allow all so if there is already a user read permission, remove it.Fox
-
This post is deleted! -
Yes, when you set a read permission to a datapoint it removes the implicit "user" permission, pretty sure that's stated in the docs.
It's how I prevent users from seeing other users data combined with tags. just to be sure.Fox