<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Syntax for eSearch widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255622#M7839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am aware this is not a good practice, and in fact I did not do it. The table in question is actually a view in my Maximo database (IBM asset management system). When I look at that view from any non GIS client, I do not see the "EARTH\gis." But when I publish it as a service, the REST endpoint adds the user name it is using, to access the view, to the field name as part of the join.&lt;BR /&gt;&lt;BR /&gt;I have tried bringing the view into my GIS database as a cross-instance view. In this case, I do not get the "EARTH\gis" but the join does not work within the flex viewer. I will post again with whether the above worked.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, you suggestion did not work. I get an error that says "Invalid or missing input parameters" "Fault code 400"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I need to figure out how to do this join such that ArcGIS does not add the quoted user name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 05:15:20 GMT</pubDate>
    <dc:creator>SimonMorgan</dc:creator>
    <dc:date>2013-03-08T05:15:20Z</dc:date>
    <item>
      <title>Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255619#M7836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a joined field I would like to reference in the easearch widget. I have a table joined to my GIS layer from a database in another instance. The join exists within the map. The field in the rest endpoint is called :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maximo_production."EARTH\GIS".%GIS_NurseryFlat.nORth_itemnum&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I add this given it has quotes within it and a \?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 03:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255619#M7836</guid>
      <dc:creator>SimonMorgan</dc:creator>
      <dc:date>2013-03-07T03:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255620#M7837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Try using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;field name=&lt;SPAN style="color:#ff0000;"&gt;'&lt;/SPAN&gt;maximo_production."EARTH\GIS".%GIS_NurseryFlat.nORth_itemnum&lt;SPAN style="color:#ff0000;"&gt;'&lt;/SPAN&gt; visible="true" gridfield="true"/&amp;gt;&lt;/PRE&gt;&lt;SPAN&gt; BTW using quotes is not really a good DBA practice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 11:24:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255620#M7837</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-03-07T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255621#M7838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Simon,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Try using:&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;field name=&lt;SPAN style="color:#ff0000;"&gt;'&lt;/SPAN&gt;maximo_production."EARTH\GIS".%GIS_NurseryFlat.nORth_itemnum&lt;SPAN style="color:#ff0000;"&gt;'&lt;/SPAN&gt; visible="true" gridfield="true"/&amp;gt;&lt;/PRE&gt; BTW using quotes is not really a good DBA practice.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am aware this is not a good practice, and in fact I did not do it. The table in question is actually a view in my Maximo database (IBM asset management system). When I look at that view from any non GIS client, I do not see the "EARTH\gis." But when I publish it as a service, the REST endpoint adds the user name it is using, to access the view, to the field name as part of the join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried bringing the view into my GIS database as a cross-instance view. In this case, I do not get the "EARTH\gis" but the join does not work within the flex viewer. I will post again with whether the above worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 04:58:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255621#M7838</guid>
      <dc:creator>SimonMorgan</dc:creator>
      <dc:date>2013-03-08T04:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255622#M7839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am aware this is not a good practice, and in fact I did not do it. The table in question is actually a view in my Maximo database (IBM asset management system). When I look at that view from any non GIS client, I do not see the "EARTH\gis." But when I publish it as a service, the REST endpoint adds the user name it is using, to access the view, to the field name as part of the join.&lt;BR /&gt;&lt;BR /&gt;I have tried bringing the view into my GIS database as a cross-instance view. In this case, I do not get the "EARTH\gis" but the join does not work within the flex viewer. I will post again with whether the above worked.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, you suggestion did not work. I get an error that says "Invalid or missing input parameters" "Fault code 400"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I need to figure out how to do this join such that ArcGIS does not add the quoted user name.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 05:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255622#M7839</guid>
      <dc:creator>SimonMorgan</dc:creator>
      <dc:date>2013-03-08T05:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255623#M7840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got it figured out, I managed to setup a database authenticated user. This now makes the field appear in the REST endpoint as maximo_production.user.fieldname without any quotations, thanks for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 13:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255623#M7840</guid>
      <dc:creator>SimonMorgan</dc:creator>
      <dc:date>2013-03-08T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255624#M7841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Did you try Simon's fix of setting up the database connection for the join using database authentication instead of windows authentication?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 20:04:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255624#M7841</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-03-11T20:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for eSearch widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255625#M7842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can set the updategeometry tag to false in the edit widget so that users cannot change the geometry of features when editing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Edit_widget_tags/01m30000000v000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Edit_widget_tags/01m30000000v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 20:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/syntax-for-esearch-widget/m-p/255625#M7842</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-11T20:16:28Z</dc:date>
    </item>
  </channel>
</rss>

