How to route to view "suspended tickets" and "deleted tickets" programmatically? | Community
Skip to main content

How to route to view "suspended tickets" and "deleted tickets" programmatically?

  • August 10, 2023
  • 0 replies
  • 0 views

Testo

I'm working on a Zendesk Applikation and need to know how to open the "suspended tickets" and "deleted tickets" views.

usually i'm using the zaf client method "client.invoke" to open views like so:

client.invoke("routeTo", "views", <view-ID>)

Since the views "deleted tickets" and "suspended tickets" do not have IDs, this is not possible in this way. 
How can I proceed to realise this?