<?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: Data export with arcgis server in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218680#M20304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; My feature class is updated by some desktop client.I want all the record should be visible in the rest service when i make the query to rest service.how it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2019 12:20:39 GMT</pubDate>
    <dc:creator>NadirHussain</dc:creator>
    <dc:date>2019-05-15T12:20:39Z</dc:date>
    <item>
      <title>Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218674#M20298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;i have a difficult scenario. I have two data set.in one data set one desktop application insert some data with attribute field status yes or no in three tables.i have to fetch that features from three tables that have status yes have to move features in one features class.the resultant feature class i have to display on the map with specific symbology.how i move features with arcgis jave script code.i have to used rest service for this.please give me some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 12:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218674#M20298</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2019-05-13T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218675#M20299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So when you say&lt;/P&gt;&lt;BLOCKQUOTE&gt;I have to used rest service for this.&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you mean the data is not coming from ArcGIS services?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 12:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218675#M20299</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-13T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218676#M20300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can create the rest services on this data.but it is real time data.As soon the three tables get data it should be some method to know that data is inserted in the three tables and fetch that data&amp;nbsp; to your table from which you have to display data.&lt;/P&gt;&lt;P&gt;Thanks Robert&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 12:52:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218676#M20300</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2019-05-13T12:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218677#M20301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;This sounds more like database triggers and .net programming. Sorry you will need to Google about database triggers in your specific database type and Google about developing a custom .net Rest web service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 13:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218677#M20301</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-13T13:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218678#M20302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Robert,&lt;/P&gt;&lt;P&gt;i have one solution.i want to discuss with you.if we add all the feature classes source and target on mxd and publish the service from arcgis server. Make our service setintentervalRefresh(1).the service will fetch all the records from the database after every minute and we will place our records from source tables to one target table.here there is one problem how i run the code to fetch data from source tables to target tables after one minute.Can i use times here.how to use this timer.pls your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your kind cooperation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 06:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218678#M20302</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2019-05-14T06:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218679#M20303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You would use &lt;A href="https://www.w3schools.com/jsref/met_win_setinterval.asp"&gt;setInterval&lt;/A&gt;&amp;nbsp;in your code to execute a QueryTask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 12:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218679#M20303</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-14T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218680#M20304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; My feature class is updated by some desktop client.I want all the record should be visible in the rest service when i make the query to rest service.how it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 12:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218680#M20304</guid>
      <dc:creator>NadirHussain</dc:creator>
      <dc:date>2019-05-15T12:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with arcgis server</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218681#M20305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; As edits are made to the database the map service should see those changes based on the refresh interval set on the service. There is nothing you need to do that I know of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2019 12:38:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/data-export-with-arcgis-server/m-p/218681#M20305</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-05-15T12:38:33Z</dc:date>
    </item>
  </channel>
</rss>

