How do I link a map image to a record using the eSearch widget, just like on the old Flex eSearch widget?

891
3
Jump to solution
11-28-2016 01:33 PM
EmilioSolano
New Contributor III

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,

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Emilio,

  in the link content text area put

http://maps.assessor.lacounty.gov/Geocortex/Essentials/REST/sites/PAIS/VirtualDirectory/AssessorMaps... 

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.

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

Emilio,

  in the link content text area put

http://maps.assessor.lacounty.gov/Geocortex/Essentials/REST/sites/PAIS/VirtualDirectory/AssessorMaps... 

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.

EmilioSolano
New Contributor III

Awesome! Problem solved. Thank you very much.

Emilio

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

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.

0 Kudos