I am looking for a way to fill out a field in geoform based on who has logged in.
Basically:
I am using this example:
GeoForm
I do have this downloaded and deployed on my server.
Is this possible?
Rickey,
Look into the IdentityManager singleton:
define([
'esri/IdentityManager',
],
function(
IdentityManager){
...
console.log(IdentityManager.credentials[0].userId)
Robert,
I will look into it, thank you!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.