|
POST
|
Hi @Joshua-Young, there is not an easy way to find all the solutions that support defining a coordinate system during deployment. We have taken the approach that we only add it for solutions where high accuracy on features is important, for example our asset data management solutions. For other solutions, for example like Citizen Problem Reporter, the tools used to capture the geometry are not all that precise to begin with so we feel it is a simpler user experience to just default to web mercator and reduce the number of clicks to deploy a solution. Are there particular solutions that you want to be able to set the spatial reference for?
... View more
09-06-2024
07:57 AM
|
0
|
0
|
1248
|
|
IDEA
|
@Todd_Stout, In the default solution configuration we don't have a relationship between the Master Road Names table and the Road Centerline feature class. However, if you have added this relationship yourself it is possible to accomplish what you are describing. Instead of doing this from the Roads layer, what you would do is expand the Liverpool record under the Master Road Names table. Then right-click the Roads layer and select 'Add Selected to Relationship'. This will add 4 selected road segments to the relationship.
... View more
08-30-2024
06:17 AM
|
0
|
0
|
1112
|
|
POST
|
@Sehouse, did you edit the Citizen Problem Manager web map and save the changes? I ask because the app is using the Crowdsource Manager configurable app and is built on the 3.x api. So the web map needs to be edited using Map Viewer Classic as the new Map Viewer can introduce functionality that could break it for this older version of the app. If you opened it in the new map viewer and saved it, it is possible this is why it is no longer working.
... View more
08-06-2024
08:48 AM
|
0
|
1
|
1698
|
|
POST
|
Hi @Sehouse, you should normally see a pencil icon in the upper right corner of the details section to edit the record, but from your screenshot it is not there. Could you verify that the source Requests service has editing enabled? Is your user account at least a Contributor user type so that you can edit records? It looks like because you submitted new requests. Did you make any edits in the Citizen Problem Manager web map?
... View more
08-02-2024
06:28 AM
|
0
|
1
|
1732
|
|
POST
|
You can use the Text function for this: return Text($feature.GEBNRA, '0000');
... View more
08-02-2024
06:19 AM
|
4
|
0
|
1920
|
|
POST
|
@bbaker_tngeo, We implemented this in the ArcMap solution via an add-in and the custom construction tool included with the add-in. In the Pro solution we are using attribute rules to get the same editing behavior and this custom map tip is not possible via attribute rules. I believe it is possible with the Pro SDK and an add-in. I would start with this sample on creating your own construction tool: https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/ConstructionTool Then I believe you could use this SketchTipEmbeddableControl property: https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic76360.html
... View more
07-10-2024
01:57 PM
|
1
|
0
|
1242
|
|
POST
|
@dsinha, you will find that we have less solutions available in Enterprise vs AGO which is often due to capabilities that are missing or not yet available in Enterprise. However, for solutions that are available in both Enterprise and AGO there is really no different in the capabilities they offer. I would just consider for some of your solutions intended for the public like Citizen Problem Reporter that by hosting in your own Enterprise it needs to be publicly accessible and down time will impact the user experience for your residents.
... View more
04-23-2024
08:23 AM
|
1
|
0
|
1259
|
|
POST
|
Hi @dsinha, It is not possible to deploy feature layers included with solutions to your Enterprise GDB. We are only able to create hosted feature layers in both Online and Enterprise when deploying an ArcGIS Solution.
... View more
04-19-2024
11:10 AM
|
1
|
0
|
1309
|
|
POST
|
@BradCarone, it is not a setting in the ServiceSupport.pyt that you can just turn on. However, it is possible to send e-mail attachments via python and you could extend the python scripts to download the attachments from the problem report and add them as an attachment to the e-mail.
... View more
04-18-2024
05:59 AM
|
1
|
1
|
1606
|
|
POST
|
Hi @LeviCecil, Could you share some screenshots? What you describe is not they way I was expecting this would be implemented.
... View more
04-15-2024
09:21 AM
|
0
|
1
|
1213
|
|
POST
|
@KRubalcaba, Mosquito Larvicide Reporting is intended to be used in the field using ArcGIS Field Maps. This is why there is only a web map and no app. You will open the web map directly in the the ArcGIS Field Maps mobile app. Below is the documentation on this workflow: https://doc.arcgis.com/en/arcgis-solutions/latest/reference/use-mosquito-treatments.htm#ESRI_SECTION1_DFACCE039D924D3D8CDD169B03B6C567
... View more
04-04-2024
05:57 AM
|
0
|
1
|
1090
|
|
POST
|
Hi @ronpalazzetti, we have retired the ArcGIS Solutions Deployment Tool add-in and all of the solutions that were previously available to deploy for 10.8.1. The earliest version of Enterprise that we now support is Enterprise 10.9.1 and we have support for the ArcGIS Solutions app installed with Enterprise to deploy solutions to that version.
... View more
02-21-2024
02:02 PM
|
0
|
0
|
539
|
|
POST
|
@TimothyKing2, glad to hear you are enjoying ArcGIS Solutions. This issue you are seeing is because this pop-up was originally designed in the Classic Map Viewer (before the new Map Viewer existed). Now when editing in the new map viewer that are changes being made to the html that is breaking the pop-up. Below is some updated html that will work in the new Map Viewer. Copy the html below and when you edit the Text element in the pop-up click the Source button to view the HTML source. Paste the html below, click the source button and then click OK. <div style="max-width: 750px; padding: 0px 4px">
<font size="5" style="color:#1987bb;">{projname}</font>
<p><b>Project ID:</b> {projid}</p>
<table style="margin:8px -6px;border-collapse: separate;border-spacing: 6px 4px;table-layout: fixed;width:initial;">
<tbody>
<tr style="height:26px">
<td style="display:{expression/expr6}; background-color:#00734c; color:#ffffff; min-width:0%; max-width:100%; width:initial; text-align:left; vertical-align: middle; font-weight: normal; padding: 0px 6px;">On Budget</td>
<td style="display:{expression/expr7}; background-color:#a80000; color:#ffffff; min-width:0%; max-width:100%; width:initial; text-align:left; vertical-align: middle; font-weight: normal; padding: 0px 6px;">Over Budget</td>
<td style="display:{expression/expr8}; background-color:#00734c; color:#ffffff; min-width:0%; max-width:100%; width:initial; text-align:left; vertical-align: middle; font-weight: normal; padding: 0px 6px;">On Schedule</td>
<td style="display:{expression/expr9}; background-color:#a80000; color:#ffffff; min-width:0%; max-width:100%; width:initial; text-align:left; vertical-align: middle; font-weight: normal; padding: 0px 6px;">Behind Schedule</td>
</tr>
</tbody>
</table>
<p><b>Description</b><br />{projdesc}</p>
<div style="display:table; width:100%; text-align: center; font-weight: normal; margin:8px 0px; border-collapse: separate;border-spacing: 0px 8px;table-layout: fixed">
<div style="display:table-row;">
<div style="display:table-cell; width: 50%;"><font size="3">Fiscal Year</font><br /><font size="4" style="color:#1987bb;">{fiscalyr}</font></div>
<div style="display:table-cell; width: 50%;"><font size="3">Funding Source</font><br /><font size="4" style="color:#1987bb;">{fundsource}</font></div>
</div>
<div style="display:table-row;">
<div style="display:table-cell; width: 50%;"><font size="3">Estimated Cost</font><br /><font size="4" style="color:#1987bb;">${estcost}</font></div>
<div style="display:table-cell; width: 50%;"><font size="3">Actual Cost</font><br /><font size="4" style="color:#1987bb;">{expression/expr10}</font></div>
</div>
<div style="display:table-row;">
<div style="display:table-cell; width: 50%;"><font size="3">Estimated Start Date</font><br /><font size="4" style="color:#1987bb;">{planstart}</font></div>
<div style="display:table-cell; width: 50%;"><font size="3">Actual Start Date</font><br /><font size="4" style="color:#1987bb;">{expression/expr11}</font></div>
</div>
<div style="display:table-row;">
<div style="display:table-cell; width: 50%;"><font size="3">Estimated End Date</font><br /><font size="4" style="color:#1987bb;">{planend}</font></div>
<div style="display:table-cell; width: 50%;"><font size="3">Actual End Date</font><br /><font size="4" style="color:#1987bb;">{expression/expr12}</font></div>
</div>
</div>
<b>Phase</b>
<div style="min-width: 365px; display:table; margin:8px -6px; border-collapse: separate; border-spacing: 6px 4px; width: 100%; table-layout: fixed;">
<div style="display:table-row;text-align:center;" height="16">
<div style="background-color:{expression/expr2};display:table-cell;width:25%;"></div>
<div style="background-color:{expression/expr3};display:table-cell;width:25%;"></div>
<div style="background-color:{expression/expr4};display:table-cell;width:25%;"></div>
<div style="background-color:{expression/expr5};display:table-cell;width:25%;"></div>
</div>
<div style="display:table-row;text-align:center;font-weight:normal;" height="24">
<div style="display:table-cell;padding-left:0px;width:25%;">
PreDesign
</div>
<div style="display:table-cell;padding-left:0px;width:25%;">
Design
</div>
<div style="display:table-cell;padding-left:0px;width:25%;">
Construction
</div>
<div style="display:table-cell;padding-left:0px;width:25%;">
Closeout
</div>
</div>
</div>
<p><b>Status</b><br />{status}</p>
<p><b>Contact</b><br />{pocname}<br />{pocphone}<br /><a href="mailto:{pocemail}" rel="nofollow ugc">{pocemail}</a></p>
</div> You will also need to update some of the attribute expressions. To do this in the Popup panel click attribute expressions in the pop-up panel and then click the Pre-Design expression. You will want to edit the expression and remove the two 'background-color:' references. So it will initially look like: if ($feature.projphase == 'PreDesign') {
return 'background-color:#1987bb'
}
return 'background-color:#DDDDDD' And you want it to look like: if ($feature.projphase == 'PreDesign') {
return '#1987bb'
}
return '#DDDDDD' Repeat this for the Design, Construction, and Closeout expressions. This should get the pop-up back to what it was originally in the solution and be compatible with the new Map Viewer.
... View more
02-14-2024
12:04 PM
|
1
|
0
|
954
|
|
POST
|
@Rayn, were you editing the web map in the Classic Map Viewer or the New Map Viewer? The existing Crowdsource Reporter app is not compatible with all capabilities in the New Map Viewer and its possible settings applied and saved in the web map could cause this issue. I would recommend using the Classic Map Viewer to make any changes to the web map.
... View more
02-08-2024
01:09 PM
|
0
|
0
|
2468
|
| 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
|