<?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: Unsupported relationship type when publishing in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044810#M33709</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 07 Apr 2021 19:16:39 GMT</pubDate>
    <dc:creator>KirkJones</dc:creator>
    <dc:date>2021-04-07T19:16:39Z</dc:date>
    <item>
      <title>Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044788#M33705</link>
      <description>&lt;P&gt;I am trying to create a survey in connect version 3.11.123&amp;nbsp; using an existing feature layer.&amp;nbsp; There are two related tables and both the primary and foreign keys are the globalid.&amp;nbsp; When I go to publish I get an error stating "survey123 unsupported relationship type esriFieldTypeGlobalID in key field globalid for table globalid".&amp;nbsp; I haven't really found anything in my searching for solutions.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10364i1F5E11684EB4F319/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 18:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044788#M33705</guid>
      <dc:creator>KirkJones</dc:creator>
      <dc:date>2021-04-07T18:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044790#M33706</link>
      <description>&lt;P&gt;The related table calls the field parentglobalid.&amp;nbsp; You can have other relationships but this one has to be there i think.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 18:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044790#M33706</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-04-07T18:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044793#M33707</link>
      <description>&lt;P&gt;I apologize for my lack of understanding.&amp;nbsp; So does that mean I need to add the parentglobalid field to my table?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 18:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044793#M33707</guid>
      <dc:creator>KirkJones</dc:creator>
      <dc:date>2021-04-07T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044801#M33708</link>
      <description>&lt;P&gt;yes add the field&amp;nbsp;&lt;SPAN&gt;parentglobalid&amp;nbsp; string 255 to the child table.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044801#M33708</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-04-07T19:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044810#M33709</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1044810#M33709</guid>
      <dc:creator>KirkJones</dc:creator>
      <dc:date>2021-04-07T19:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1086207#M36339</link>
      <description>&lt;P&gt;I suspect the issue may be using the same name for primary and foreign key (primary key in/of the parent table and foreign key of the parent in the child table).&amp;nbsp; These names need to be different, e.g. "GlobalID" as the primary key of /in the parent table, "parentglobalid" as the foreign key of the parent table in the child table (see example screenshot below).&amp;nbsp; I didn't try changing the names from what was previously suggested so its also possible this is just an ESRI naming convention that needs to be adhered to.&amp;nbsp; &amp;nbsp;I set both keys as type GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.jpg" style="width: 405px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20252i0084E1121FC8F8A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.jpg" alt="Capture3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 15:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1086207#M36339</guid>
      <dc:creator>IanMackenzie</dc:creator>
      <dc:date>2021-08-05T15:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1121738#M38954</link>
      <description>&lt;P&gt;This solution worked; however, the "parentglobalid" has to be a GUID field, not a text field, otherwise you cannot make a relationship class with two different types of fields.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 16:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1121738#M38954</guid>
      <dc:creator>ShariForbes</dc:creator>
      <dc:date>2021-12-01T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1121779#M38957</link>
      <description>&lt;P&gt;They do not need to be different - I use the same field name on both sides of the relationship class all the time.&lt;/P&gt;&lt;P&gt;It is 123 that has to have those set field names since it is coded in.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 18:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1121779#M38957</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-12-01T18:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1553339#M59818</link>
      <description>&lt;P&gt;This issue persists in v3.13.&amp;nbsp; If I build a workbench from scratch that includes repeats, the relationship class that is created will use GlobalID from both tables.&amp;nbsp; So why doesn't this work when using a feature service?&lt;/P&gt;&lt;P&gt;the attachment shows the participating tables and how they are related to each other at this stage.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 15:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1553339#M59818</guid>
      <dc:creator>Slamon</dc:creator>
      <dc:date>2024-10-29T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported relationship type when publishing</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1623303#M62966</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/496481"&gt;@Slamon&lt;/a&gt;&amp;nbsp;, if you check out the child layer or table of the relationship (repeat table/layer) fields, you will notice that there is a "parentglobalid" field on each of the child tables that is a GUID field type that is automatically populated when a record is created in the Parent Table.&amp;nbsp; Survey123 needs that to related the records between tables.&amp;nbsp; The GlobalID fields for the two parent-child tables are only related via the parentGlobalID&amp;nbsp; field in the child table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 23:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/unsupported-relationship-type-when-publishing/m-p/1623303#M62966</guid>
      <dc:creator>MaazaMekuria</dc:creator>
      <dc:date>2025-06-12T23:54:42Z</dc:date>
    </item>
  </channel>
</rss>

