Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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
