Recent searches
No recent searches
How to route to view "suspended tickets" and "deleted tickets" programmatically?
Posted Aug 10, 2023
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?
1
0
0 comments