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,