|
POST
|
Integrating the Line layer into the solution would be challenging, there would be a lot of work to add it to all the other maps and apps in the solution. It also wouldn't just integrate into the Notebook + CSV. Having a line layer available in the Reporter app to submit reports with is very straight forward. You would just add a line layer to the web map, and then configure the Reporter app to have the line layer be a reporting layer. Then when you open Reporter you would have 2 layer options, the point layer and the line layer. I think though that you need to consider the user experience. It may not be that intuitive for a user to choose whether they want to create a point or a line, and even if you went this way it would be difficult for you to work with this information across 2 different layers. This is why we typically choose one geometry type that we feel can best handle different cases.
... View more
02-13-2025
01:27 PM
|
0
|
2
|
1616
|
|
POST
|
Points, Lines and Polygons are supported in the Reporter Instant App. You would need to have a line layer in the map to support users submitting records using a line rather than a point. If you want both you would have a point and a line layer in the map and the user would first select the point or line and then draw the sketch and submit the feature.
... View more
02-13-2025
09:45 AM
|
1
|
4
|
1628
|
|
POST
|
Can the user logged in have logic applied to calculate or not calculate based on whether it's a logged in user or not? No , unfortunately this is not possible. It is not possible to change the Other/Recommended UI. This is just the behavior on contingent values. I might ask if contingent values is necessary in your situation. It looks like you are using Citizen Problem Reporter for a different use case. Do you need the user to first select a value from one field and then have that value limit the options in subsequent fields? If you do not, you could implement a simple choice list by removing contingent values and just using a domain on the field. A domain will provide a drop down list of valid choices and you won't see the Recommended and Other options.
... View more
02-13-2025
09:43 AM
|
1
|
0
|
1629
|
|
POST
|
@AaronPDXPaul, The Like and Dislike buttons are disabled when trying to Vote on them as a Guest. The Requests_reporter view used by the Citizen Problem Reporter app does not have the 'Update' capability enabled for editing. This is why the feature is disabled, because users can't update the service to increment the like or dislike. To change this you can go the Settings for the view and enable Update under 'What kind of editing is allowed?'. How to remove Other Choices from Request Category and Request Type fields. If you are referring to the 'Other' in the dropdown vs the 'Recommended' options, it is not possible to disable this. This is how Contingent Values work across all editing apps in ArcGIS Online. It allows you to pick a different value, but will prevent you creating the feature if it doesn't match a selection in the other field. I'm working on how to capture and calculate users Logged In for Name, Phone and Email. It seems like the user log in credentials should be baked into the solution. Is more configuration needed to get user credentials calculated? By default the logged in username will be written to the created_user field, this is happening due to Editor Tracking which is configured on the service. For the Name, Phone, and Email fields it is possible to add a calculated expression on the field configured in the Form in the Map Viewer. However, the issue is when you have a calculated expression on a field it becomes non-editable. So this would work well for logged in users, but if a user what not logged in, the field would calculate as null, and the user would not be able to edit them to put their name in. This is we decided not to add these calculations into the form. If you want to add them to the form you can use the following code to calculate it: First Name: return GetUser().firstName; Last Name: return GetUser().lastName; Email: return GetUser().email
... View more
02-13-2025
07:10 AM
|
1
|
8
|
1622
|
|
POST
|
@AaronPDXPaul, you may be looking at an older Enterprise version of the solution help. Here is a link to the latest help, that shows version 3.0. https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-citizen-problem-reporter.htm Try going through the configuration topic here and let me know if you still have specific questions on configuring the solution.
... View more
02-11-2025
12:06 PM
|
1
|
10
|
1636
|
|
POST
|
I checked out the support issue, but couldn't find any details of the issue that is impacting you. Could you describe what you are looking to do and the issue you are running into?
... View more
02-07-2025
12:47 PM
|
1
|
13
|
1648
|
|
POST
|
Yes, the update was released late last year and is now available to deploy: https://www.arcgis.com/apps/solutions/index.html?gallery=true&solution=538bbf5014d34d1e98a0657a5490e06e
... View more
02-06-2025
11:17 AM
|
1
|
15
|
1657
|
|
IDEA
|
We are developing a python notebook that will replace the functionality of the ERG widget in Web AppBuilder. This notebook can be published as a web tool and consumed and run within the analysis widget in Experience Builder. We feel this is the more flexible way to go with this kind of workflow as ERG is an analytical workflow and as a web tool it offers the ability to be run within Experience Builder, the Map Viewer and other web apps in the future and can also be scripted or called via REST. This notebook is planned for release in 2025 and users will be able to save a copy to their Online or Enterprise organization and publish it as a web tool.
... View more
12-10-2024
08:53 AM
|
0
|
0
|
2008
|
|
POST
|
@Shawnzeecatz, There is not really an easy way to swap out data sources in web maps and apps, so using your own layers would require some work to reverse engineer/recreate the items on top of your services. With the hosted layers you can add additional fields, we encourage people to do this to customize the solution to meet their needs. You can also control the sharing of the layers just like any other items to determine who has access and set what level of editing permissions are available.
Hosted layers in Enterprise do not consume credits. The are hosted on your infrastructure in the ArcGIS Data Store that is installed with the base install of Enterprise.
... View more
11-20-2024
06:51 AM
|
1
|
0
|
1227
|
|
POST
|
Hi Dawn, we are releasing this update next week, it is tentatively planned for general availability on 11/20.
... View more
11-13-2024
12:57 PM
|
1
|
1
|
2979
|
|
POST
|
Hi @JohnWatermolen_OCGIS, could you share some screenshots and additional details about the scenario. What is the address range on the road your are creating the address points for? What are some example of wrong address numbers being created?
... View more
11-13-2024
06:55 AM
|
0
|
0
|
1654
|
|
POST
|
@Joshua-Young, I would recommend not changing the behavior/settings in the solution's public view as we use this for aggregation as part of the Community Maps program. You are welcome to create your own view off of the Road Closures service and modify the filter/visible fields however you would like. In addition, you can add an additional field to the source service to store a status field and you could use this to filter on your own view. This will not impact the solution or the contribution to the Community Maps program.
... View more
10-28-2024
06:55 AM
|
0
|
1
|
2287
|
|
POST
|
@masslc, Adding to what @SubaKrishnan we never modify or delete any already deployed items when deploying a solution. Did you happen to delete anything from the original solution deployment? Specifically the Solution item from the 1st deployment? It is possible if you deleted this item that when you deployed the new copy of the solution it just reused the original items from the first deployment rather than creating new copies of everything.
... View more
09-10-2024
06:10 AM
|
0
|
1
|
1357
|
|
POST
|
We are planning an update to the Citizen Problem Reporter solution for Q4 this year. It will use the new Reporter and Manager Instant apps. We will provide a way to configure the request categories and types via the solution in the initial release. Limiting the ability to submit reports within a given polygon is something we are looking to add early next year.
... View more
09-09-2024
08:27 AM
|
1
|
20
|
3258
|
|
POST
|
@JesusGuerrero, when you deploy a solution you will get a Solution item and one or more other items and groups with the solution. The solution item itself is pretty small. However, for example with the 3D Buildings solution all Desktop Application Template item is also deployed. This is the zip file containing the pro project you can use from the 3D buildings solution. Other solutions follow this pattern as well, see the Solution Contents section for the list of items deployed with the solution.
... View more
09-09-2024
06:08 AM
|
0
|
0
|
635
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-05-2026 06:12 AM | |
| 1 | 02-06-2026 09:24 AM | |
| 1 | 11-07-2025 07:59 AM | |
| 1 | 11-06-2025 07:04 AM | |
| 1 | 08-28-2025 08:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
03-17-2026
01:31 PM
|