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
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