<?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: Can a hosted feature layer view exclude related tables in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30889#M1559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone heard any updates on this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 22:23:55 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-04-05T22:23:55Z</dc:date>
    <item>
      <title>Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30876#M1546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a private hosted feature layer that has 3 related tables.&amp;nbsp; We want to make some of the 'spatial' data available to the public, but we don't want any of the related data visible to the public.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create a hosted feature layer view that excludes the related tables?&amp;nbsp; I tried not including the join field in the list of fields for the view, but related tables and their data are still present in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 21:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30876#M1546</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-19T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30877#M1547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can exclude the related tables from the view and this has nothing to do with the join field. The UX clones the source and create a view with all layers. But you can drop the related table by using the deleteFromDefinition API on the feature service view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin API can only be used by the admin or the owner of the feature service view.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://warlocksds1.cloudapp.net/KhaledNG2/ArcGIS/rest/admin/services/countriesRLS/FeatureServer/deleteFromDefinition" title="http://warlocksds1.cloudapp.net/KhaledNG2/ArcGIS/rest/admin/services/countriesRLS/FeatureServer/deleteFromDefinition"&gt;http://serviceUrl/rest/admin/services/myViewName/FeatureServer/deleteFromDefinition&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can pass the following json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"layers" : [&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"id" : &amp;lt;relatedTableId1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;"id" : &amp;lt;relatedTableId2&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; } ]&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. let us know if you have any issue with the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 20:15:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30877#M1547</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-22T20:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30878#M1548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the source\origin layer definition do i need to drop the 'relationships' element?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30878#M1548</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-22T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30879#M1549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Nothing needs to be done in the source. You just need to drop the related tables from the view and this would remove the relationships from the view also.&lt;/P&gt;&lt;P&gt;Pl. note deleting these layers from the source would delete the related tables permanently and also this would delete all the source data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khaled&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30879#M1549</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-22T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30880#M1550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i confused the issues. I apologize for that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my view, the 'main' layer, id=0, has a json element named 'relationships' which references the 3 related tables that i want to drop from the view.&amp;nbsp; Do i need to remove that element (relationships) from the view definition as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;{&lt;BR /&gt; "layers" : [&lt;BR /&gt;&lt;BR /&gt; "id" : 0&lt;BR /&gt; ...&lt;BR /&gt; "relationships" : [&lt;BR /&gt; {&lt;BR /&gt; "id" : 0, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 3, &lt;BR /&gt; }, &lt;BR /&gt; {&lt;BR /&gt; "id" : 1, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 2, &lt;BR /&gt; }, &lt;BR /&gt; {&lt;BR /&gt; "id" : 2, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 1, &lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; ...&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:13:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30880#M1550</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-22T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30881#M1551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Deleting the related table should take care of deleting the relationships between that table and the view layer. Once you delete all related tables in the view, you should see no relationships in the view layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 21:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30881#M1551</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-22T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30882#M1552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out that the 'relationships' element is not removed from the view layer json.&amp;nbsp; I discovered this because our maps which use the hosted feature layer of the view started reporting an error about missing table id=3.&amp;nbsp; And&amp;nbsp;"3" was the id of one of the related tables. When i went back to review the&amp;nbsp;hosted feature services json, this is still there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;"layers" : [&lt;BR /&gt; {&lt;BR /&gt; ...&lt;BR /&gt; "id" : 0, &lt;BR /&gt; ...&lt;BR /&gt; "relationships" : [&lt;BR /&gt; {&lt;BR /&gt; "id" : 0, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 3, &lt;BR /&gt; ...&lt;BR /&gt; }, &lt;BR /&gt; {&lt;BR /&gt; "id" : 1, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 2, &lt;BR /&gt; ...&lt;BR /&gt; }, &lt;BR /&gt; {&lt;BR /&gt; "id" : 2, &lt;BR /&gt; "name" : "", &lt;BR /&gt; "relatedTableId" : 1, &lt;BR /&gt; ...&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; }&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a relationships element in the json of the hosted feature service's layer, i.e. &amp;lt;servicename&amp;gt;/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i remove the relationships element from the service definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30882#M1552</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-23T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30883#M1553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do not support deleting the relationships directly. We are supposed to delete the relationships when deleting the layer. What is the status of the view service now. Have been able to delete all tables you do not need in the view? Is it possible you have an order issue when deleting. You are supposed to delete the destination table that is not a source of a relationship first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:16:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30883#M1553</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-23T20:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30884#M1554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have deleted all the related tables that i do not need in the view. I deleted the 3 related tables from the view first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can make the view available to you if you'd like to look at it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it's a view, i can also start all over just to make sure that i followed the correct procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you'd like me to try, or if there is any additional information you'd like.&amp;nbsp; I can also re-open the support ticket i had opened for this question as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 21:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30884#M1554</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-23T21:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30885#M1555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure pl. recreate the view and share it with me. I can take a look and maybe send you the json you need to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 21:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30885#M1555</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-23T21:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30886#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have re-created the view; it contains the three related tables.&amp;nbsp; Do you have an email address or some other way that i can contact you directly so i can give you access to the view?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30886#M1556</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-23T22:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30887#M1557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:khassen@esri.com"&gt;khassen@esri.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 22:16:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30887#M1557</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-01-23T22:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30888#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a quick update, after some additional investigation, Esri staff has confirmed that using the 'deleteFromDefinition' method does not successfully remove related tables from a hosted feature layer view.&amp;nbsp; They are working on debugging the problem and hopefully a worked around until the bug is fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 16:55:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30888#M1558</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-01-26T16:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30889#M1559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone heard any updates on this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 22:23:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30889#M1559</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-05T22:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30890#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the response i got from &lt;A href="https://community.esri.com/people/khassen10"&gt;khassen10&lt;/A&gt; from Esri. the process worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Hi Tom,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;I have looked/debugged this issue. The following workaround works for me in my dev env.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;For deleting a table, you will need to delete the relationship first, then delete the related table. Not sure if you have tried this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI style="text-indent: -.25in;"&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;For instance to delete related table with Id = 2.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Use &lt;/SPAN&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=http-3A__..._ArcGIS_rest_admin_services_RIDCasesexporttestingView_FeatureServer_2_deleteFromDefinition&amp;amp;d=DwMGaQ&amp;amp;c=n6-cguzQvX_tUIrZOS_4Og&amp;amp;r=Wvi8Y_ENOgd34arfaVuuc0c_SH-PcMZ2emcIG1CsJ90&amp;amp;m=94fphUG4FAsMzcuVBwsOuZNJmcL_RWS3JbBYqXce6NM&amp;amp;s=kkvpUGsd77VzFEkB1ZDFo6u4WPN8YkfmvIwHs9nr3Hk&amp;amp;e="&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;http://.../ArcGIS/rest/admin/services/exporttestingView/FeatureServer/2/deleteFromDefinition&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Pass the following json to delete the relationship between table Id=2 and layer Id = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;"relationships" : [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id" : 1, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"name" : "Test_Table_2", &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"relatedTableId" : 0, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"cardinality" : "esriRelCardinalityOneToMany", &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"role" : "esriRelRoleDestination", &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"keyField" : "CaseNumber", &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"composite" : false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp; ]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI style="text-indent: -.25in;"&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Use service deleteFromDefinition to delete table with Id=2&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Use &lt;/SPAN&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=http-3A__..._ArcGIS_rest_admin_services_RIDCasesexporttestingView_FeatureServer_deleteFromDefinition&amp;amp;d=DwMGaQ&amp;amp;c=n6-cguzQvX_tUIrZOS_4Og&amp;amp;r=Wvi8Y_ENOgd34arfaVuuc0c_SH-PcMZ2emcIG1CsJ90&amp;amp;m=94fphUG4FAsMzcuVBwsOuZNJmcL_RWS3JbBYqXce6NM&amp;amp;s=iK7Wbqpwyl9_-TDdUcSjkYJw2ANMcYGUq1sX0HARbp8&amp;amp;e="&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;http://.../ArcGIS/rest/admin/services/exporttestingView/FeatureServer/deleteFromDefinition&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Pass the following json to delete the table with Id=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;"layers" : [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id" : 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp; ]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Pl. try this out and let me know if you still see the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 23:08:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30890#M1560</guid>
      <dc:creator>Trippetoe</dc:creator>
      <dc:date>2018-04-05T23:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30891#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/migrated-users/241508"&gt;Tom Rippetoe&lt;/A&gt;‌ and &lt;A href="https://community.esri.com/migrated-users/35315"&gt;Khaled Hassen&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Do you know if there a is a workaround for deleting&amp;nbsp;attachments from a feature layer view?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:24:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30891#M1561</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-20T11:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30892#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently the attachments can only be disabled from the source and that would propagate to all views.&lt;/P&gt;&lt;P&gt;So the short answer is not currently supported. But I will add this as a future enhancement (maybe June online release).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30892#M1562</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-04-20T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30893#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/people/KHassen-esristaff"&gt;KHassen-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;This feature would be so helpful for our team.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Gee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2018 04:14:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30893#M1563</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-21T04:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30894#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/35315"&gt;Khaled Hassen&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Is this still on track for the June online release?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 01:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30894#M1564</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-05-17T01:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can a hosted feature layer view exclude related tables</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30895#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely, Will update you shortly. It is still in development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 01:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-a-hosted-feature-layer-view-exclude-related/m-p/30895#M1565</guid>
      <dc:creator>KhaledHassen</dc:creator>
      <dc:date>2018-05-17T01:19:50Z</dc:date>
    </item>
  </channel>
</rss>

