<?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 Getting a problem while I'm trying to confirm feature data into another feature layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/getting-a-problem-while-i-m-trying-to-confirm/m-p/401070#M20118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have a scenario like, I can select a feature on the map and if I "&lt;STRONG&gt;confirm"&lt;/STRONG&gt; that feature, that feature data will be saved into another feature layer on clicking "&lt;STRONG&gt;Yes&lt;/STRONG&gt;" button. When I click "&lt;STRONG&gt;Yes&lt;/STRONG&gt;",most of the times the feature data is successfully getting saved into another feature layer without any issue, but in very rare cases&amp;nbsp;it's constantly showing the message "&lt;STRONG&gt;processing..please wait&lt;/STRONG&gt;", its not getting saved and I'm not getting any errors in the console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two functions are dealing this functionality of &lt;STRONG&gt;confirming&lt;/STRONG&gt; and &lt;STRONG&gt;saving feature data &lt;/STRONG&gt;into another feature layer&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) _confirmResults&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) _onBtnYesClicked&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when I check the code, these two functions are invoking without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the code snippet like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;_confirmResults: function(){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue = this;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;this._confirmDeleteMessage = new Message({&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;message : '&amp;lt;i class="message-warning-icon"&amp;gt;&amp;lt;/i&amp;gt;&amp;nbsp;' + this.nls.confirmDrawCheckedDelete,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;buttons:[&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;label:this.nls.yes,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onClick:this._onBtnYesClicked &amp;nbsp;//on clicking of "Yes" this function should invoke&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;label:this.nls.no,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;BR /&gt; &lt;BR /&gt; //this._clear;&lt;BR /&gt;},&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; _onBtnYesClicked: function(){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(thisValue._confirmDeleteMessage &amp;amp;&amp;amp; thisValue._confirmDeleteMessage.close){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue._confirmDeleteMessage.close();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue._confirmDeleteMessage = false;&lt;BR /&gt; }&lt;BR /&gt; document.getElementById("ProcessingImgDiv").style.display="block";&lt;BR /&gt; var objId;var confirmLink=thisValue.btnConfirmResults;&lt;BR /&gt; var urlparcel = thisValue.nls.parcelUrl;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I'm attaching the screenshot of&amp;nbsp;showing this message "&lt;STRONG&gt;processing..please wait"&amp;nbsp;&lt;/STRONG&gt;constantly(in very rare cases)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/218439_errorWhileConfirming.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue???&lt;/P&gt;&lt;P&gt;Please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 14:04:57 GMT</pubDate>
    <dc:creator>Naveen_KumarKairamkonda</dc:creator>
    <dc:date>2016-08-29T14:04:57Z</dc:date>
    <item>
      <title>Getting a problem while I'm trying to confirm feature data into another feature layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/getting-a-problem-while-i-m-trying-to-confirm/m-p/401070#M20118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have a scenario like, I can select a feature on the map and if I "&lt;STRONG&gt;confirm"&lt;/STRONG&gt; that feature, that feature data will be saved into another feature layer on clicking "&lt;STRONG&gt;Yes&lt;/STRONG&gt;" button. When I click "&lt;STRONG&gt;Yes&lt;/STRONG&gt;",most of the times the feature data is successfully getting saved into another feature layer without any issue, but in very rare cases&amp;nbsp;it's constantly showing the message "&lt;STRONG&gt;processing..please wait&lt;/STRONG&gt;", its not getting saved and I'm not getting any errors in the console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two functions are dealing this functionality of &lt;STRONG&gt;confirming&lt;/STRONG&gt; and &lt;STRONG&gt;saving feature data &lt;/STRONG&gt;into another feature layer&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) _confirmResults&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) _onBtnYesClicked&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when I check the code, these two functions are invoking without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the code snippet like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;_confirmResults: function(){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue = this;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;this._confirmDeleteMessage = new Message({&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;message : '&amp;lt;i class="message-warning-icon"&amp;gt;&amp;lt;/i&amp;gt;&amp;nbsp;' + this.nls.confirmDrawCheckedDelete,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;buttons:[&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;label:this.nls.yes,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;onClick:this._onBtnYesClicked &amp;nbsp;//on clicking of "Yes" this function should invoke&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;label:this.nls.no,&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;BR /&gt; &lt;BR /&gt; //this._clear;&lt;BR /&gt;},&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; _onBtnYesClicked: function(){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(thisValue._confirmDeleteMessage &amp;amp;&amp;amp; thisValue._confirmDeleteMessage.close){&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue._confirmDeleteMessage.close();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;thisValue._confirmDeleteMessage = false;&lt;BR /&gt; }&lt;BR /&gt; document.getElementById("ProcessingImgDiv").style.display="block";&lt;BR /&gt; var objId;var confirmLink=thisValue.btnConfirmResults;&lt;BR /&gt; var urlparcel = thisValue.nls.parcelUrl;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I'm attaching the screenshot of&amp;nbsp;showing this message "&lt;STRONG&gt;processing..please wait"&amp;nbsp;&lt;/STRONG&gt;constantly(in very rare cases)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/218439_errorWhileConfirming.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue???&lt;/P&gt;&lt;P&gt;Please suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ibrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 14:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/getting-a-problem-while-i-m-trying-to-confirm/m-p/401070#M20118</guid>
      <dc:creator>Naveen_KumarKairamkonda</dc:creator>
      <dc:date>2016-08-29T14:04:57Z</dc:date>
    </item>
  </channel>
</rss>

