Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello Windchillers,
This not a request , but more a way to share a workaround to solve a problem
Some Administrators, are sometime asked to grant non admins users a way to manage Windchill Queues.
We can grant uses Permissions to modify WTQueues and their entries ,using loadfromfile as they are not exposed in policy administration , https://www.ptc.com/en/support/article/cs247200
Permissions Processing Queue/Scheduled Queue.
with the above setting, users with above permissions will still require the queue link as the queue table is
controlled by class com.ptc.core.components.validators.URLValidatorSiteUtilities,looking for admin rights
To workaround this situation and making accessing the queues page more elegant
we can cerate a report for Queues a expose it to users , so users having required permissions, will be able to run the report and access the Queues ,other will get blank results :
I can share the QML report if someone need it.
Solved! Go to Solution.
I would post the QML here and then mark your post as the solution.