|
POST
|
Did you ever submit this to ESRI support? I have also run into this problem, and it seems tied to having an arcade attribute expression in one of the web map's layers. The attribute table opens in the app, but I'm unable to edit any of the attribute table widget settings due to an infinite load.
... View more
04-02-2019
02:14 PM
|
0
|
3
|
1874
|
|
POST
|
Can any ESRI staff confirm if this is even possible? We've given up on trying to retain the editor tracking info for this particular project (and have found a new problem in disabling/enabling editor tracking when there are feature views involved), but am still curious of this process for use with future workflows. -Aaron
... View more
03-21-2019
09:12 AM
|
1
|
1
|
1818
|
|
POST
|
Hey all, Currently in a jam with a python script that achieves the following workflow. Have succeeded in everything but the final step: Turn off editor tracking for hosted feature service X in ArcGIS Online. Feature X is a table of facilities with some status fields that are updated by staff through Collector. Pull down copy of feature X to a fgdb on local machine. Join status and editor tracking fields from feature X to a new feature Y. Feature Y is an updated list of facilities generated from an Oracle database (new facilities may have opened or some may have closed). Using a combo of this and this, create a draft Service Definition using a Pro project (.aprx) that contains the newly updated Feature Y. Create Service Definition file from that draft, then overwrite the Service Definition item of feature X in ArcGIS Online using .update() Republish/overwrite feature X using .publish(overwrite=True,file_type="serviceDefinition"), which carries over the changes from the updated Service Definition. Re-enable editor tracking for feature X, BUT use the existing editor fields joined to feature Y during Step 3. I am able to successfully re-enable editor tracking of the hosted feature, but instead of using the existing editor-tracking fields (Creator, CreationDate, Editor, EditDate) it creates a new set (Create_1, CreationDate_1, Editor_1, and EditDate_1). I've tried designating the fields while using update_definition() with something like: "editFieldsInfo" : { "creationDateField" : "CreationDate", "creatorField" : "Creator", "editDateField" : "EditDate", "editorField" : "Editor" } ...but it seems to ignore that. I've also tried setting {"preserveEditUsersAndTimestamps":True} both when disabling and enabling the editor tracking, but there's no effect I can see. Any idea how to control this? It's easy to set them manually with the arcpy tools in Desktop, but if I do that I'm unable to upload the feature to ArcGIS Online. If I enable and then disable with arcpy prior to upload, it doesn't remember those fields once I enable in ArcGIS Online via update_definition(). Thought maybe it should go into the draft service definition, but there's nothing about that in the documentation. I've attached a snippet of the upload and enabling process I currently have at the end of my script. Please help! -Aaron
... View more
02-04-2019
03:47 PM
|
1
|
2
|
2221
|
|
IDEA
|
As an admin I try and identify stagnant users and content that can be removed to free up accounts and tidy up the organization. When looking for potential users to remove and going through their items, I can see on their content tab if an item is being shared to a group; however I have no way to see the name of the group unless the admin account is a part of that group (which it often isn't). The item's detail page not only lacks this information, but states the item isn't shared at all. It would be helpful to know what group(s) the item has been shared to, so that I can check to see if it is an important connection -- or a group that is also stagnant and unused.
... View more
08-27-2018
09:48 AM
|
2
|
0
|
588
|
|
POST
|
I had to build a second identical webhook to get the dynamic content to work again. I never got it working for the original that had its token expire, and deleted it.
... View more
08-23-2018
12:22 PM
|
0
|
0
|
2633
|
|
POST
|
Ah, I see. I thought that option would be used to add a different kind of trigger, since Survey123 was already in there. Doesn't seem like there is a good way to delete the old "expired" connection without removing the dependent actions, though. And I still have to remake the action, in order to get the dynamic content option back. Mostly just an annoyance, though. Thanks James.
... View more
08-13-2018
12:00 PM
|
0
|
6
|
2633
|
|
POST
|
It appears the ability to login to ArcGIS Online when setting up a Survey123 trigger in Microsoft Flow has been lost: A few weeks ago I set up a Microsoft flow trigger with Survey123 to send out an email whenever a new survey was submitted. The setup was easy and the trigger still works perfectly. However, today I went in to edit the email that is sent, and found that I had lost access to the dynamic content ability that lets you insert fields from the survey into the email text with a click. I'm sure I can still write it out in HTML (@{triggerBody()['feature']['attributes']['fieldname']) etc, but the one-click was nice. I figured the "Flow" had forgot my ArcGIS login, so I went to create a new flow using a Survey123 trigger and was never prompted to login to ArcGIS online - which means no surveys to choose from my content, and no dynamic content. Again, I think I can just type in the item ID of feature service attached to the survey here -- and it will work -- but I'm curious if anyone else is having this issue, and if there is a fix or it is a bug that needs to be addressed. It all worked perfect only a few weeks ago, and I was so impressed! I've seen the same issue on Chrome and Firefox, and have restarted/cleared cookies/etc.
... View more
08-13-2018
08:03 AM
|
0
|
9
|
3219
|
|
POST
|
Is there a way to enable web survey backgrounds like the image below through Survey 123 Connect? The option to create a background image for surveys taken in a web browser is available through the simplified browser-based web designer, but not in Connect from what I can find. I tried pulling a survey from the web designer into connect and dug around in it's json for the setting, but couldn't find anything that's controlling this. Publishing that pulled survey through Connect again, without changing anything manually, causes the background image to disappear. So something somewhere is getting overwritten. Any ideas?
... View more
07-17-2018
02:11 PM
|
1
|
10
|
6088
|
|
POST
|
This came down to a very specific bug, for anyone who may also run into this. Here's the last email with ESRI support for reference. The workaround for now is to pull a smaller subset of the data and join to that. I was able to reproduce the join output issue with your data, following your workflow at 10.3.1 (with a 10.2.2 geodatabase) as well as at the latest version of ArcGIS Desktop and Server (10.6), with just the Register with Geodatabase tool. I have also been able to reproduce the behavior with in-house data at the latest version of Desktop and Server. However, I could only reproduce the issue when working with thousands of features and with the spatial reference, "NAD_1983_Florida_GDL_Albers" (WKID: 3086), which I used since I do not have the custom projection specified in your SQL script. I also could not reproduce the issue with ST_Geometry, with all else the same. Furthermore, I could not reproduce the issue when creating the same SDO dataset in other ways (Copy table in Oracle SQL Developer; create/copy feature class with SDO Geometry within ArcMap/ArcCatalog; etc).
... View more
03-15-2018
07:42 AM
|
2
|
0
|
1821
|
|
POST
|
Thanks Kelly, I'm not sure how I didn't come across that already. It looks like that should work!
... View more
02-21-2018
01:03 PM
|
0
|
0
|
2904
|
|
POST
|
Trying to integrate an AGO web map into a custom application that would search for specific features in the map using the map URL + "&find=EXAMPLE_FEATURE_HERE". In the web map settings I've enabled "Search by Layer" and added two layers that I need to be searchable. This method works fine if I only need to search one layer, however with two I've noticed in the browser developers console that only the first layer is being queried. If the feature I'm searching for is in the second search layer, I get a "No Results found". If I remove the first layer or swap the order, I'll get search the new "top" layer, but not the other. See web map settings image below. If I use the built in search box in the web map, everything works as intended. So I'm curious why this doesn't work the same way with the URL. Is this a bug? The below screen shows the browser dev console. The data is a standard ArcGIS Server web service. You can see it only does one search query, for whichever layer is first. Here, I'm searching for something in feature 0, and moved feature 1 to the top in the web settings (PWS Plants in image above).
... View more
02-14-2018
12:02 PM
|
0
|
3
|
3633
|
|
POST
|
Ok, I went ahead and put in a Case Request. Just thought I would check here first to see if anyone else had a similar issue and fix.
... View more
02-06-2018
07:29 AM
|
1
|
2
|
1821
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-10-2025 01:53 PM | |
| 1 | 07-09-2025 07:46 AM | |
| 1 | 12-11-2025 10:03 AM | |
| 1 | 12-01-2025 01:52 PM | |
| 1 | 09-17-2025 10:59 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|