Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I am facing one issue in network table, where admins can see and create folders and links but other users wont see the screen shot, does any one know what access I need to give so other users can create folders and links network table
Solved! Go to Solution.
Hi Ankit,
There is a validator that is hiding the action for non-admin users. For instance, com/ptc/core/relcontext/client/validators/NetworkValidator is used for folder creation action and it explicitly checks if the user is admin of context manager.
Regards,
Bhushan
Hi Ankit,
There is a validator that is hiding the action for non-admin users. For instance, com/ptc/core/relcontext/client/validators/NetworkValidator is used for folder creation action and it explicitly checks if the user is admin of context manager.
Regards,
Bhushan