Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I noticed that a user query can use the same name as an admin query. Maybe this user query was created before the admin query? The problem is that some trigger operations find a query by name, and they do not always default to grabbing the admin provided query. Can someone outline the interactions between duplicate named queries?
Hi Brian,
when executing a query, you can specifiy the query owner in front like this:
veckardt:My Query or
admin:My Query
This will make sure that the right query is executed.
Does this help?
Volker