open a page by name

0
Hi, Is there a javaaction available that allows me to open a page within the application by name instead of preselected from a microflow? Was just wondering :) there are javaactions build that execute a microflow by name, but not open a page by name it seems..
asked
3 answers
2

Yes, you can use the Runtime/Java API to add client instructions that match all of the things you can do in a microflow using the FeedbackHelper class.

 

Specifically, you’re looking for FeedbackHelper.addOpenFormFeedback().

answered
0

Is there a reason why you would like to use a java action?

In the modeler you can give a page a URL and then you target the URL

answered
0

mendix is SPA, so you may have to follow that way it works, and using deeplink for more advance configuration.

answered