Feature Request: Support for routing/addressable navigation
RyanFarley opened this issue · 2 comments
RyanFarley commented
Are there any plans for adding support to allow for resolving routes & navigating to things within mobile via direct url? For example, allowing a url such as https://demo.crmcloud.infor.com/slxmobile/#_account_detail;AGHEA0002669 to navigate to the account_detail view and display the record for the ID?
jbest84 commented
We have a next-gen branch where we are adding a proper router. If you are using an older release and want to generate links to mobile, you can use the redirectTo system have have built in:
https://your-mobilesite.test/#_/redirectTo/account_detail;AGHEA0002669
#_/redirectTo/<view ID>;<Entity Id>
RyanFarley commented
That is great news. Also, thanks for the tip about the redirectTo