<?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 Is it possible to set default values for fields with the Editor widget? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555304#M51793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm exploring using the Editor widget (with version 4.12) in a web map.&amp;nbsp; This web map asks users to draw a polygon, then attribute the polygon with comment text and contact info.&amp;nbsp; There are 6 fields for the user to fill out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm asking folks to add multiple polygons, I'd like to cut down on the amount of typing they have to do by pre-populating the contact info fields.&amp;nbsp; I have a splash screen that asks for this info when they first get to the web map, so it's already saved to string variables in my JS code.&amp;nbsp; Can I assign these values to the text boxes in the Editor widget right after a user completes a new polygon, so they don't have to repeatedly type in these values every time they add a new feature?&amp;nbsp; This seems like something that could be in the layerInfos &amp;gt; fieldConfig property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2019 23:47:04 GMT</pubDate>
    <dc:creator>ZoeZaloudek</dc:creator>
    <dc:date>2019-12-02T23:47:04Z</dc:date>
    <item>
      <title>Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555304#M51793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm exploring using the Editor widget (with version 4.12) in a web map.&amp;nbsp; This web map asks users to draw a polygon, then attribute the polygon with comment text and contact info.&amp;nbsp; There are 6 fields for the user to fill out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm asking folks to add multiple polygons, I'd like to cut down on the amount of typing they have to do by pre-populating the contact info fields.&amp;nbsp; I have a splash screen that asks for this info when they first get to the web map, so it's already saved to string variables in my JS code.&amp;nbsp; Can I assign these values to the text boxes in the Editor widget right after a user completes a new polygon, so they don't have to repeatedly type in these values every time they add a new feature?&amp;nbsp; This seems like something that could be in the layerInfos &amp;gt; fieldConfig property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 23:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555304#M51793</guid>
      <dc:creator>ZoeZaloudek</dc:creator>
      <dc:date>2019-12-02T23:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555305#M51794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The recommended way to&amp;nbsp;have the Editor, or FeatureForm, automatically populate a field with a default value is to set it up on the service end. There is the ability to set default values for a field. The FeatureForm (which is what the Editor uses) recognizes what is stored within the service and uses that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2019 19:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555305#M51794</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2019-12-09T19:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555306#M51795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, I forgot to mention that this is something that we may be able to implement on the API level for those fields that do not have set default values. Server rules would still override anything set on the client, but in those cases where there isn't anything on the field, this could be useful. We've added it as a possible enhancement for a future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 01:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555306#M51795</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2019-12-10T01:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555307#M51796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually had a similar question and discovered through the &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/editing-applyedits/index.html"&gt;Update FeatureLayer using applyEdits()&lt;/A&gt; sample that when a new feature is created you can set attribute values which then are populated in the FeatureForm.&amp;nbsp; &amp;nbsp;I have extended this sample to much success for my needs which included populating lat/lon &amp;amp; elevation for new points.&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/480471_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555307#M51796</guid>
      <dc:creator>EdDempsey</dc:creator>
      <dc:date>2020-02-06T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555308#M51797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/24177"&gt;Ed Dempsey&lt;/A&gt;‌ Would you have an example of this with the edit widget? I can see how to set a default value in the example you linked to but I'm not sure how to do it using the Edit Widget. Maybe my only option is to make my own Feature Form and use &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits"&gt;FeatureLayer.applyEdits()&lt;/A&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:11:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555308#M51797</guid>
      <dc:creator>EthanVodra</dc:creator>
      <dc:date>2020-10-07T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555309#M51798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're on the right path.&amp;nbsp; &amp;nbsp;You want to create a Feature Form, such as this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/509396_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the Edit widget, when the user selects a template to create a new feature, I used the "click" event to populate the default values, see below.&amp;nbsp; &amp;nbsp;My code is just an extension of the sample referenced in the original post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/509397_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 14:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555309#M51798</guid>
      <dc:creator>EdDempsey</dc:creator>
      <dc:date>2020-10-07T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555310#M51799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply! I'm following you now. Just so I'm clear, (I think we may be using different terminology), you're not actually using the Editor Widget (&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#LayerInfo" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#LayerInfo"&gt;Editor | ArcGIS API for JavaScript 4.16&lt;/A&gt; ) to add features, but rather using a custom feature form to instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555310#M51799</guid>
      <dc:creator>EthanVodra</dc:creator>
      <dc:date>2020-10-07T18:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555311#M51800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So in my app, I'm actually using both.&amp;nbsp; &amp;nbsp; It starts with the Editor widget where my feature templates are shown.&amp;nbsp; &amp;nbsp;In this case the feature layer is stored in AGOL:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/509424_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once a user selects a feature template and clicks on the map, the&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html"&gt;FeatureForm&lt;/A&gt;&amp;nbsp;is then displayed, see below.&amp;nbsp; &amp;nbsp;In my sample, I'm actually grabbing elevation from a DEM to prepopulate the FeatureForm for the user.&amp;nbsp; &amp;nbsp;That's the code in the 2nd screenshot in the previous reply.&amp;nbsp; &amp;nbsp;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/509425_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555311#M51800</guid>
      <dc:creator>EdDempsey</dc:creator>
      <dc:date>2020-10-07T18:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555312#M51801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that helps alot I'm only dealing with a single type of polygon so don't have any domains/subtypes (and therefore tempates) defined for my layer. Would you happen to know how to get the editor widget to fire an event when the "Add Feature" is clicked?&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="509446" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/509446_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 20:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555312#M51801</guid>
      <dc:creator>EthanVodra</dc:creator>
      <dc:date>2020-10-07T20:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555313#M51802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind. Realized I can use the "activeWorkflow" property to achieve the same end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As below, I can use a double-click listener event on the map view (similar to what you have done above) to listen for a double-click event that happens when a user finishes creating a feature. Then I can check the activeWorkflow.started property to determine that my double click is actually from finishing creating a feature (rather than the user just randomly double clicking on the map). I should be able to jump in here and assign my attributes here hopefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;view&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;on&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"double-click"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;event&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   
   console&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;log&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"double-click detected"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
            
   &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;editor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;activeWorkflow &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt; editor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;activeWorkflow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;started &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
      console&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;log&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;editor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;activeWorkflow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;started&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555313#M51802</guid>
      <dc:creator>EthanVodra</dc:creator>
      <dc:date>2021-12-11T23:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555314#M51803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stuck again! I'm really struggling to see how you are able to populate the FeatureForm associated with the Editor widget!? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand the example you linked correctly, it essentially creates the feature immediately and applies the attributes to "in the background". It then immediate loads the FeatureForm for the newly created feature, giving the user the opportunity to edit the default attributes. It is not really "pre-populating" fields before the feature is created but rather assigning values to the fields straightaway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see how this can be achieved with the Editor Widget. When adding a feature using the editor widget the user must fill out the fields and press the "Apply" button before the feature is created. Therefore we can't assign attributes to a feature before it is created so I don't see how the fields can be "pre-populated" in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2020 22:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/555314#M51803</guid>
      <dc:creator>EthanVodra</dc:creator>
      <dc:date>2020-10-07T22:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1067131#M73460</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/994"&gt;@HeatherGonzago&lt;/a&gt;&amp;nbsp;in v3 of the api the FeatureLayer had a before-apply-edits event.&amp;nbsp; I have used that before to populate default values into fields.&amp;nbsp; In v4 the FeatureLayer does not have this event.&amp;nbsp; Setting up defaults in the service is not really a great solution if you want to get those defaults from your application.&amp;nbsp; I'm using v4.19 now.&amp;nbsp; Did the possible enhancement you mentioned above get implemented yet?&amp;nbsp; It seems like this should be something pretty simple to do.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 21:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1067131#M73460</guid>
      <dc:creator>NilsBabel1</dc:creator>
      <dc:date>2021-06-10T21:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1122972#M75484</link>
      <description>&lt;P&gt;Hi Heather any update on this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 16:11:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1122972#M75484</guid>
      <dc:creator>ZA1</dc:creator>
      <dc:date>2021-12-06T16:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to set default values for fields with the Editor widget?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1125193#M75568</link>
      <description>&lt;P&gt;Hi EdDempsey&lt;/P&gt;&lt;P&gt;Could you please explain through code how you were able to automatically populate the field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-possible-to-set-default-values-for-fields/m-p/1125193#M75568</guid>
      <dc:creator>ZA1</dc:creator>
      <dc:date>2021-12-12T08:22:33Z</dc:date>
    </item>
  </channel>
</rss>

