|
POST
|
We only built and support the tools on the long term Utility Network releases(ArcGIS Pro 3.1/3.3/3.5). There could be issues on ArcGIS Pro 3.4 since we do not test it. Can you post the error message?
... View more
08-09-2025
03:35 AM
|
0
|
2
|
1986
|
|
POST
|
We do not have a timeframe yet, but hope soon. In evaluating the proper fix, it is taking a little deeper dev effort than we initially thought. I will post an update when we have a firmer date.
... View more
08-07-2025
09:09 AM
|
1
|
3
|
3242
|
|
POST
|
It should be, they where first included in 3.4. Try here - or here
... View more
08-01-2025
09:17 AM
|
1
|
1
|
1786
|
|
POST
|
You can set up #1 using a templated AR - https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/template-attribute-rules.htm For number #2, I would suggest using a database sequence(also in the templated rule), and not rely on querying for a pole, that could lead to a racing condition and duplicate ids.
... View more
08-01-2025
04:58 AM
|
1
|
3
|
1818
|
|
POST
|
I believe the Attribute Rules are returned in the QueryDataElement call(https://developers.arcgis.com/rest/services-reference/enterprise/query-data-elements-feature-service/) Let us know what you find out with support
... View more
07-30-2025
03:41 AM
|
0
|
0
|
2005
|
|
POST
|
Not sure what is going on, but calling Count and then First is bad for performance. Just call First and if there is a result, do something, if not, exit/continue. Any chance you could share a repo GDB, it is hard to trouble shoot what is going on.
... View more
07-29-2025
04:08 PM
|
0
|
0
|
1588
|
|
POST
|
Attribute Rules always get called in the database, regardless of client. I would start by inspecting the Service Logs on Debug Mode. Also, how are you verifying the rule was not fired? Did you refresh or requery the row? When a service edit is made and that edit affects other fields or other rows, it returns a ReturnEdit payload. ArcGIS Pro knows about this payload and makes the appropriate updates to the affected features. Some webapps may not honor this ReturnEdit payload, so if you AR edits other fields or other features, they are not refreshed and will be out of sync with the edits from the AR, so a manual refresh is required.
... View more
07-23-2025
04:49 AM
|
0
|
2
|
2047
|
|
POST
|
Could you use $OriginalFeature and if the parent key changes, query the old parent feature and update it?
... View more
07-11-2025
08:15 AM
|
0
|
2
|
1801
|
|
POST
|
Are you using the Add Related Feature in pro? There is an order of events that the insert rule finishes before related feature gets the parent guid. So the relationship does not exist during the insert event.
... View more
07-10-2025
10:25 AM
|
0
|
4
|
1815
|
|
POST
|
Two bugs here, we will release an updated to the untools soon to resolve them - V5, we are just hard blocking this and need to lift that block, no workaround at the moment - V6, if an asset package was created with a newer UN, it has items from that UN. When we are creating a v6 UN with the asset package tools, it first assumes the target is the current UN and believes there is a FLOWDIRECTION field in the target classes. We attempt to apply the field alias from the asset package to this field and it fails, as the field does not exist in the target. Workaround is to delete the FLOWDIRECTION field from the domain and structure line and edgeobject classes in the Asset package.
... View more
07-09-2025
02:23 PM
|
1
|
6
|
3468
|
|
POST
|
What are you trying to achieve? If you want your subnetline to have geometry, you must update your subnetwork definition to include distribution mains. You are only aggregating transmission mains now. The Subnetwork Aggregator will not change your subnetline, it will create a new output GDB. Also, the Subnetwork Aggregator should be showing a dropdown if it finds the trace configurations, like this: I am not sure why it is not. You need both the SubnetworkOverride tag and another tag to display.
... View more
07-08-2025
02:09 AM
|
0
|
0
|
4386
|
|
POST
|
You can always find the most current versions of USDM here - https://github.com/Esri/Utility-Data-Management-Support-Tools Your subnetline line row is probably correct, it looks like there are no transmission mains in that subnetwork and you are probably only aggregator those.
... View more
07-07-2025
01:06 PM
|
0
|
2
|
4411
|
|
POST
|
Post your code as a code snippet using JS as formatter. Will make it easier to provide feedback
... View more
06-27-2025
07:53 AM
|
0
|
0
|
924
|
|
POST
|
Filtered_table is a featureset(think feature class). You need to call First to get first record or loop over it.
... View more
06-26-2025
01:09 PM
|
0
|
0
|
956
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 4 weeks ago | |
| 1 | 06-26-2026 09:15 AM | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM | |
| 2 | 05-27-2026 08:28 AM |
| Online Status |
Online
|
| Date Last Visited |
Friday
|