<?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 Saving ArcGIS dynamic map service permanently to web app builder in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/saving-arcgis-dynamic-map-service-permanently-to/m-p/1153274#M21988</link>
    <description>&lt;P&gt;Hi, Need inputs regarding customizing the widget to save the arcgis dynamic map service permanently into web app builder.&lt;/P&gt;&lt;P&gt;I have build a widget, which reads the map service from (already added) map and creates the dropdown with some relevant attributes from map service.&amp;nbsp; It is working fine. Widget code snippet kept enclosed.&lt;/P&gt;&lt;P&gt;Now the challenge is, this tool has to be given for inhouse staff to read the map service and add it to web app builder. I could able to add, but how to save this permanently to web app builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; bindDynamicService() {
      if (this.adminRadioBtn1.checked) {
        console.log("I am checked");
        var dynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer(
          "https://stg1.ksrsac.in/kgismaps/rest/services/Boundaries/Admin_Dynamic/MapServer"
        );

        this.map.addLayer(dynamicMapServiceLayer);
        
      }
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; How to save this permanently, so I can read those again and provide an interface to choose the limited service for creation of dropdown.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 07:34:21 GMT</pubDate>
    <dc:creator>JayakumarPD</dc:creator>
    <dc:date>2022-03-14T07:34:21Z</dc:date>
    <item>
      <title>Saving ArcGIS dynamic map service permanently to web app builder</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/saving-arcgis-dynamic-map-service-permanently-to/m-p/1153274#M21988</link>
      <description>&lt;P&gt;Hi, Need inputs regarding customizing the widget to save the arcgis dynamic map service permanently into web app builder.&lt;/P&gt;&lt;P&gt;I have build a widget, which reads the map service from (already added) map and creates the dropdown with some relevant attributes from map service.&amp;nbsp; It is working fine. Widget code snippet kept enclosed.&lt;/P&gt;&lt;P&gt;Now the challenge is, this tool has to be given for inhouse staff to read the map service and add it to web app builder. I could able to add, but how to save this permanently to web app builder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; bindDynamicService() {
      if (this.adminRadioBtn1.checked) {
        console.log("I am checked");
        var dynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer(
          "https://stg1.ksrsac.in/kgismaps/rest/services/Boundaries/Admin_Dynamic/MapServer"
        );

        this.map.addLayer(dynamicMapServiceLayer);
        
      }
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; How to save this permanently, so I can read those again and provide an interface to choose the limited service for creation of dropdown.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 07:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/saving-arcgis-dynamic-map-service-permanently-to/m-p/1153274#M21988</guid>
      <dc:creator>JayakumarPD</dc:creator>
      <dc:date>2022-03-14T07:34:21Z</dc:date>
    </item>
  </channel>
</rss>

