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?
Solved! Go to Solution.
Anish,
Sorry. Try:
eSearchWidget.search(null, 9, 0, [{value:parcelid}], null, false);
Hi Robert,
That worked !! . Thank You so much. I really appreciate it.