Skip to main content
1-Visitor
June 28, 2016
Solved

How to grant access on Network Table

  • June 28, 2016
  • 1 reply
  • 1638 views

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

Best answer by BhushanNehe

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

1 reply

16-Pearl
June 28, 2016

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