Skip to main content

Search Table - Query Details

Comments

3 comments

  • Permanently deleted user

    /customer/servlet/servlet.FileDownload?file=00P6000000e88MUEAY

     

    This table is accessible through the Geocortex REST endpoint. Now, how to access  it in a workflow.

    0
  • Permanently deleted user

    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
  • Permanently deleted user

    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

Please sign in to leave a comment.