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...=" 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...=" 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,
Solved! Go to Solution.
Emilio,
in the link content text area put
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.
Emilio,
in the link content text area put
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.