ZAFv2 - support "routeTo" for special views like deleted and suspended ?
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.
-
Lets make it happen champs!
-
is there any answer regarding this question? how is it possible to open "suspended tickets" via zaf client?
Please sign in to leave a comment.
2 Comments