POST
|
Also check out this blog post from my colleague Maxwell Debella.
... View more
07-17-2025
08:47 AM
|
1
|
0
|
283
|
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
|
249
|
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
|
164
|
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
|
544
|
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
|
554
|
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
|
515
|
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
|
747
|
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
|
359
|
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
|
0
|
1
|
399
|
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
|
1934
|
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
|
1319
|
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
|
528
|
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
|
538
|
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
|
1151
|
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
|
2319
|
Title | Kudos | Posted |
---|---|---|
1 | 07-17-2025 08:47 AM | |
1 | 08-12-2022 01:35 PM | |
1 | 06-28-2018 04:25 PM | |
1 | 07-19-2019 03:10 PM | |
1 | 05-29-2024 12:07 PM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|