Passing parameters in URL

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.

You can create a page parameter:

  1. In the top-left corner, open “Parameters”
  2. Call your parameter “accountid”
  3. When you open the page with the pamater ?acountid=123, you can access to the parameter in the “PAGE INPUTS”, in formulas.

Sure, using Page parameters as Paul_C mentioned

image