Web address with parameters

710
2
Jump to solution
08-04-2021 02:37 PM
Labels (1)
Syvertson
Occasional Contributor III

Hello all. 

I am creating a parcel viewer in Web AppBuilder to replace an aging javascript application.  While I have recreated and exceeded most of the capabilities, I have one last one that I would like to add before cutting over to the new app.

In my old application, I could send a URL with an added parameter and it would query the parcels and open the application zoomed into the appropriate parcel.  The URL looked like this:  https://www.co.richland.nd.us/rcims/index.html#parcel=50-0701-14016.000  I would love to be able to add "#parcel=50-0701-14016.000" and have the application plug this into my query widget.

Thanks in advance for any suggestions.

0 Kudos
1 Solution

Accepted Solutions
DanteLee
Occasional Contributor II

You're looking for URL parameters. See this Query a Feature section in particular

View solution in original post

2 Replies
DanteLee
Occasional Contributor II

You're looking for URL parameters. See this Query a Feature section in particular

Syvertson
Occasional Contributor III

Thank you so very much!  This is exactly what I was looking for!

0 Kudos