<?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: See detailed feature-table relationship in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691798#M64347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jeff.pace&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you query right on the REST page? if so watching it in fiddler/firebug might give you a clue as to why its not working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 15:41:24 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-09-14T15:41:24Z</dc:date>
    <item>
      <title>See detailed feature-table relationship</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691796#M64345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I have created a service that has two layers (1.Vias and 2.Predios) the layer 2 has a related detail table by Relate in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I'm really new to Arcgis Javascript APIs and I'm trying the example (Identify features on a map) but it only reads the attributes of the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; As I can read the attributes of the related table to feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Ivan H.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 16:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691796#M64345</guid>
      <dc:creator>IvanHuilca</dc:creator>
      <dc:date>2012-06-18T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: See detailed feature-table relationship</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691797#M64346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings, on page javascript api samples found an example for my problem. Query related records:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/fl_query_related_multiple.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/fl_query_related_multiple.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It actually works without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I want to do the reverse, ie search for data stored in the detail table of the relationship and position in the plane.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully someone can give me an idea how to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;att, IVAN&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 15:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691797#M64346</guid>
      <dc:creator>IvanHuilca</dc:creator>
      <dc:date>2012-09-14T15:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: See detailed feature-table relationship</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691798#M64347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jeff.pace&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you query right on the REST page? if so watching it in fiddler/firebug might give you a clue as to why its not working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 15:41:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691798#M64347</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-14T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: See detailed feature-table relationship</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691799#M64348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I try on the page you refer to test REST from the Service Directory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because if I tested the query works from the Service Directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I mention that my service uses a feature of land (polygons) located in a geodatabase sde, on the other hand uses a table in an IBM AS400 server that connects via OLEDB, then I made a Relate ArcMap between the feature of land and detail table. I work to check the site and navigate to the detail table using RelationshipQuery, but now I want that starting from a value stored in the table OLEDB can meet that property (polygon) is finally zooming it. In short the user places the name of the owner and should zoom the property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying first doing a query to the table oledb and I imagine with the result I can somehow use the Id and meet Relashioship ObjectId belongs to the findings, that would be my concern as I use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IVAN&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Sep 2012 02:12:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/see-detailed-feature-table-relationship/m-p/691799#M64348</guid>
      <dc:creator>IvanHuilca</dc:creator>
      <dc:date>2012-09-15T02:12:37Z</dc:date>
    </item>
  </channel>
</rss>

