<?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: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018777#M38119</link>
    <description>&lt;P&gt;I ended up using the ArcGIS API for Python, and for each field for which I needed to enable Nulls:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add a new field with Null enabled, and the rest of the properties identical to the field it replaces (such as your Domains.)&lt;/LI&gt;&lt;LI&gt;Calculate the new field from the old field (dealing with values that you might need to change to Null, if needed.)&lt;/LI&gt;&lt;LI&gt;Delete the old field.&lt;/LI&gt;&lt;LI&gt;Rename the new field to the old field's name.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Repeat as needed for all your layers and fields for which you want to enable Null values.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 19:02:48 GMT</pubDate>
    <dc:creator>PeterKnoop</dc:creator>
    <dc:date>2021-01-21T19:02:48Z</dc:date>
    <item>
      <title>Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018710#M38111</link>
      <description>&lt;P&gt;Hello, I have a hosted feature layer that is currently empty as it is being developed for use with a GeoForm. I'd like to update a few of the fields to allow for null values but I am unable to do so. Is there any way to make these changes without having to delete the field every time a change needs to be made?&lt;/P&gt;&lt;P&gt;Using ArcGIS Pro does not work (Error&amp;nbsp;000664: Invalid input: This type of dataset is not supported. ) and updating through the REST service does not work even though it says it succeeded.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018710#M38111</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2021-01-21T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018749#M38117</link>
      <description>&lt;P&gt;I recently encountered this as well, and found this Esri Technical Support document that explained the situation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000013994" target="_self"&gt;Problem: Unable to modify the nullable property of a hosted feature service from the REST endpoint&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 17:49:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018749#M38117</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2021-01-21T17:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018766#M38118</link>
      <description>&lt;P&gt;Peter - what would be the easiest method for republishing or overwriting a hosted feature layer - use the feature class to feature class tool? I'd prefer to not have to redo the domain values, etc as one field contains 60+ options.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 18:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018766#M38118</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2021-01-21T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018777#M38119</link>
      <description>&lt;P&gt;I ended up using the ArcGIS API for Python, and for each field for which I needed to enable Nulls:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add a new field with Null enabled, and the rest of the properties identical to the field it replaces (such as your Domains.)&lt;/LI&gt;&lt;LI&gt;Calculate the new field from the old field (dealing with values that you might need to change to Null, if needed.)&lt;/LI&gt;&lt;LI&gt;Delete the old field.&lt;/LI&gt;&lt;LI&gt;Rename the new field to the old field's name.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Repeat as needed for all your layers and fields for which you want to enable Null values.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 19:02:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018777#M38119</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2021-01-21T19:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018790#M38120</link>
      <description>&lt;P&gt;Ah, okay. Thank you - I'd probably have to go a different route only because I have zero experience with python.&lt;/P&gt;&lt;P&gt;I am surprised that this can't be changed right from ArcGIS Pro / REST service considering the layer has no data.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 19:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018790#M38120</guid>
      <dc:creator>luckachi</dc:creator>
      <dc:date>2021-01-21T19:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Modify Empty Hosted Feature Layer Attributes to Allow Nulls</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018855#M38124</link>
      <description>&lt;P&gt;You could perform the same steps manually in Online or Enterprise via the user interface. Or, via the REST API. I had a bunch of similar layers and fields to fix, so I automated the process using an ArcGIS Notebook.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 21:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/unable-to-modify-empty-hosted-feature-layer/m-p/1018855#M38124</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2021-01-21T21:17:44Z</dc:date>
    </item>
  </channel>
</rss>

