|
POST
|
If you unshare the Capital Project Plans app with the Capital Project Plans group it won't show in the gallery app. That app doesn't need to be shared with the group. For the other issue I am not sure why editing the app configuration would change the thumbnail of the item, I have never encountered that before. If you want to get the original thumbnails back you can do the following: Go to https://www.arcgis.com/apps/MinimalGallery/index.html?appid=28d8f5723e76466987b50b4e57120e97 Click the 'I' info button to open the item details of one of the Project Plans Right-click the thumbnail and select Save As to save the thumbnail locally Update your app item with the thumbnail
... View more
07-19-2019
07:44 AM
|
0
|
3
|
3326
|
|
POST
|
The apps that show in the Capital Project Plans Gallery are the apps that are shared with the Capital Project Plans Group. If you unshare the Capital Project Plans app with the group it should no longer show in the app. In regards to your second question I am not sure what you mean with breaking the link for the images. Could you add some more detail on that issue?
... View more
07-18-2019
11:10 AM
|
0
|
5
|
3326
|
|
POST
|
I wanted to highlight a new story map we just released that discussed all the applications included in Capital Project Planning, who are the primary target users for the applications, and how the project plans move through the applications as you update the status and project properties. Getting to Know Capital Project Planning
... View more
07-17-2019
10:12 AM
|
0
|
0
|
2474
|
|
POST
|
Hi Chad, Glad you got it working, yes your understanding of the app flow is correct. Below is a story map that discusses these apps further and how project flow through the planning and tracking phases: Getting to Know Capital Project Planning In regards to the layers being hosted in your SDE, it is possible. All the apps are core ArcGIS capabilities that can work with Enterprise services, however, it would take some time to rewire the apps to work with a different datasource. I am not sure why it is taking some time for the project to show up in the Review app after changing the status. Ultimately all the apps are referencing views of the same underlying service, so it is just filters controlling when the projects show up in the apps. We are not moving data between services, so there shouldn't be any delay.
... View more
07-17-2019
10:11 AM
|
0
|
13
|
2474
|
|
POST
|
I wanted to highlight that we recently released a learning pathway that provides more assistant on how to use and configure the Solution based on the common customizations we see: https://learn.arcgis.com/en/paths/getting-started-with-citizen-problem-reporter/
... View more
07-17-2019
06:35 AM
|
0
|
0
|
3216
|
|
POST
|
Hi Brian, It is possible to change the domains of hosted feature layer views, but it is not exposed in the ArcGIS Online UI yet. We provide a Modify Domains tool with the ArcGIS Solution Deployment add-in in ArcGIS Pro that can be used to do this. This process is described in the Modify problem types and responsible agencies below: https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/configuring-citizen-problem-reporter.pdf
... View more
07-17-2019
06:26 AM
|
0
|
0
|
3453
|
|
POST
|
Hi Chad, I just tested on my side and the Capital Projects Review had the same pop-up as the demo version. I am wondering if you are actually looking at the demo version of the Capital Project Reports app. Capital Project Reports has a pop-up with more information in regard to actual costs and schedules and reports On Budget/On Schedule. Capital Project Review is intended to be used prior to a project being approved and included in the CIP so we are not tracking cost, schedule and quality at that point. Once approved and funded the project will display in Capital Project Reports, Locator and Dashboard where you will be able to update the status, cost and schedule. If you are still seeing a difference between your Capital Project Review and the demo version could you send a screenshot of the pop-up you are seeing.
... View more
07-15-2019
11:28 AM
|
0
|
22
|
2474
|
|
POST
|
Hi Jay, A couple things to try: Make sure you have the latest version of the solution deployment tool install. The latest release has a version number of 2019.3.19 Go to %USERPROFILE%\AppData\Local\ESRI\ArcGISPro\AssemblyCache and delete all the folders in the AssemblyCache folder. (Copy the path above into windows explorer %USERPROFILE% is a windows shortcut to your user profile. Restart Pro and open a blank new project. The second 2 steps are only required because of a bug that will be resolved in Pro 2.4. -Chris
... View more
06-24-2019
02:14 PM
|
0
|
1
|
1019
|
|
POST
|
Hi Brady, The code you executed is the basic logic to make an anonymous connection to ArcGIS Online which is what the solution deployment tool needs to deploy the solutions to your org. Something in your environment is preventing python from making this connection. For example sometimes people try the same from their home network and it works fine, something on their work network causes it to fail. I don't have a lot of experience in this area, my recommendation would be to contact Technical Support to troubleshoot your environment and specifically why you can't make this anonymous connection to ArcGIS Online through python. If you resolve this issue, it should resolve the issue with the Solution Deployment tool failing. -Chris
... View more
05-22-2019
06:38 AM
|
0
|
0
|
4362
|
|
POST
|
Hi Brady, This is sometimes caused by an issue in python not being able to connect to Arcgis Online, often related to a proxy. Could you try the following to narrow down the issue? From the analysis tab open the python window Paste the following code and hit enter: import arcgis online = arcgis.GIS() print(online) It would be helpful if you could send back what is printed to the python window.
... View more
05-21-2019
02:00 PM
|
0
|
2
|
4362
|
|
POST
|
Hi NorthSouth GIS, Looks like I missed one more thing, the Project Phase can't be null or Complete, any other option will show it in the Dashboard. I missed this one because in the project plans apps this Project Phase is automatically set. In regards to using your Enterprise data your first 3 steps make sense. In step 4, I would use https://ago-assistant.esri.com/ to update the source layers in the web map. By doing this you can just swap out the URLs. If you do this you shouldn't have to reconfigure the dashboard. We are planning to release a story map in our June release describing the entire solution and how projects move through the system to display in the different applications.
... View more
04-18-2019
01:41 PM
|
2
|
0
|
3818
|
|
POST
|
We don't have a data dictionary for the layers provided in the Solution. There is essentially one layer that stores all projects and their associated information. There is also a related table that stores comments made on the project. All other layers delivered with the Solution are views of this service to selectively show only the projects that meet certain criteria, like type or project phase. If you want to explore the fields provided in this layer you can see everything here on the Data tab of he InfrastructureProjects feature layer.
... View more
04-09-2019
07:40 AM
|
0
|
0
|
3818
|
|
POST
|
Unfortunately we don't have anything that more clearly describes this workflow and agree it can be difficult to understand and figure out through trial and error. Our plan is to release a story map to describe all the applications, how they work together and how a project plan moves through the different phases. Hope to have this available later this year.
... View more
04-03-2019
09:09 AM
|
0
|
0
|
4667
|
|
POST
|
There was a bug recently introduced in the most recent version of ArcGIS Online that is causing the Capital Project Review to not show the pencil button to edit a selected record. You can resolve this issue by going to the InfrastructureProjects_allprojectplans layer in your content and update the editor settings. Under the option "What kind of editing is allowed?" change it from "Update features" to "Add and update features" and save the changes. When you refresh the application you should be able to edit a selected record in the Capital Project Review application.
... View more
04-03-2019
05:59 AM
|
0
|
4
|
4665
|
|
POST
|
Hi Michelle, Like described above our recommended approach would be to leverage the ArcGIS Solution Deployment Tool in ArcGIS Pro. This will create the feature layers, maps and dashboard in your organization automatically. If you would prefer to do this manually you can follow the steps below to publish a new feature service in your organization using the template service we provide. After you do this you can export it as a file geodatabase and download to manipulate in ArcMap or ArcGIS Pro. http://solutions.arcgis.com/local-government/help/code-violation/get-started/publish-service/
... View more
03-27-2019
06:52 AM
|
1
|
0
|
1699
|
| 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
|