Hello!
I am trying to create a Query or Find URL Parameter that I can put as a hyperlink in a pop-up for an internal WAB application we have that is used by another department. Essentially what I want is when you click on the the hyperlink in the pop-up that it launches another WAB website application (our parcel viewer website), queries the parcel layer and shows the user a result (the found parcel). I have tried unsuccessfully to get this to work. I don't know if the layer doesn't support what I am trying to query (the PARID field) or if I am totally goofing the syntax.
WAB Website I'm trying to query: https://maps.onslowcountync.gov (hosted by a vendor on their server)
Query Layer: Parcels (Layer ID=51)
Query Field: PARID (alias PAR ID
Query I have gotten to work is: /?LayerID=51&FeatureID=42171633 (preceded by the above url)
Problem: I want to query the PARID field, not the FeatureID field. PARID is my primary key.
Any help or suggestions would be great!
Thanks!