|
POST
|
Not really. Now if you call startEditing on the VersionManagementService object, you can call undo and redo as much as you want. But once you call stopEditing, the edits are burned into the database. --Rich
... View more
06-10-2025
08:17 AM
|
0
|
0
|
582
|
|
POST
|
That should work. I don't think you can mix versioned and non-versioned feature classes in the same feature service, but creating a second non-versioned feature service should work fine.
... View more
04-03-2025
09:50 AM
|
0
|
0
|
2528
|
|
POST
|
I want to add one more comment about this workflow. Starting at 11.3, licensing around this functionality has changed. You will now be able to download utility network features, including the network, and trace without needing the Utility Network user type extension. This includes one-way sync from Enterprise to your device with a read-only feature service. (You'll also be able to trace directly against the feature service via web apps or Native Maps SDK apps) The flip side is that editing any branch-versioned feature service, with or without a utility network (read: including simple features) will require the Advanced Editing user type extension.
... View more
04-03-2025
09:14 AM
|
0
|
2
|
2538
|
|
POST
|
@gis_KIWI4 is correct, you should use the applyEdits REST endpoint (on the feature service) to add associations. If you're making the same kind of edits repeatedly, you might try making that edit in ArcGIS Pro while using fiddler to capture the REST call. This could help give you a head start in figuring out how to insert the row. Depending on the application, you might consider using the Pro SDK (in a CoreHost app), or an app using the Maps SDK for JavaScript. Both have routines to add and delete associations.
... View more
02-09-2025
02:16 PM
|
0
|
2
|
1779
|
|
POST
|
The closest equivalent in the Pro SDK is to do the following: 1. Use the DDL routines to remove indices from the table 2. Add data using an Insert Cursor 3. Use the DDL routines to re-add indices to the table You could also use python/geoprocessing with the Append tool. I hope this helps, --Rich
... View more
01-03-2025
12:12 PM
|
0
|
0
|
2438
|
|
POST
|
Happy New Year, Ed! I'd recommend using the CreateRowBuffer(Subtype) overload; this should set all fields to their default values, even the non-user editable ones. I hope this helps, --Rich
... View more
01-03-2025
09:37 AM
|
0
|
1
|
1100
|
|
POST
|
Thanks for the feedback, Justin. We agree that ObjectID is not useful here. Over the next few releases, we'll be transitioning this widget to leverage popup definitions. We're investigating if we can use the popup title that is defined for the layer rather than selecting a field in the trace widget.
--Rich
... View more
12-13-2024
11:22 AM
|
1
|
1
|
1156
|
|
POST
|
At this time, you have to author and publish your web map from ArcGIS Pro. You cannot modify symbology in Map Viewer, but you can author popus on the sub-layers. I'm not the best person t answer Experience Builder questions, unfortunately. --Rich
... View more
05-29-2024
12:07 PM
|
1
|
0
|
3854
|
|
POST
|
Ciao Daniele, No, the DisableControllerInEditOperation works equally well with feature services, file geodatabases, and mobile geodatabases. Are you sure the feature that you are passing to DisableControllerInEditOperation is, in fact, a subnetwork controller? --Rich
... View more
04-12-2024
08:57 AM
|
0
|
1
|
2394
|
|
POST
|
Hi Daniel, This looks like a mistake in our documentation. You should not have to provide the value of nonnullable fields when updating a feature, unless of course you intend to change the value of those fields. I hope this helps, --Rich
... View more
04-03-2024
01:48 PM
|
0
|
0
|
994
|
|
POST
|
I just realized that I never went back and updated this thread. We added support for mobile geodatabases in Pro 3.0, which shipped in June 2022. Instead of using DatabaseConnectionProperties as shown in Kirk's code, you should use the MobileGeodatabaseConnectionPath class. --Rich
... View more
04-03-2024
01:41 PM
|
0
|
0
|
1084
|
|
POST
|
The VersionManagementService class requires ArcGIS Enterprise 11.2. For earlier versions of ArcGIS Enterprise, you have to call the reconcile REST endpoint directly.
... View more
03-29-2024
07:54 AM
|
1
|
0
|
2159
|
|
POST
|
PierreloupDucroix, Again, it depends a bit on what version of ArcGIS Enterprise you are using, and plan to use. We're adding subtype group layer support with each new version- the goal is to have parity with ArcMap across the platform (web, field, desktop). That said, functionality is evolving at a different rate across these three, and if what you need isn't available on one of those platforms, you might have to revert to using regular feature layers. I hope this helps, --Rich
... View more
02-01-2024
04:15 PM
|
0
|
1
|
4239
|
|
POST
|
It depends a bit on what version of Enterprise you are using and when you think you will upgrade to 11.3 (forthcoming later this year). We added a lot of Subtype Group Layer support to the Map Viewer in 11.2 (not a Network Management release) and 11.3. The definition query strategy you outlined above will certainly make multiple queries, and is the main reason we added subtype group layers to the platform. If you ever want to take utility network data offline, sync only works if you have a maximum of one layer per feature class; that's another reason to use Subtype Group Layers. If you're using an older version of ArcGIS Enterprise and want to use Map Viewer, you are right that subtype group layers are unfortunately not a good solution. --Rich
... View more
01-30-2024
02:39 PM
|
0
|
2
|
4362
|
|
POST
|
@DasheEbra , Have you edited the config.js file on your Portal machine has documented in this blog post (in the section titled "How to configure the utility network's offline capability")? --Rich
... View more
11-20-2023
09:48 AM
|
0
|
0
|
1846
|
| 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
|