Skip to main content
1-Visitor
January 12, 2017
Question

User queries can be duplicates of admin queries

  • January 12, 2017
  • 1 reply
  • 1137 views

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?

    1 reply

    17-Peridot
    May 4, 2017

    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