<?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: Editing a join table published by a feature service in Publishing and Managing Services Questions</title>
    <link>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231475#M49</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever figure this out? I am trying to do the same thing and am getting the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 18:46:44 GMT</pubDate>
    <dc:creator>LukeBehling</dc:creator>
    <dc:date>2012-02-22T18:46:44Z</dc:date>
    <item>
      <title>Editing a join table published by a feature service</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231474#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have joined two tables (selected TableA and joined TableB to it) in ArcMap. Then I publish my .mxd file enabling both Mapping and Feature Access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, when I view TableA in MapServer, fields of both tables are listed: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableA.OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableA.Field1 (Type: esriFieldTypeString, Alias: Field1, Length: 254 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableA.Field2 (Type: esriFieldTypeString, Alias: Field2, Length: 254 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableB.OBJECTID (Type: esriFieldTypeInteger, Alias: OBJECTID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableB.Field1 (Type: esriFieldTypeString, Alias: Field1, Length: 254 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db1.DBO.TableB.Field2 (Type: esriFieldTypeString, Alias: Field2, Length: 254 )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in FeatureServer, only an objectID field is shown:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fields: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID, Editable: False)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to edit this table (TableA) using FeatureServer or otherwise how can I be able to edit/delete records in a join table?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nilgun&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 16:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231474#M48</guid>
      <dc:creator>nilgundag</dc:creator>
      <dc:date>2011-01-20T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a join table published by a feature service</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231475#M49</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever figure this out? I am trying to do the same thing and am getting the same problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231475#M49</guid>
      <dc:creator>LukeBehling</dc:creator>
      <dc:date>2012-02-22T18:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a join table published by a feature service</title>
      <link>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231476#M50</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue you are experiencing is a know software defect logged as NIM062309: When a Feature Service's source map document contains a layer that participates in an ArcMap table join, that layer's attribute fields will not be listed when viewing that layer's properties in ArcGIS Services Directory. However, this bug was rejected by development as designed due to the fact that joins are not supported. The correct workflow is to use a geodatabase relationship class where you query related records has been provided with feature services to support this case. You will need to make sure that the table and the feature class in the relationship are in the map when they publish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An enhancement request has also been logged as NIM069615: Request to allow the viewing and/or editing of attributes in a Feature Service that are from an ArcMap table join in the source map document. If you would like to have your customer number added to this enhancement request please contact Esri Support Services at 1-888-377-4575.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/publishing-and-managing-services-questions/editing-a-join-table-published-by-a-feature/m-p/231476#M50</guid>
      <dc:creator>PatrickWard1</dc:creator>
      <dc:date>2012-02-22T19:32:42Z</dc:date>
    </item>
  </channel>
</rss>

