Thought I would start a discussion on editing related tables. I am finding this process frustrating as it doesn't appear to be very flexible. I simply want to edit attributes in a related table and not allow any geometry changes. For example, a user selects a parcel and adds/edits a zoning category and rezone number from a related table. I have a parcel layer that has a relationship class with a zoning table (1-M). That part works fine. Editing it in a simple manner is pretty tricky. Here is what I have tried:
Am I missing anything?
Understand. No rush.
Hi Jianxia,
I have completely the same issue like Brett. I can't see any option to add a related record in WAB (no matter if I go via Editor widget or via popup). If I click on pencil button after related table row in pop up while editing, the window with loading symbol appears and gets suck and there is no option to come back but close the pop up window and open it again. I suppose there should be at least a plus and edit buttons.
I tried to edit and add a related record into the same table (same service and webmap) through Collector and there is no problem. I can edit existing and even add a new related record.
This is my FeatureServer service URL: ost/Ji_majetek_test (FeatureServer) . Can you please try to check where is the problem?
Thank you in advance
Jane
Hi Jane,
Thanks for sharing data. I was not able to reproduce the issue with the feature service you provided though. In ArcGIS Online, I created a map with the feature service, then brought the map in Web AppBuilder with Edit widget. It works fine as shown below.
Which browser/version are you using? I use Chrome with the latest version 84.0.4147.89 (Official Build) (64-bit).
I have the exact same issue. I click the edit icon to create a related record and the next window just hangs. No errors in the dev console, portaladmin or server logs. I've tried several hosted feature layers, some created by publishing from ArcGIS Pro, and another created in the Portal using the backflow inspection template.
I'm using ArcGIS Enterprise 10.7.1 in a chrome browser.
Beth-Anne and Brett, could you please contact Esri Support for the related table editing issue in ArcGIS Enterprise and let me know the case number?
Hi Jianxia. I've logged this with support. The case number is 02603929.
Thanks very much.
Thank you! I will follow up.
Hi all, it turns out a known issue. This bug happens after installing Portal for ArcGIS 10.7.1 High Availability Licensing Patch or Portal for ArcGIS 10.7.1 Security 2020 Update 1 Patch. The upcoming Portal for ArcGIS 10.7.1 High Availability and Disaster Recovery Quality Patch would resolve the problem. Sorry for any inconvenience.
Double check the operations for ArcGIS Server service as shown below. The Update Features operation does not include Delete. So we will make enhancement to disable Delete button when Delete Features is disabled but not Update Features. In your case, make sure disable the Delete Feature operation when publishing the service. In this way, Delete button on Edit should not be able to delete the feature.
Layer: Damage to Commercial Buildings (ID: 0)
I would like to add that even if you create a 1:1 relationship class, actually the Edit widget let you add more than 1 child object, despite in the service description the property "cardinality" : "esriRelCardinalityOneToOne" is correctly displayed.
Jianxia Song will this be addressed in the upcoming April release of the smart editor? Thanks