Search Table - Query Details
I've set up a Search Table for a layer and it works well for a single parameter in Global Searches. I would like to make this data link available in a AutoCompleteBox in a Form and use multiple parameters.
This is the rest end point:
http://server/Geocortex/Essentials/McGIS_Intranet/REST/sites/plat_gov/searchtables/County_Data
Will this be possible?
-
/customer/servlet/servlet.FileDownload?file=00P6000000e88MUEAY
This table is accessible through the Geocortex REST endpoint. Now, how to access it in a workflow.
0 -
Hi Bill,
The feature set that is returned from the SearchTableParameterQuery is a set of results from your linked data.
I noticed two things in your workflow that could be causing problems:
1. The SearchTable Url needs to have an addition /search on the end, so that it is going directly to the rest endpoint of the correct form. So in your workflow it should look like this: http://gisserver/Geocortex/Essentials/McGIS_Intranet/REST/sites/plat_gov/searchtables/County_Data/search
2. The name of your parameters need to match the names of the parameters on your search table. So instead of param0 and param1, they should be called LAST_NAME and FIRST_NAME
-Victoria
0 -
Thank you Victoria. I was able to get this working. Now I have a featureSet that contains results from the linked data. How would I get the PID values from this featureSet and pass them into a query to search for parcel features? I see a GetAttributeValues and a FeatureSetToDataItemList that may be useful.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare