Select to view content in your preferred language

Calling eSearch query outside of eSearch

3356
11
Jump to solution
05-04-2016 06:41 AM
TomLeMahieu
Deactivated User

Is there any way to initiate an eSearch query outside of eSearch.  Is it possible, for example, to send a query that will open eSearch, use the eSearch widget to run a query on a particular layer and update the AttributeTable widget?

Tags (2)
0 Kudos
11 Replies
RobertScheitlin__GISP
MVP Emeritus

Anish,

  Sorry. Try:

eSearchWidget.search(null, 9, 0, [{value:parcelid}], null, false);

Anish_Adhikari
Frequent Contributor

Hi Robert, 

That worked !! . Thank You so much. I really appreciate it.

0 Kudos