ZAFv2 - support "routeTo" for special views like deleted and suspended ? | The place for Zendesk users to come together and share
Skip to main content
Ryan39
August 2, 2022
Feedback submitted

ZAFv2 - support "routeTo" for special views like deleted and suspended ?

Related products:Platform
  • August 2, 2022
  • 2 replies
  • 44 views

Currently the ZAF client can open the view by ID:

client.invoke("routeTo", "views", <viewId>)


However there is no viewId for deleted and suspended views if we want to open Suspended or Deleted view. We tried:

client.invoke("routeTo", "views", "deleted")

client.invoke("routeTo", "views", "suspended")

but neither of them worked.

Is there any chance ZAFv2 to support this in routeTo?

Thanks alot.

 

    2 replies

    Jason24
    July 13, 2023

    Lets make it happen champs!

    Testo
    August 11, 2023

    is there any answer regarding this question? how is it possible to open "suspended tickets" via zaf client?