|
POST
|
arcgis-survey123://?itemID=xxx&field:service_address=1201%20ROCKVILLE%20PIK&field:meter_number=xxx&field:meter_install_date =1302825600000&field:meter_size_temp=2%20INCH%20COMPOUND&field:meter_model=SENSUS%20RADIO%20READ&field:meter_mxu=13034618&field:ub_account_number=0901-000098¢er=39.0694365,-77.13084415
... View more
07-05-2018
10:55 AM
|
0
|
7
|
3303
|
|
POST
|
When I use a custom url to pass a date value from a web map to the Survey123 app I get a blank result. If I pass it to a web form it works. The date value is coming from a date field Survey123 2.8.2 Survey Connect 2.8.4
... View more
07-05-2018
08:32 AM
|
0
|
9
|
3489
|
|
POST
|
Set up your workforce project. Add new fields to the assignments layer through data tab in My Contents. Create your survey and publish it against the assignments layer. Use hidden fields in your survey to populate some of the fields for Workforce. Look at the schema to http://doc.arcgis.com/en/workforce/android-phone/help/workforce-schema.htm to see the ids used for status and priority. When the user clicks submit on the survey the assign_status should be set to 1. Look at the data table of the workers featureclass to see the objectID that was assigned to each worker you added. Use that in a choice list in your survey. If you want to add attachments from the survey use image as the type and attachmentFile as the name. I have a second survey123 form that is also published against this service that the worker uses for more detailed responses. When the worker refreshes the inbox it is set to only pull down assignments that are open and assigned to that particular worker. The main reason why I'm using WF in this way is because attachments are not downloaded via the Survey123 Inbox. My workflow requires that the worker is able to see the attachment and Workforce has this functionality. I'm using this solution as a light weight work order system for water meters.
... View more
06-14-2018
12:44 PM
|
2
|
6
|
3514
|
|
POST
|
Again, I've never had an issue when republishing a survey from Connect against an existing HFS where all I am doing is updating my choice list. I have to see this before I click publish In two cases I have felt the need to go through ArcGIS Pro to modify a domain. In both cases it was against a HFS that was built for me. One with Workforce and the other with Crowdsource Reporter. I wanted to change the description label for a particular domain. My solution may not apply to this thread at all now that I've re-read it a couple of more times. That being said I did do some testing to see what happens if I use this method against an existing HFS that I created using Connect. If I modify the domain by adding an item I would not expect to see it on the form and it is not there. If I add that choice to my choices list that matches the choice I added through Pro and republish the form I get the message that no data will be lost. If I submit a survey and use that choice and then look at the record it is showing the value and not the label. In the screenshot below Cabin John was an existing record before I modified the domain.
... View more
06-01-2018
08:29 AM
|
0
|
0
|
2242
|
|
POST
|
It is a bug. "The bug is actually causing the first field of the layer to always display instead of the selected field for the search suggestions". - ESRI support. In my case, I'm using the assignments layer from a workforce project. Description is the first field. The work around would be to add the work order id value to the description field for every record. Not something I want to do. Hopefully, this is an easy fix for the developers and I will see it in the next release. BUG-000113864
... View more
05-31-2018
10:53 AM
|
2
|
2
|
3616
|
|
POST
|
I've never had an issue with losing data when republishing a survey against an existing feature service. I'm not using portal. I've used the following method on a couple of different projects. One was with crowdsource reporter. The other was with a Workforce Project. As opposed to the update definition method I find it easier and safer. I don't have to worry about messing up the JSON. I have been using the ArcGIS Solutions Deployment Tool add-in for ArcGIS Pro to add, delete and update coded domains in hosted feature services. Once your project is created and the add-in is installed click on Share and then ArcGIS Solutions. Double-click on the 3rd item: Configure and ArcGIS Solution There are 3 steps in this task. The first step is just text to read. Click Next Step. The second step is to add a field (I've never done this). Click Skip. At the third step choose your layer, the field, the type. Make your modifications after the domain appears Click run and the finish
... View more
05-30-2018
08:34 PM
|
0
|
2
|
2242
|
|
POST
|
Thanks for confirming this issue. I've opened an incident.
... View more
05-30-2018
06:23 AM
|
1
|
0
|
3616
|
|
POST
|
Hosted. It is an assignments feature service from a Workforce project. I'm trying to search on workOrderId.
... View more
05-21-2018
01:02 PM
|
0
|
5
|
3616
|
|
POST
|
Thanks for the clarification and suggestion. Here was my final calculation if(format-date(${intake_date},'%a') = 'Sun' or format-date(${intake_date},'%a') = 'Mon' or format-date(${intake_date},'%a') = 'Fri', concat(concat(format-date(${intake_date},'%a'), 'day'),format-date(${intake_date},', %b %e, %Y')),if(format-date(${intake_date},'%a') = 'Tue', concat('Tuesday',format-date(${intake_date},', %b %e, %Y')),if(format-date(${intake_date},'%a') = 'Wed', concat('Wednesday',format-date(${intake_date},', %b %e, %Y')),if(format-date(${intake_date},'%a') = 'Thu', concat('Thursday',format-date(${intake_date},', %b %e, %Y')),concat('Saturday',format-date(${intake_date},', %b %e, %Y'))))))
... View more
05-18-2018
01:45 PM
|
0
|
0
|
1069
|
|
POST
|
I configured a web map used by Operations Dashboard to search on a feature. In the web map the search works as expected. When I search for the feature in OD I see this. Clicking on an untitled will zoom to one of my features. If I type in the entire id, 26903, it will still show untitled and it will zoom to the correct location if I click on it.
... View more
05-18-2018
01:42 PM
|
0
|
8
|
3773
|
|
POST
|
Are there other parameters available that are not listed in the help guide under formulas? I would like to have a full name text day rather than a three letter day. I want it to match what is in Due Date. Is there a parameter for hour that is based on 12 hour time?
... View more
05-17-2018
10:08 AM
|
0
|
2
|
1124
|
|
POST
|
I also have this question. From a map I'm passing a custom URL to S123. What you see below is the link address. Although when I view it in Chrome I see the actual values just above the bottom of the screen. The only % code I see is for the field metersize2. Everything else is clear and it all passes without an issue. Except for the metersize2 where I have a calculation that cleans it up. arcgis-survey123://?itemID=xxx&field:ServiceAddress=38%20WOOD%20LN&field:MeterNumber=99999477&field:MeterSize2=3%2F4%20INCH&field:MeterModel=SENSUS%20RADIO%20READ&field:MeterMXU=14125891&field:AccountNumber=0301-000269&field:MeterInstallDate=1218758400000 Today I added a second custom URL to this map in the same popup window to open a different form and this one passes the values with lots of % codes and some single quotes. This is what I see in Chrome for the link address: arcgis-survey123://?itemID=xxx&field:ub_account_number=',%240301-000269,'&field:ub_service_address=',%2438%20WOOD%20LN,'&field:old_meter_number=',%249999477,'&field:old_mxu_number=',%2414125891 It is passing from the same source fields. The only difference I can see is that the destination fields in the other form have underscores between the words. Just in case there was an issue with these two links being in the same popup window I put the second custom URL in a different layer's popup window in this map and I have the same problems.
... View more
05-08-2018
02:22 PM
|
0
|
3
|
4393
|
|
POST
|
I was testing a workflow by using survey123 to add assignments to a workforce project. In this project, a priority of 1 is high and 3 is low. I changed the labels in the priority domain in the workforce project, however, after submitting the assignment and then checking it on the app it shows the priority to be low. In the app the item in the to do list shows "low priority". This wording doesn't match anything in the domain. Is there some code in the app that just looks at the number and not the label from the domain?
... View more
05-08-2018
06:41 AM
|
1
|
1
|
1102
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-01-2025 07:03 AM | |
| 1 | 03-05-2025 11:56 AM | |
| 1 | 11-27-2024 11:10 AM | |
| 25 | 08-12-2024 11:06 AM | |
| 1 | 02-01-2019 08:27 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-04-2026
08:41 AM
|