<?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: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722027#M67043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, let me see if I understood it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a proxy to auth into our&amp;nbsp;web service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use EsriRequest to get the data as text and display it as&amp;nbsp;we&amp;nbsp;wish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FeatureLayer.ApplyEdits to edit our data through the feature layer web service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for being so pendant, just trying to make sure its possible before applying resources to this task&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Sep 2016 19:21:45 GMT</pubDate>
    <dc:creator>SamuelAbati</dc:creator>
    <dc:date>2016-09-09T19:21:45Z</dc:date>
    <item>
      <title>Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722021#M67037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are trying to build a web application using only forms for our users to populate our related tables in our Geodatabase (Oracle), it is required that it contains no map visualization, only simple user forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to perform a database connection in Javascript?&lt;/P&gt;&lt;P&gt;How to display and edit tables?&lt;/P&gt;&lt;P&gt;How to display features as tables (retrieve them as a list, like in SearchCursor)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722021#M67037</guid>
      <dc:creator>SamuelAbati</dc:creator>
      <dc:date>2016-09-08T21:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722022#M67038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;JS is a client language not like python. It does not have access to databases except through RESTful web services. So you publish your data to ArcGIS Server and then use it's mapservice REST endpoint.&lt;/LI&gt;&lt;LI&gt;Displaying tables can be done trough the FeatureTable widget and editing through FeatureLayer.applyEdits&lt;/LI&gt;&lt;LI&gt;Same question as #2 basically so same answer.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722022#M67038</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-08T21:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722023#M67039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert, thanks for the quick reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do have a feature layer service for this dataset, I know that, when you use a webmap that requires authentication, it displays a popup asking for you to login.&lt;/P&gt;&lt;P&gt;My doubt is how would this work without a webmap, can I still load and access the service normally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722023#M67039</guid>
      <dc:creator>SamuelAbati</dc:creator>
      <dc:date>2016-09-08T21:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722024#M67040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;You would use a proxy to avoid the identity manager dialog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722024#M67040</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-08T21:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722025#M67041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last question, is it not possible to retrieve a table as a list of strings and attribute its values to our custom web GUI? Or is it only possible to use the predefined feature table widget?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:36:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722025#M67041</guid>
      <dc:creator>SamuelAbati</dc:creator>
      <dc:date>2016-09-08T21:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722026#M67042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sure that is possible if you want to do your own esriRequest to get the json from the map service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:42:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722026#M67042</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-08T21:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722027#M67043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, let me see if I understood it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a proxy to auth into our&amp;nbsp;web service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use EsriRequest to get the data as text and display it as&amp;nbsp;we&amp;nbsp;wish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FeatureLayer.ApplyEdits to edit our data through the feature layer web service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for being so pendant, just trying to make sure its possible before applying resources to this task&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 19:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722027#M67043</guid>
      <dc:creator>SamuelAbati</dc:creator>
      <dc:date>2016-09-09T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Equivalent of Update/Search Cursor from ArcPy in Javascript using no Map?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722028#M67044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Samuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Correct on each account.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/equivalent-of-update-search-cursor-from-arcpy-in/m-p/722028#M67044</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-09-09T20:04:09Z</dc:date>
    </item>
  </channel>
</rss>

