I need to display an assessor map page when a parcel is found after performing a search with the eSearch widget, just like with the old Flex widget. The portion on the eSearchWidget.xml used to display the maps looked like this:
<fields>
...
<field name="Assr_Map" alias="View AMB Page" hyperlinkgridfield="true" hyperlinkgridfieldonly="true" hyperlinkaliastext="Click here for map" linkprefix="http://maps.assessor.lacounty.gov/Geocortex/Essentials/REST/sites/PAIS/VirtualDirectory/AssessorMaps/ViewMap.html?val=" linksuffix=""/><field name="Assr_Index_Map" alias="View Index Map" hyperlinkgridfield="true" hyperlinkgridfieldonly="true" hyperlinkaliastext="Click here for map" linkprefix="http://maps.assessor.lacounty.gov/Geocortex/Essentials/REST/sites/PAIS/VirtualDirectory/AssessorMaps/ViewMap.html?val=" linksuffix=""/></fields>
How can I accomplish the same task using the eSearch widget on Web AppBuilder Developer version? I don't know how the pass the value of the 'Assr_Map' using this:
Thanks,
Emilio,
in the link content text area put
http://maps.assessor.lacounty.gov/Geocortex/Essentials/REST/sites/PAIS/VirtualDirectory/AssessorMaps/ViewMap.html?val=
and then click the plus button to the right of the text area and choose the Assr_Map field
and change the link type to text instead of image.
Awesome! Problem solved. Thank you very much.
Emilio
Glad to help.
Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.