<?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: Required field parameter not working in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604958#M94855</link>
    <description>&lt;P&gt;There's a couple workflows that would get you close:&lt;BR /&gt;&lt;BR /&gt;1.&amp;nbsp; You can configure the feature template to prompt for attributes on 1 or more attribute fields.&amp;nbsp; Unfortunately, this would still allow for NULL values.&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/configure-a-feature-template.htm#GUID-91E52002-B78D-45EB-BAE7-818806683BDC" target="_blank"&gt;Configure a feature template—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;2.&amp;nbsp;&amp;nbsp;If features already exist in the feature class to be edited, you cannot uncheck the "Allow Nulls" item in the Fields Designer&amp;nbsp;&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-is-it-possible-to-uncheck-the-allow-null-check-box--000029099" target="_blank"&gt;FAQ: Is It Possible to Uncheck the Allow NULL Check Box When Editing the Attribute Table i&lt;/A&gt;&lt;BR /&gt;3.&amp;nbsp; If you can recreate the feature class with no data in it - then yes, you can configure a field to not allow NULL values -&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/problem-unable-to-configure-fields-to-ensure-null-value-000027341" target="_blank"&gt;Problem: Unable to Configure Fields to Ensure Null Values Are Not Allowed in ArcGIS Field&lt;/A&gt;&lt;BR /&gt;4.&amp;nbsp; You could create a constraint attribute rule that does not allow for Null values -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm#anchor10" target="_blank"&gt;Attribute rule script expression examples—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 20:39:04 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2025-04-10T20:39:04Z</dc:date>
    <item>
      <title>Required field parameter not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604736#M94824</link>
      <description>&lt;P&gt;I created a feature class with&amp;nbsp; a required field, but there is an issue. When I add a feature and I don't fill this field; the system lets me add the feature even though the required field is empty. I want any feature that is added to the data set to always have this field filled for data quality reasons. Ps, I am working in a local geodatabase if that matters. It seems that making a field required only makes it so the field cant be deleted. Is there a way to prevent the creation of a feature if a field isn't filled?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 15:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604736#M94824</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-04-10T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Required field parameter not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604780#M94828</link>
      <description>&lt;P&gt;short of doing a query on the required field for any value that is not None and using the GetCount tool (which should return a 0 value if there is nothing there)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/get-count.htm" target="_blank"&gt;Get Count (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The question becomes, why do you want a required field prior to creating a feature and putting a value in it?&amp;nbsp; Perhaps elaborating on the requirement would help&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 15:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604780#M94828</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-04-10T15:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Required field parameter not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604786#M94830</link>
      <description>&lt;P&gt;I want to make sure others users cant add a feature without filling this field. Its a field that should never be blank. So I was trying to validate the data that other user may enter into the dataset&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 15:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604786#M94830</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-04-10T15:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Required field parameter not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604958#M94855</link>
      <description>&lt;P&gt;There's a couple workflows that would get you close:&lt;BR /&gt;&lt;BR /&gt;1.&amp;nbsp; You can configure the feature template to prompt for attributes on 1 or more attribute fields.&amp;nbsp; Unfortunately, this would still allow for NULL values.&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/configure-a-feature-template.htm#GUID-91E52002-B78D-45EB-BAE7-818806683BDC" target="_blank"&gt;Configure a feature template—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;2.&amp;nbsp;&amp;nbsp;If features already exist in the feature class to be edited, you cannot uncheck the "Allow Nulls" item in the Fields Designer&amp;nbsp;&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/faq-is-it-possible-to-uncheck-the-allow-null-check-box--000029099" target="_blank"&gt;FAQ: Is It Possible to Uncheck the Allow NULL Check Box When Editing the Attribute Table i&lt;/A&gt;&lt;BR /&gt;3.&amp;nbsp; If you can recreate the feature class with no data in it - then yes, you can configure a field to not allow NULL values -&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/problem-unable-to-configure-fields-to-ensure-null-value-000027341" target="_blank"&gt;Problem: Unable to Configure Fields to Ensure Null Values Are Not Allowed in ArcGIS Field&lt;/A&gt;&lt;BR /&gt;4.&amp;nbsp; You could create a constraint attribute rule that does not allow for Null values -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm#anchor10" target="_blank"&gt;Attribute rule script expression examples—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 20:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1604958#M94855</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2025-04-10T20:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Required field parameter not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1605740#M94955</link>
      <description>&lt;P&gt;Thanks! I went with workflow 4&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 18:03:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/required-field-parameter-not-working/m-p/1605740#M94955</guid>
      <dc:creator>ChaceCarpenter</dc:creator>
      <dc:date>2025-04-14T18:03:29Z</dc:date>
    </item>
  </channel>
</rss>

