|
POST
|
I think I am getting closer to what I wanted. I had to get just the date part of today. 2023-01-14T00:00:00-07:00 with the Text Function var dispatch = $feature.dispatch_date var Today = Date(Text(now, "Y-MM-DD")) If (dispatch > Today) { 'today' } else { 'past' } Mele
... View more
01-14-2023
08:40 AM
|
0
|
1
|
1571
|
|
POST
|
I published a feature layer to AGOL via ArcGIS pro and see in the data panel that our times are in local time which is what I wanted. I am trying to grab only today's records using this: var time = -1 var units = 'days' //milliseconds, seconds, minutes, hours, days, months, years var dateField = "Today" var pastDate = DateAdd(Date(), time, units) if($feature.dispatch_date > pastDate) { return dateField } The results are close to what I would expect 110 records, but it really should be 75. I am guessing it is doing some UTC assumptions on my dates, but I am lost as to how to fake it to use the stored value which is local as far as I can tell since I published it that way. Thanks, Mele
... View more
01-13-2023
03:25 PM
|
0
|
3
|
1609
|
|
POST
|
I have a feature layer coming from our internal ArcGIS GeoEvent Server. We just did a reboot. I am getting the dreaded 'Cannot Access Data' icon and message in my lists and indicators, but the data does load but seems to have some issues. I am getting this error when using debug tools in Chrome. { "name": "query:parsing-pbf", "message": "Error while parsing FeatureSet PBF payload", "details": { "error": { "stack": "Error: Invalid data type!\n at u.skip (https://our-agol-site.maps.arcgis.com/apps/mapviewer/node_modules/dojo/dojo.js:2176:468)\n at h.fromBuffer (https://our-agol-site.maps.arcgis.com/apps/mapviewer/js/arcgis-js-api/esri/views/2d/layers/features/Pipeline.js:431:459)\n at e.<anonymous> (https://our-agol-site.maps.arcgis.com/apps/mapviewer/js/arcgis-js-api/esri/views/2d/layers/features/Pipeline.js:387:522)\n at Generator.next (<anonymous>)\n at d (https://our-agol-site.maps.arcgis.com/apps/mapviewer/node_modules/dojo/dojo.js:35:488)\n at q (https://our-agol-site.maps.arcgis.com/apps/mapviewer/node_modules/dojo/dojo.js:40:249)", "message": "Invalid data type!" } } } Any ideas on what is going on here? I remember seeing this before in a dashboard but it went away over time. But that is not a great way to deal with it. Thanks, Mele
... View more
01-06-2023
03:49 PM
|
4
|
6
|
5113
|
|
POST
|
I have a service which takes an ArcGIS Tracking Layer and joins it to a table with a Field Enricher(Feature Service). It also calculates a field with Field Calculate and then does Geotagging with Geotagger. Everything to that point is working well. I am trying to add another Field Enricher into the service but have hit a snag. If I sample the route, I see the data heading into the Feature Server, but it is not getting written out. Any thoughts on this? Thanks Mele
... View more
12-16-2022
12:31 PM
|
0
|
1
|
902
|
|
POST
|
Justin. That did the trick! I am not sure I understand how all this is supposed to work but sharing the Location Sharing Feature Server did allow me to start tracking in Field Maps. I enabled tracking in 2019 and don't remember how it was done then. It seems odd that we share the Location Sharing with the org but so be it. If it works.... Thanks
... View more
12-09-2022
11:16 AM
|
0
|
0
|
7179
|
|
POST
|
Thanks Justin. Our Tracking View was not shared with Org. Only the owner and one group. Let me try it some more.
... View more
12-09-2022
10:34 AM
|
0
|
0
|
7192
|
|
POST
|
Thank you Justin. It looks like we have set that permission as well. It is very frustrating as it works for me and other Administrators but no one else.
... View more
12-09-2022
09:40 AM
|
0
|
2
|
7210
|
|
POST
|
Nick, Thanks for reaching out. We did create our track view in track viewer and added mobile users. However, I did not give the added mobile users the ability to view the tracks. Let me try that. Mele
... View more
12-09-2022
06:26 AM
|
0
|
0
|
7233
|
|
POST
|
We ran into an issue with Field Maps and would appreciate your help. We created a web map with the new map viewer and then opened the map in the Field Maps web app and required location sharing. We created a custom AGOL role which inherited our Data Editor Role. We then allowed this privilege We granted the user the ArcGIS Location Sharing Add-on license (as well as ArcGIS Tracker for good measure) When the user logs in to the fields and tries to access our web map, we get this error. W ound this support article https://support.esri.com/en/technical-article/000027701 Problem: Unable to share location in ArcGIS Field Maps Cause. The member’s default role has insufficient privileges to share the location. ‘View location tracks’ is disabled. ‘View content shared with organization’ is disabled. support.esri.com Following the instructions from Tech Support we change the user’s role to User and enabled the View Location Tracks Privilege as shown. After following the instructions that the article recommended, we get the same error If we look at the Location sharing organization extension, it looks like what we have tried should work The only way we have been able to get the tracking to work is change the user’s role to Administrator, which is something we don’t want to do for 300+ users. Thanks for any assistance. Mele
... View more
12-09-2022
04:49 AM
|
0
|
8
|
7268
|
|
POST
|
I have a service which reads a directory for XML files and then writes out the results for new records and updates to existing records in a feature service. The directory has six months of files, but I'd like to only look at the last day or two to process new and updates. How do I write a filter processor to limit the files that GeoEvent looks at in the directory? Thanks, Mele
... View more
11-20-2022
12:09 PM
|
0
|
0
|
569
|
|
POST
|
I'd like to create a custom role in AGOL that automatically gives those users ArcGIS Location Sharing. We do not have any Field Worker Roles, but have 200 ArcGIS Location Sharing licenses. It would be much easier to have a role to assign ArcGIS Location Sharing then to do it individually for each user. Thanks, Mele
... View more
10-05-2022
11:15 AM
|
0
|
0
|
547
|
|
POST
|
@ColinLawrence I wasn't sure if I forwarded this to you or not, but the Esri Support Case is #03088476 and the Enhancement is #ENH-000150189 [Enhancement] Provide the ability for referenceContext=track be honored when opening the map needed in Field Map using URL.
... View more
09-14-2022
12:31 PM
|
0
|
0
|
1795
|
|
POST
|
Scott Thanks for the reply! That does take me right to the inbox. That's great. The only thing missing is that our survey is not public so the user needs to login first. I am working on that part. But so far so good. Thanks!
... View more
08-13-2022
10:34 AM
|
0
|
0
|
967
|
|
POST
|
Hello, I am using a URL to open a particular survey with something like this https://survey123.arcgis.com/share/5dc0c344bda66bf70def85948b?portalUrl=https://GISServer.maps.arcgis.com&open=native The portlaURL parameter is helpful for logging the user in quicker I would also like to be able to go straight the the inbox. I do not have a particular survey for the user until they enter a search term. Is there a parameter that will send me straight to the inbox? Currently the Survey Opens at the point where they can create a new survey, but we don't want them to do that. Thanks, Mele
... View more
08-12-2022
04:21 PM
|
0
|
2
|
1031
|
| 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
|