Question
2
Replies
787
Views
Posted: June 6, 2017
Last activity: June 9, 2017
Closed
Solved
Jumping between case types
I already created 2 case types, those 2 need each other to be implemented. I need to know how to jump to another case type with a button. Is there any way? Thank you.
Hi,
I don't think you will be able to jump/access any two case types, unless there exists any relation ship between those 2 casetypes such as parent - child relation ship .
You can probably make use of
1)setticket activity, to jump to any particular flow,
2)or write a custom activity to replace the pyWorkPage with the pyWorkCover or viceversa.