<?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: Where can I find the feature Layer ID in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372474#M9952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I don't use AGOL for that as I have my own ArcGIS Server and web server that host all my apps. So in your situation you do need to find the id and edit the edit widgets json manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;You can retrieve the layer ID from the web map ID as shown in the below example: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your portal url&amp;gt;/sharing/rest/content/items/32a83775654249dcae6b8f2eff5d4072/data/?f=pjson&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 19:38:14 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-01-13T19:38:14Z</dc:date>
    <item>
      <title>Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372471#M9949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find in ArcGIS Online the Feature Layer ID in this sample&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&lt;SPAN class=""&gt;"id"&lt;/SPAN&gt;:&lt;SPAN class=""&gt;"Wildfire_4234"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fdevelopers.arcgis.com%2Fweb-appbuilder%2Fapi-reference%2Fedit.htm" rel="nofollow" target="_blank"&gt;Edit—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt; &lt;SPAN class=""&gt;"layerInfos"&lt;/SPAN&gt;: [{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class=""&gt;"featureLayer"&lt;/SPAN&gt;: {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class=""&gt;"id"&lt;/SPAN&gt;:&lt;SPAN class=""&gt;"Wildfire_4234"&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372471#M9949</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-01-13T19:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372472#M9950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You should not have to manually edit the json file. If you use the Widgets settings UI then it will do all that for you. If you want to reset the widget in your app then just delete the edit widget save the app and re-add the edit widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372472#M9950</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-13T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372473#M9951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I already have the whole Web AppBuilder JavaScript&amp;nbsp; application with customized source code in the Edit Widget, ready. This Web AppBuilder javascript&amp;nbsp; runs in IIS development server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I delete the edit widget, save the app and re-add the edit widget, then I have to Download the source code again because I have lost&amp;nbsp; the source code customization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you handle deployments to production in ArcGIS Online?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372473#M9951</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-01-13T19:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372474#M9952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I don't use AGOL for that as I have my own ArcGIS Server and web server that host all my apps. So in your situation you do need to find the id and edit the edit widgets json manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c;"&gt;You can retrieve the layer ID from the web map ID as shown in the below example: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="font-size: 17px;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;your portal url&amp;gt;/sharing/rest/content/items/32a83775654249dcae6b8f2eff5d4072/data/?f=pjson&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:38:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372474#M9952</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-13T19:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372475#M9953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have our own ArcGIS Server, and IIS web server. We no not have ArcGIS Portal.&lt;/P&gt;&lt;P&gt;So in your case when you customize the source code of a Web Mapping Application, how do you keep the code modified if you need to change for example the Widget Editor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 20:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372475#M9953</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2017-01-13T20:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372476#M9954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I build my apps in WAB Developer Edition and once I have them configured to my liking I download them and deploy them to my production web server. If I need to make a major change then I go back to the app in WAB and make that change and if the change was to just one widget then I just get the widgets json file from the apps configs folder and copy that json to my production web server. If it was a code change to a widget then I copy the widget to the web server as well. In an extreme case where I made a change to the jimu.js core files then I would re-download the whole app again and move it to the web server again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 20:22:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372476#M9954</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-01-13T20:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the feature Layer ID</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372477#M9955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For those who still have the question, "Where do I find my layer ID for locally hosted ArcGIS Server REST layers", I will share my workaround:&lt;/P&gt;&lt;P&gt;1) Create a legend within dev edition of Web AppBuilder for ArcGIS&lt;/P&gt;&lt;P&gt;2) Save&lt;/P&gt;&lt;P&gt;3) Navigate to C:\Your\App\Builder\Folder\apps\x\configs\Legend\config_widgets_Legend_Widget.json&lt;/P&gt;&lt;P&gt;4) Each layer ID will be listed in the array "layerState":{"Layer_ID_####"}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 20:24:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/where-can-i-find-the-feature-layer-id/m-p/372477#M9955</guid>
      <dc:creator>DavidPfeiffer</dc:creator>
      <dc:date>2018-10-25T20:24:10Z</dc:date>
    </item>
  </channel>
</rss>

