on 2023 Nov 22 7:14 AM
Hello all,
I am working on a flexible programming model application, where this is my page layout.
My first page has a table and a smart filter bar.
Earlier when I didn't add the rowPress event for the macros table then the navigation was working perfectly from Custom Page to Object page, but I had to write some logic before navigation. So after adding the rowPress event the default navigation is not working is there any way to make it work or is it possible to navigate to a custom page from the first page, I tried a lot of way but they are not working, Can someone please help me to Navigate from one custom page to another custom page in a flexible programming model application?
Request clarification before answering.
Hi Dhruv,
Please take a look at my example, may be you get some idea. I navigate from the main page to the detail page when i create a new context. The navigation route is maintained in the manifest.json.
Also if you want to explicitly trigger the routing try the below API to navigate to the route you want.
this.getExtensionAPI().getRouting().navigateToRoute("/route");
If my solution did not solve your problem, may be posting a github repo of your example might help, some one might try it out and be able to help you.
Regards,
Arun K
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
21 | |
9 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.