|
IDEA
|
@PierreloupDucroix We've made the internal changes necessary to support this, and are beginning the work to roll this change out to web and mobile applications. Unfortunately, this was implemented too late to make it for Web Editor 12.1, but it should certainly make it for 12.3 (the next network management release) --Rich
... View more
02-11-2026
07:30 AM
|
0
|
0
|
710
|
|
POST
|
@SebastianKrings wrote: gotcha Maybe the doc should be extended by a sample showing the different means of multiple features within one "edit"-object and multiple "edit"-objects within the "edits"-array Agreed! Not sure if we'll have time to get it into the 5.0 docs, but we added it to our task list. --Rich Maybe the doc should be extended by a sample showing the different means of multiple features within one "edit"-object and multiple "edit"-objects within the "edits"-array
... View more
01-29-2026
09:34 AM
|
2
|
0
|
393
|
|
POST
|
Another solution that does not rely on the Subnetwork Name field being properly updated is to use the Utility Network Trace Widget in Experience Builder. To do this, you would define a trace configuration in ArcGIS Pro that does a subnetwork trace- use the setting for include structures, and an output filter to define which asset types you want to include. Once you've gotten the trace working in Pro, add it to your web map and then it would be accessible from inside Experience Builder. --Rich
... View more
01-28-2026
08:20 AM
|
2
|
0
|
472
|
|
POST
|
Thanks @HusseinNasser2 that is super helpful and should solve the problem! @SebastianKrings , I checked with the developer who wrote `featureService.applyEdits` and we were able to confirm that if you pass three separate edits into the JavaScript routine, it should generate a REST call like Hussein specifies above. I hope this helps! --Rich
... View more
01-26-2026
04:14 PM
|
0
|
0
|
1603
|
|
POST
|
Thank you for the quick response. The REST request looks fine to me, and suggests maybe there is a problem on the server. I'm going to try to reproduce it on my end, and will get back to you here. If I cannot reproduce it, I'll probably need you to submit something to technical support. ("Exclude from application evaluation" controls whether or not Pro or Native Maps SDK applications will try to revaluate the rule on the client before sending it to the server. JavaScript never does this, so changing this setting has no impact on a JavaScript client) --Rich
... View more
01-26-2026
08:10 AM
|
0
|
0
|
444
|
|
POST
|
Hi Sebastian, Would it be possible to post the REST request that is generated from the `featureService.applyEdits` call? (Using debug tools, fiddler, etc.). That would let us see if the problem is occurring client or server side. Thanks! --Rich
... View more
01-25-2026
04:06 PM
|
0
|
8
|
1631
|
|
POST
|
Joshua, The utility network is z-aware. This means that if two features share the same X,Y coordinates but not Z, they won't connect to one another. Many customers collect data in 3D, but usually the bulk of their editing is done in 2D, with 3D being used as another way to visualize the data.
... View more
12-11-2025
03:12 PM
|
0
|
0
|
448
|
|
POST
|
When you publish a utility network to a feature service, you need to include the *entire* utility network. If you put both domain networks (water, electric) in a single utility network, that entire utility network is included in the feature service. You can only set permissions on the feature service as a whole. If you split them up into two utility networks, you would publish them as two services, and could set different permissions on each one. Another consideration is if you want to share the structure network between domains. While you don't often see water pipes attached to poles, they may share trenches or other facilities.
... View more
12-10-2025
09:15 AM
|
1
|
1
|
1617
|
|
POST
|
I would base it on the structure of your organization. If one GIS group serves both water and electric, then putting them in a single utility network makes sense. If most of your users are using water or electric, and you want different permissions for each domain (e.g., water GIS users can view electric, but not edit) , then it might make sense to split them up.
... View more
12-10-2025
08:23 AM
|
0
|
3
|
1627
|
|
POST
|
An Enterprise geodatabase would also give you access to versioning. This could be useful if you wanted to perform any analysis on proposed network changes without impacting the system of record in default. If you decide to stay with a local database, you might want to consider using a mobile geodatabase instead of a file geodatabase. Don't let the name fool you- it's just a geodatabase stored using SQLite. I've found them to be faster than file geodatabases.
... View more
11-30-2025
12:23 PM
|
2
|
0
|
601
|
|
IDEA
|
Actually, there's not much research required on the JavaScript side. `FeatureService.applyEdits` returns `ServiceEditResults`. The `SplitResults` inside of that includes the ObjectID of the feature that you split, as well as the Object IDs of the original feature and the new feature created. This should be what you need to identify the new feature that is created. Let me know if you have any questions, --Rich
... View more
11-26-2025
09:53 AM
|
0
|
0
|
1387
|
|
POST
|
Not sure if this is a possibility for your organization, but you could also use your ArcGIS Enterprise feature service with Field Maps. This would require a VPN or other software on your devices to be able to connect to ArcGIS Enterprise.
... View more
11-26-2025
09:46 AM
|
0
|
0
|
990
|
|
IDEA
|
Hi Jens, Could you please move this to the JavaScript API ideas page? If you go to the Post options, there's an option to move the idea. More people on the JSAPI team will see it if you move it there- it's currently defined as a Pro SDK suggestion. --Rich p.s. Of course, I will begin researching this.
... View more
11-26-2025
09:42 AM
|
0
|
0
|
1389
|
|
POST
|
Also check out this blog post from my colleague Maxwell Debella.
... View more
07-17-2025
08:47 AM
|
1
|
0
|
1369
|
|
POST
|
Not off-hand. Have you tried the suggestion I made above? Create an association in Pro between the same two features and capture the applyEdits call with fiddler. How does it compare to the call that you are making manually? I hope this helps, --Rich
... View more
06-13-2025
07:16 AM
|
0
|
0
|
1514
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-13-2024 11:22 AM | |
| 2 | 01-29-2026 09:34 AM | |
| 2 | 01-28-2026 08:20 AM | |
| 1 | 12-10-2025 09:15 AM | |
| 2 | 11-30-2025 12:23 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|