Question
5
Replies
3087
Views
cognizant technology solutions
Posted: August 31, 2016
Last activity: September 8, 2016
Closed
I have a section which is in xyz class ,on click of button i need to open a section or flow which is in different class.
1.I have a section which is in xyz class ,on click of button i need to open a section or flow which is in different class abc .
2. Also how to call a flow which is in class xyz from a section which is in class abc on click of submit button?
***Updated by moderator: Marissa to update categories***
1. Use local action with the abc class to launch the section. When class is not in hierrachy using changeclass data transform.
2. Same way you can use page change class method in activity and use Call Flow ootb