|
POST
|
Amir, Thank you for the response. I just voted for this idea. Mele
... View more
08-09-2022
08:03 AM
|
0
|
0
|
2836
|
|
POST
|
Has the capability to apply a definition query been added to ArcGIS Pro Tasks? My workflow is User selects a polygon using the locate tool Copy attributes for the case number of the polygon as a variable 'case_num' Use case_num in a definition query on the layer that the locate tool was used on Thanks, Mele
... View more
08-08-2022
12:42 PM
|
0
|
0
|
2841
|
|
POST
|
I have created a simple ArcGIS Experience Builder app that has a table widget and the edit widget The user can search for their name in the table and then use the edit widget to update a value. It is working as I had hoped, However, It appears that the ObjectID is displayed in the upper left. Can I change this label or hide it? I don't see that setting anywhere that can be changed. Thanks Mele
... View more
07-21-2022
08:20 AM
|
0
|
1
|
1158
|
|
POST
|
I have a table available via a feature layer that has user names and call signs. With Survey 123 web map, I would like to be able to select the row in the table by user name of the currently logged in user. I can do this in the mobile app by a where clause on the inbox. I am able to get the current user by using this calculation in the XLSForm pulldata("@property", 'username') I would like to be able to do something similar in the web app so that the user does not have to have the mobile app installed and survey downloaded. Can I use the pulldata function to select a record in the form to allow the user to edit? Thanks, Mele
... View more
07-17-2022
09:59 AM
|
0
|
0
|
584
|
|
POST
|
I'd like to be able to get the current user who is logged in and then update a value in a feature layer with that logged in user. We have a tracking layer that is joined to a table via GeoEvent Server that adds additional information like call sign and unit type. Is there a way to get the user name, query the feature layer and update a value via a QR code? I see that there is a way to update a feature but I won't know the global id of the user. https://fieldmaps.arcgis.app/?referenceContext=updateFeature&itemID=1111eaea15472daec333d9f06ba7c&featureSourceURL=https://services6.arcgis.com/hvbxkHpdO/arcgis/rest/services/Event_Tracking_Testing_06_03_22_Enriched/FeatureServer/0&featureID=1cb7433358f-46b2-81f1-66ad5c94969c0 Thanks, Mele
... View more
07-05-2022
01:25 PM
|
0
|
0
|
541
|
|
POST
|
@ColinLawrence Thank you for logging this as an internal enhancement. I will send a request to Esri Support to do the same. I can forward the case number when I get one.
... View more
06-21-2022
07:05 AM
|
0
|
1
|
1838
|
|
POST
|
@ColinLawrence Thank you looking into this further. I wasn't sure if I was missing something so I appreciate your feedback and testing on what I was seeing.
... View more
06-15-2022
07:22 PM
|
0
|
1
|
1848
|
|
POST
|
Hi Colin, Yes we would to require tracking at the web map level. As soon as they open a map for one of our events, it would be nice to also start tracking. The sign in portion is not as critical, but opening a specific map by id and then setting tracking on and for a duration would make it very easy for us to create a QR code which users can scan at the start of their shift. Thanks, Mele
... View more
06-09-2022
02:22 PM
|
0
|
1
|
1868
|
|
POST
|
I have a KMZ file from a vendor. When I look inside the file, I see there is a KML File that has values of Vehicle Loader and Vehicle Updater. How can I process this with Geoevent server? <?xml version="1.0" encoding="utf-8"?> <Document xmlns="http://www.opengis.net/kml/2.2"> <name>Ambulance</name> <open>true</open> <description><![CDATA[Tech Support: <a href="mailto:[email protected]"></a>]]></description> <NetworkLink> <name>Vehicle Loader</name> <open>true</open> <Link> <href>https://vendor.com/c/kml/SharedVehicles/Load?access_token=xxxxxxxxxxxx</href> <refreshMode>onInterval</refreshMode> <refreshInterval>600</refreshInterval> </Link> </NetworkLink> <NetworkLink> <name>Vehicle Updater</name> <description>Disabling or deleting this link will prevent vehicles from updating!</description> <Link> <href>https://vendor.com/c/kml/SharedVehicles/Update?access_token=xxxxxxxxxxxx</href> <refreshMode>onInterval</refreshMode> <refreshInterval>5</refreshInterval> </Link> </NetworkLink> </Document> Thanks, Mele
... View more
06-08-2022
04:23 PM
|
0
|
0
|
737
|
|
POST
|
I have a web map in AGOL that I am trying to open in Field Maps and start tracking via URL parameters. This is the syntax that I have in a QR code https://fieldmaps.arcgis.app/?itemID={id}c&referenceContext=track&portalURL=https://ourmaps.maps.arcgis.com&trackingON=True&trackingDuration=16 When I scan the QR code with my iPhone camera, the Field Maps is launched, my organization portal sign in is opened and a pop up says "Start Location Sharing - Tracking will be started" If I click OK Tracking is enabled but the map I wanted is not loaded and I don't see any indication of the duration being set. If I change the referenceContext to open like this https://fieldmaps.arcgis.app/?itemID={id}c&referenceContext=open&portalURL=https://ourmaps.maps.arcgis.com&trackingON=True&trackingDuration=16 I get a screen that says "Location Sharing - Using this map requires location sharing to be turned on" I enable location sharing and then get prompted for how long to track and the correct map is opened How can I open the map, set tracking on, and for a duration in one URL? Thanks, Mele
... View more
06-07-2022
02:38 PM
|
0
|
7
|
1896
|
|
POST
|
I have two JSON inputs that I would like to join together one of them is the routers. It has a URL that links to the Last Known Location. The Last Known Location id from the routers Json is used to find the lat/long from the locations Json. The ID in the locations json is simply the string without the URL I am trying to use the field calculator processor to replace the URL in a field called last_known_location and return just the ID but am getting this error EVALUABLE_EVALUATION_FAILED_CAUSE replace(replace(last_known_location,'https://www.mysite.com/locations/',''),'/','') Thanks Mele
... View more
04-27-2022
10:03 AM
|
0
|
0
|
522
|
|
POST
|
In order to get this working, I had to remove spaces I had in my headers like so X-ECM-API-ID:xxxxxxxxxxxxxxxxxxx,X-ECM-API-KEY:xxxxxxxxxxx,X-CP-API-ID:xxxxxxxxxxxx,X-CP-API-KEY:xxxxxxxxxxxxxxxx
... View more
04-27-2022
08:48 AM
|
0
|
0
|
1000
|
|
POST
|
I am able to use Python to get data from this site https://www.cradlepointecm.com using their API https://www.cradlepointecm.com/api/v2 I would like to try using GeoEvent Server to do the same, and have tried the "Poll an external website for JSON" connector, but it keeps giving me a "failed to get a response" error. I am suspecting it is the header(?) that is not formatted properly. Can someone give an example of how to format the header and even better, an example of using the Cradlepoint API? Thanks, Mele
... View more
04-19-2022
01:37 PM
|
1
|
1
|
1115
|
|
IDEA
|
Michael, This limitation of custom fields has been a hinderance for us using the Tracker layers. In the workforce Workers layer, we have been able to add fields for Call Sign and Unit Status. We have been using the classic workforce with great success for public safety tracking personnel, but that may not be possible going forward as it the classic workforce fades away. The new workforce app does not give the same update intervals of the classic workforce and requires the mobile app be open to synch location. That is a serious problem I'd be curious to see if you had any more developments on this since you last posted. Thanks, Mele
... View more
02-28-2022
09:18 AM
|
0
|
0
|
1198
|
|
POST
|
I found a solution router_feature = [f for f in router_features if f.attributes['id']== + id][0] pt = Point({"x" : longitude, "y" : latitude, "spatialReference" : {"wkid" : 4326}})
... View more
11-14-2021
07:03 AM
|
0
|
0
|
888
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-27-2026 09:23 AM | |
| 1 | 02-26-2026 06:47 AM | |
| 3 | 10-20-2025 05:21 AM | |
| 1 | 03-13-2015 04:39 PM | |
| 1 | 09-18-2025 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|