Skip to main content

Use Search table in Display Form with dependent form items

Comments

1 comment

  • Permanently deleted user
    Hi Carmen, 

     

    This is possible, to some extent.  For the combobox, an example of the syntax would be: "Name" in the where clause is the name of the parameter on your Search Table.

     

    {0} will be provided by a previous form item, supplid by the "Cascading ID" property. 

     

    Display Field/Value Field should be any field that the search table returns.

     

    If your search table or site are secured, then you would also need to use runtime modifications to provide an Essentials token, which you can get from a GetRequestInfo activity.

     

    You should be able to test the Search Table REST endpoint if you need to do any troubleshooting, by constructing the url the same way that the workflow would.  Eg.

     

    https://gedemo.geocortex.com/Geocortex/Essentials/Prod/REST/sites/LA_County_/searchtables/Park_Trees_Search_Table/query?where=Name%3DCOMMON%20FIG

     

    If your search table has multiple parameters, it gets more complicated- you would need to supply values for each search table parameter in the where clause.  I'm pretty sure this is possible, but I don't remember the format off-hand.
    0

Please sign in to leave a comment.