|
POST
|
Hello @ColinCampbell1, The alternative workflow noted in the document would be our suggested workflow.
... View more
02-11-2022
02:51 PM
|
0
|
1
|
1658
|
|
POST
|
Hello @MaryWasson1, I would suggest cascading from your select multiple question to the rank question. I've attached a sample XLSForm that demonstrates the workflow.
... View more
02-11-2022
01:52 PM
|
1
|
1
|
1653
|
|
POST
|
Hello @JedJackson, Unfortunately Survey123 is limited to the supported attachment formats of ArcGIS Online/Enterprise. We would need ArcGIS Online/Enterprise to support .msg as an attachment format before Survey123 can support that file type in the File question. Please feel free to log an idea against the ArcGIS Online ideas page and/or create an Enhancement with Esri Technical Support requesting ArcGIS Online/Enterprise support .msg file types as attachments.
... View more
02-11-2022
01:33 PM
|
0
|
0
|
1818
|
|
POST
|
Hello @Jay_Gregory, Unfortunately search() does not page through the results to a query, we do have an issue in our backlog to support this functionality. Our current recommendations would be to either: - Use the query statement to pre-filter the results if that's possible - Or as you mentioned increase the maxRecordCount for the feature service
... View more
02-11-2022
01:27 PM
|
0
|
0
|
3039
|
|
POST
|
Hello @CBarrett, I don't have an explicit full workflow, but from some quick testing there looks to be a Python module called Pillow that ships with ArcGIS Pro by default and can be used to crop the images. I had tested the copping workflow from this article against the image posted in this Esri Community article and it seemed to work well. The code that I had used was: from PIL import Image img = Image.open(r"C:\temp\signature.jpeg") width, height = img.size area = (0,0, width/2, height/2) img = img.crop(area) img.save(r"C:\temp\cropped_signature.jpeg" The crop area may be different for your specific images. If you download all your attachments you could crop the ones that need to be cropped and then update the attachments in your feature service using the Python API.
... View more
02-09-2022
02:25 PM
|
0
|
0
|
1936
|
|
POST
|
Hello @CBarrett, Attachments are associated with image questions through attachment keywords. The keyword is going to be the name of the image question in your XLSForm. We do have a Python notebook that assists with updating keywords on attachments. Even though the notebook mentions that it's for ArcGIS Enterprise the workflow will also work with ArcGIS Online as well.
... View more
02-09-2022
12:57 PM
|
0
|
2
|
1941
|
|
POST
|
Hello @HeatherBell, Depending on if you want both the project name and id stored in the feature service the workflow can depend. Attached is a modified form that uses the JavaScript workflow, but do please keep in mind the limitations when using JavaScript functions. You could set the label for the choice list to be the project name and set the choice list name as the project ID and when the survey is submitted the project ID would be the value that is stored in the feature service.
... View more
02-04-2022
12:40 PM
|
2
|
2
|
14798
|
|
POST
|
Hello @HeatherBell, Based on the XLSForm passed along it looks like you don't need a custom JavaScript function. I'm not sure how you have the search appearance configured on your end in the XLSForm passed along the choices worksheet was corrupt. Assuming for your projectsinfo choice list you have uniqueID as the name and projectname as the label when a user selects a project the uniqueID will already be stored in the feature service. If you wanted other information like the project description, partner, or status then yes a JavaScript function would be appropriate, but if you just want the uniqueID you would already have it from the select_one question.
... View more
02-03-2022
06:06 PM
|
2
|
0
|
14810
|
|
POST
|
Hello @vijaybadugu, Can you please explain the workflow where you're seeing this issue? I tested on my end with a 10.9.1 IWA ArcGIS Enterprise Portal and I did not see the same behavior. I would also suggest checking to see if there is anything set in the Allow origins section of the Portals Security settings as that may be playing a role:
... View more
02-01-2022
03:56 PM
|
0
|
0
|
3592
|
|
POST
|
Hello @ZivCohen-Sollal, One possible cause may be the Android update cleared the NMEA settings. I would suggest downloading the native application for the GNSS receiver from the Play Store and ensure that NMEA strings are enabled.
... View more
02-01-2022
03:21 PM
|
0
|
0
|
2898
|
|
POST
|
Hello @Jordi-Monk-Developer, The method=vertex capture method will be the way to make the editing workflow to use the vertexes instead of free sketch. Please see this documentation for more information.
... View more
02-01-2022
11:20 AM
|
1
|
0
|
1121
|
|
POST
|
Hello @KennethLindhardt1, A custom JavaScript function is going to be the best option for querying a feature service to return data based on an attribute. Please see the example in this post as it demonstrates a query to a feature service based on an attribute lookup.
... View more
02-01-2022
11:12 AM
|
0
|
0
|
3311
|
|
POST
|
Hello @ahargreaves_FW, The update=true parameter is supposed to refresh the inbox, but unfortunately we currently have a defect that's impacting a lot of the custom URL scheme workflows. The defect is BUG-000137679 and is what's preventing the inbox from refreshing when linked to. Please feel free to reach out to Esri Technical Support to attach yourself to the defect as you'll be able to keep an eye on updates to the issue.
... View more
02-01-2022
11:03 AM
|
0
|
0
|
1420
|
|
POST
|
Hello @GeoNicole, @Javier_Pintos, @JakeMatthys, Attached is a notebook that will assist with updating your existing layers that are encountering the issue. The notebook loops through each feature service you own in your Portal, then loops through each layer in the feature service, and identifies if `respectDaylightSaving` is present in the layers JSON. If so, it will update the property to `respectsDaylightSaving` (the correct property) and update the service's JSON.
... View more
01-21-2022
02:58 PM
|
4
|
4
|
5353
|
|
POST
|
Hello @GISUser74305830, Thank you for confirming! You may want to open a ticket with Esri Technical Support to further troubleshoot the issue. I would suggest checking in the media folder in Connect and confirming the jpg image is present in there. As well as checking the .info file associated with your survey to confirm under the displayInfo > style the path to the jpg is present for the backgroundImage property: If all that checks out, I would suggest capturing the web traffic when loading the survey in the web and see if the background image is being requested (and what the status of the request is):
... View more
01-19-2022
02:04 PM
|
0
|
1
|
1652
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|