<?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 GeoForm- Fill out form base on who signed in in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761440#M70560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a way to fill out a field in geoform based on who has logged in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154200" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/154200_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154199" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/154199_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/apps/GeoForm/index.html" title="https://www.arcgis.com/apps/GeoForm/index.html"&gt;GeoForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have this downloaded and deployed on my server. &lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 23:56:56 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2015-12-09T23:56:56Z</dc:date>
    <item>
      <title>GeoForm- Fill out form base on who signed in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761440#M70560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a way to fill out a field in geoform based on who has logged in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154200" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/154200_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="154199" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/154199_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/apps/GeoForm/index.html" title="https://www.arcgis.com/apps/GeoForm/index.html"&gt;GeoForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have this downloaded and deployed on my server. &lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 23:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761440#M70560</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-12-09T23:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: GeoForm- Fill out form base on who signed in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761441#M70561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Look into the IdentityManager singleton:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define([&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'esri/IdentityManager',&lt;/P&gt;&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;&lt;P&gt; function(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; IdentityManager){&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; console.log(IdentityManager.credentials[0].userId)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 04:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761441#M70561</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-10T04:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: GeoForm- Fill out form base on who signed in</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761442#M70562</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;I will look into it, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:19:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoform-fill-out-form-base-on-who-signed-in/m-p/761442#M70562</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-12-10T15:19:02Z</dc:date>
    </item>
  </channel>
</rss>

