<?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: How to use Smart Editor to require user to populate field? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646932#M17217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have access to ESRI Support.&amp;nbsp; I will call and ask them about this issue?&amp;nbsp; I know that William mentioned it as possible database issue.&amp;nbsp; We have a SQL environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2019 21:15:12 GMT</pubDate>
    <dc:creator>HeathAnderson</dc:creator>
    <dc:date>2019-02-21T21:15:12Z</dc:date>
    <item>
      <title>How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646922#M17207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use Smart Editor to require user to populate field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646922#M17207</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-07-02T18:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646923#M17208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am aware of the documentation:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-smart-editor.htm" title="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-smart-editor.htm"&gt;Smart Editor widget—Web AppBuilder for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet, it seems as if I have to have an expression set for it to work.&lt;/P&gt;&lt;P&gt;Instead, I want to require to application's editors to fill in every field in the feature class schema before they are allowed to save the new record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 18:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646923#M17208</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-07-02T18:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646924#M17209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Two options to do this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;From the back end:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Geodatabase Schema level:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;FC must not have data in it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Change fields individually to ‘Allow NULL values’ No.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Making a field not nullable causes the geodatabase to assign default value of 0 for numbers, and 12:00:00 AM for datetimes, and blank for string fields. Also, if a default value is assigned to the field, it will be populated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Using this fc in an app, the blank string field has a red exclamation that requires users to populate the field before being allowed to save.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;From the front end:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;This is in case the FC already has data in it, and cannot change field properties to ‘Allow NULL values’.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Can leave fields set as ‘Yes’ in the schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Use the Smart Editor Widget: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Edit Actions required criteria, add expression on any field (regardless of data type) ‘is blank’ creates a ‘field is Null’ expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;This makes a red exclamation point so that the user must fill in the value before being allowed to save.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;You must configure each field you want required like that separately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 11px;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: medium;"&gt;Note that the ‘add set’ option further delineates an expression set on the main field…it doesn’t create a requirement for the other fields separately.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 18:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646924#M17209</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2018-07-03T18:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646925#M17210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to add and expression to require the field.&amp;nbsp; I had originally published this dataset with and definition query.&amp;nbsp; Could that be affecting the ability to add and expression?&amp;nbsp; Thoughts/suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/433277_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 16:34:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646925#M17210</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2019-01-15T16:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646926#M17211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible that the definition query might be causing this, but I don't think so.&lt;/P&gt;&lt;P&gt;Are you saying that nothing happens when you click 'Add Expression'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 13:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646926#M17211</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2019-01-16T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646927#M17212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also have this issue. Both Add expression and Add set do nothing when clicked. They are slightly greyed out too. All the feature classes have the same issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 21:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646927#M17212</guid>
      <dc:creator>deleted-user-L0EwoNW-72L5</dc:creator>
      <dc:date>2019-01-28T21:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646928#M17213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also seeing this issue with Portal 10.6.1 on Windows.&amp;nbsp; Might there be an issue in the underlying database (in our case, Oracle 11g) that would prevent this setting from be configurable in the widget UI?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 17:26:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646928#M17213</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2019-02-21T17:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646929#M17214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have access to ESRI support?&lt;/P&gt;&lt;P&gt;If so, can you please follow-up with them, and post the solution/bug?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646929#M17214</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2019-02-21T20:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646930#M17215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have access to ESRI support?&lt;/P&gt;&lt;P&gt;If so, can you please follow-up with them, and post the solution/bug?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646930#M17215</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2019-02-21T20:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646931#M17216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have access to ESRI support?&lt;/P&gt;&lt;P&gt;If so, can you please follow-up with them, and post the solution/bug?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646931#M17216</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2019-02-21T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646932#M17217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have access to ESRI Support.&amp;nbsp; I will call and ask them about this issue?&amp;nbsp; I know that William mentioned it as possible database issue.&amp;nbsp; We have a SQL environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 21:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646932#M17217</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2019-02-21T21:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646933#M17218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got on AGOL, the expression is no longer grayed out and the required field works as mentioned in the correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 21:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646933#M17218</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2019-02-21T21:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646934#M17219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for verifying that Heath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 22:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646934#M17219</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2019-02-22T22:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646935#M17220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just so I'm clear in what you're saying, it does &lt;EM&gt;not&lt;/EM&gt; work in Portal but it&amp;nbsp;&lt;EM&gt;does&lt;/EM&gt; work in ArcGIS Online?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 21:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646935#M17220</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2019-02-25T21:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646936#M17221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct.&amp;nbsp; We are running Portal at 10.6.1 and it does &lt;EM&gt;not&lt;/EM&gt; work.&amp;nbsp; However, it &lt;EM&gt;does&lt;/EM&gt; work in ArcGIS Online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 22:25:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646936#M17221</guid>
      <dc:creator>HeathAnderson</dc:creator>
      <dc:date>2019-02-25T22:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646937#M17222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is&amp;nbsp;there any information on when this function will be available in Portal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646937#M17222</guid>
      <dc:creator>AmandaSandström2</dc:creator>
      <dc:date>2019-07-03T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Smart Editor to require user to populate field?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646938#M17223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying the steps for option #2 like you mentioned. I get the red asterisk next to the field I want the user to have to change but it still allows them to save without changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 19:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-use-smart-editor-to-require-user-to/m-p/646938#M17223</guid>
      <dc:creator>MarquesMunson1</dc:creator>
      <dc:date>2019-12-04T19:53:11Z</dc:date>
    </item>
  </channel>
</rss>

