|
POST
|
So you are saying that it works the first time and then when you repeat the same workflow for a second time it sends you to the outbox instead of opening the survey again for input? That's odd and behavior I am not experiencing. Are you clicking the same link the second time? It almost sounds like the itemID is not correct.
... View more
03-17-2021
08:09 AM
|
0
|
1
|
6158
|
|
POST
|
image-map appearance is not supported when using the web form: AndrewBowne_0-1615913138376.png
... View more
03-16-2021
09:46 AM
|
0
|
2
|
1425
|
|
POST
|
Looks like callbacks are partially implemented. This article is a bit old and refers to Collector and not Field Maps however I'm sure it could be adapted appropriately as Field Maps is smart launchable: https://community.esri.com/t5/arcgis-survey123-questions/app-link-callback-to-collector/td-p/727103
... View more
03-16-2021
07:00 AM
|
0
|
3
|
6182
|
|
POST
|
Make sure your field names are exactly the same as they are in your feature service. Also, make sure you are updating the "form_ID" value on the Settings tab of your xlsx file. This should be the name of your related table.
... View more
03-15-2021
11:17 AM
|
0
|
0
|
1515
|
|
POST
|
Thanks for the clarification, Calvin. I ended up going through the AGO Assistant and wiping out any layerDefinition properties for the Feature Layer in the JSON and that seemed to "force" the Webmap to import the most current symbology for that feature layer. I'm not sure if that's the best workaround but it worked for me. Tinkering in AGO Assistant is usually a nail-biting experience! Just a suggestion for a possible enhancement: Within the webmaps feature layer Change Style dialog, perhaps a way to "Fetch Feature Layer Symbology". Like, an additional option here: AndrewBowne_0-1615831688419.png Thanks, Again -Andrew
... View more
03-15-2021
11:08 AM
|
9
|
0
|
8125
|
|
IDEA
|
Great Idea. We have THOUSANDS of 360 photos that we would like to be able to natively view in Esri apps. Right now we are using a viewer written in-house with 3rd party api's.
... View more
03-12-2021
05:11 AM
|
0
|
0
|
5286
|
|
IDEA
|
According to this blog post: https://www.esri.com/arcgis-blog/products/apps/field-mobility/introducing-arcgis-field-maps/ There is no immediate plan to develop Field Maps for Windows.
... View more
03-12-2021
05:05 AM
|
0
|
0
|
10805
|
|
POST
|
Is there a relatively easy way to update symbology for a feature layer in a webmap? In ArcGIS Pro have been modifying symbology for a few datasets and when I Publish/overwrite the feature service the symbology for those feature layers is not applied. They only way I can figure out how to apply it is to remove and re-add the feature layer. This is a real pain as these layers have scale dependencies and custom popups. So, every time I remove/add I have to reconfigure. I have seen an article that suggests using the Python API to achieve this but that seems like a whole lot of work for something that is seemingly simple to do. Any suggestions?
... View more
03-11-2021
11:20 AM
|
1
|
2
|
8213
|
|
POST
|
Thanks for the reply, Ismael. Is this something that might be considered for the future?
... View more
03-08-2021
04:34 AM
|
0
|
0
|
954
|
|
POST
|
Is it possible to have a survey that is only available as a web form? I want to publish a survey where it will only be available via the web and cannot be downloaded to a mobile device/field app. Is this possible?
... View more
02-23-2021
12:00 PM
|
0
|
2
|
993
|
|
BLOG
|
Absolutely. I'm doing exactly this in several of my scenarios. Simply add the Create Report module to your scenario, then add an HTTP module to get the report file, finally attach the result to your email.. AndrewBowne_0-1613587757621.png AndrewBowne_1-1613587855722.png
... View more
02-17-2021
10:51 AM
|
2
|
0
|
9227
|
|
POST
|
Hi All, I am noticing some inconsistences with mode=edit vs mode=copy when pulling up an existing survey record via URL Params. When I retrieve a survey record using mode=edit all of the existing results are pulled in as-expected and are editable. When I want to copy an existing survey record (mode=copy) any question that is within a group does not seem to be retrieved. See my example below: mode=edit Edit.png mode=copy copy.png And to complicate things even further, when I use the Survey123 field app, an existing record can be retrieved and copied (action=copy) and the results are copied as expected. (Notice the different url param for the web form vs. the field app) field.png Anybody experience the same? We want to be able to copy a record via URL to the webform and create a new survey and of course that is the one step in the workflow that does not seem to work. Thanks!
... View more
02-17-2021
10:37 AM
|
0
|
0
|
612
|
|
POST
|
Hi all, I am trying to create a summary report that will group inspections by year and month and report how many passed and how many failed. Report Fields: InspectionDate(Date DataType) FunctionStatus(Text DataType) -- This field defines pass or fail. I have used the following syntax which reports every inspection by every inspection date. I'd rather group by just year and month and report the total count.. THEN I'd like to be able to know how many passed and how many failed within that year and month. ${#Emergency_Light_Inspections | stats:"count,OBJECTID,inspectionCount":"InspectionDate": "" | where:"1=1" | orderByFields:"InspectionDate DESC" }${InspectionDate| format:”YYYY MMMM”} ${inspectionCount }${/} I'm looking for the result to look something like: 2020 January 60 Inspected (10 passed 50 failed) 2020 February 15 Inspected (5 passed 10 failed) 2020 March 130 Inspected (50 Passed 80 Failed) Any help with Syntax would be much appreciated!!
... View more
01-26-2021
07:35 AM
|
0
|
0
|
911
|
|
IDEA
|
I agree, this would be extremely helpful as our users "forget" to refresh the inbox and are constantly asking me where a submitted survey is. Our workflow is as follows: user conducts an inspection if inspection fails, a user can re-inspect at a later date. Instead of filling out the complete form, user pulls last inspection and creates a copy for a new reinspection if user has not refreshed inbox, the previous inspection does not exist. Or, if another user conducted the first inspection, it will not exist in the inbox.
... View more
01-15-2021
07:01 AM
|
0
|
0
|
7292
|
|
POST
|
Hi @KevinBurke , Thanks for the clarification. This makes sense and I do see the logic in the as-designed process. In my workflow we only want to expose a small subset of fields for editing while retaining the default values of some of the other fields. This would help keep the popup less cluttered and only allow the end user to focus on collecting only a few fields of data. Here is our use case: User is collecting (or copying from existing features) interior electrical assets. For this task they are collecting only Emergency Lights. The edit template for the feature class already has default values set for Asset Type (Emergency Light), Floor(<Floor ID>), Building(<BuildingID>), Responsible Party (Engineering), etc. These attributes we do not want the user to edit but we do want retained. What we do want them to edit is: Make, Model, Serial Number, Panel, Circuit. Those all are configured properly and work as expected. When a user creates a new feature, the default attributes (asset type, building, floor) are populated behind the scenes since they are defined in the editing template. When a user copies an existing feature (helpful when you have a space with several of the same emergency lights), only the editable attributes are carried over and not the default attributes from the source feature or from the editing template. It sounds like we will have to expose these fields and hope that the user stays away from them! Thank You, Andrew
... View more
01-13-2021
04:46 AM
|
0
|
0
|
2599
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-21-2025 08:17 AM | |
| 1 | 06-06-2025 10:49 AM | |
| 1 | 07-16-2025 09:10 AM | |
| 1 | 07-10-2025 10:47 AM | |
| 2 | 07-21-2025 08:06 AM |
| Online Status |
Offline
|
| Date Last Visited |
09-24-2025
09:52 AM
|