Is it possible to pass the page parameters in a URL so it can be opened from another application? I can only see info in the help docs about opening the page from other Jet Admin page using parameters?
We want to open a page in our Jet Admin internal app from our CRM by passing an account identifier in the URL from the CRM.
e.g.XXXX.jetadmin.io/xxxx/pages/viewaccount?accountid=193838948
The parameter is then used to query and show the account with that ID on the page when opened.