<?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: Allow Null grayed out in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1363958#M76673</link>
    <description>&lt;P&gt;Yes, remove the &amp;lt; and &amp;gt; - these are not needed rather just to indicate it's an owner name and table.&amp;nbsp; Based upon your text it would be:&lt;/P&gt;&lt;P&gt;alter table mcgis.service&lt;BR /&gt;alter column guid int not null&lt;/P&gt;&lt;P&gt;Let me know if this works for you or not.&amp;nbsp; Thx!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 14:57:33 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2023-12-22T14:57:33Z</dc:date>
    <item>
      <title>Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178040#M55600</link>
      <description>&lt;P&gt;I am trying to customize my database to include better quality control.&amp;nbsp; There are some fields that I never want null.&amp;nbsp; So, I go to "field design" and attempt to unselect the "Allow NULL"&amp;nbsp; option in the fields I would like to never have blank, but they are all "grayed out" and I cannot change them.&amp;nbsp; See the screen shot below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatthewSyvertson_0-1653672362382.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42342i8BC8B05692EED8C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MatthewSyvertson_0-1653672362382.png" alt="MatthewSyvertson_0-1653672362382.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how I can fix this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 17:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178040#M55600</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2022-05-27T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178094#M55607</link>
      <description>&lt;P&gt;If the gdb contains data, it can't be changed&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/modifying-field-properties.htm" target="_blank"&gt;Modify field properties—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 20:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178094#M55607</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-05-27T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178696#M55657</link>
      <description>&lt;P&gt;Is your database a file geodatabase by chance?&amp;nbsp; My guess is this is not availabe in the file geodatabase format.&amp;nbsp; If you are using a RDBMS such as SQL Server, you can use SQL Server Management Studio to set a "not null constraint" on an attribute field.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In SQL, it would be:&lt;BR /&gt;alter table &amp;lt;owner&amp;gt;.&amp;lt;feature class&amp;gt;&lt;BR /&gt;alter column &amp;lt;column name&amp;gt; int not null&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 17:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178696#M55657</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-05-31T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178709#M55659</link>
      <description>&lt;P&gt;This worked.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 18:05:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1178709#M55659</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2022-05-31T18:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1362509#M76538</link>
      <description>&lt;P&gt;I am trying to complete this for a table (in a SDE). Can you tell me what is wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Laura_0-1702994897992.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/89482i876B1F9A85485E47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Laura_0-1702994897992.png" alt="Laura_0-1702994897992.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 14:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1362509#M76538</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2023-12-19T14:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1363958#M76673</link>
      <description>&lt;P&gt;Yes, remove the &amp;lt; and &amp;gt; - these are not needed rather just to indicate it's an owner name and table.&amp;nbsp; Based upon your text it would be:&lt;/P&gt;&lt;P&gt;alter table mcgis.service&lt;BR /&gt;alter column guid int not null&lt;/P&gt;&lt;P&gt;Let me know if this works for you or not.&amp;nbsp; Thx!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 14:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1363958#M76673</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2023-12-22T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1373425#M77776</link>
      <description>&lt;P&gt;I ran same SQL Statement to alter field properties and it is showing as expected in SQL Server Management Studio. when I try to open EGDB in ArcGIS Pro , It shows Allow NULL as checked and does not change and it is in disable mode&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 14:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1373425#M77776</guid>
      <dc:creator>vijaybadugu</dc:creator>
      <dc:date>2024-01-23T14:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1657170#M99483</link>
      <description>&lt;P&gt;Would the reverse also work? We have numerous enterprise geodatabases on Microsoft SQL Server, with many feature classes containing multiple fields that we would like to set as nullable. They are currently not nullable.&lt;/P&gt;&lt;P&gt;I can understand the requirement of the table being empty for going from nullable to not nullable fields, as you could end up with invalid data otherwise, but do not understand the need for the constraint when going from not nullable to nullable - in this case, more values (i.e. null values) are permissible.&lt;/P&gt;&lt;P&gt;We are not currently in a position to replace or rebuild all of our feature classes for what should be a simple change, and hoping that a tweak to the underlying RDBMS, similar to what you proposed, may solve our issue more simply.&lt;/P&gt;&lt;P&gt;Otherwise, we'll have to plan for a much larger set of work to rebuild everything at some point, to allow null values in out schemas; this is somewhat complicated by the need to maintain GlobalID values and editor tracking values, etc.&lt;/P&gt;&lt;P&gt;Thanks for any advice on this.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 18:15:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1657170#M99483</guid>
      <dc:creator>PaulHoefflerGISS</dc:creator>
      <dc:date>2025-10-10T18:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1693177#M102573</link>
      <description>&lt;P&gt;I'm running into this creating a new field, it won't let me make it nullable, box is greyed out, layer is a shapefile.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 17:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1693177#M102573</guid>
      <dc:creator>KeithAddison1</dc:creator>
      <dc:date>2026-03-27T17:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Null grayed out</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1693476#M102585</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/87234"&gt;@KeithAddison1&lt;/a&gt;&amp;nbsp;- shapefiles have limited NULL support.&amp;nbsp; Date fields support NULLs but are stored as a zero but display as a NULL.&amp;nbsp; With text and numerical values, true NULLs are not supported.&amp;nbsp; You can learn more here -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/3.5/help/data/shapefiles/working-with-shapefiles-in-arcgis-pro.htm" target="_blank"&gt;Shapefiles in ArcGIS Pro—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best practice is to use a geodatabase instead of a shapefile in this case.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2026 17:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/allow-null-grayed-out/m-p/1693476#M102585</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-03-30T17:21:48Z</dc:date>
    </item>
  </channel>
</rss>

