|
IDEA
|
Hi @berniejconnors ! An Elevation Profile widget is now provided in Experience Builder instead, please see the December updates: ArcGIS Experience Builder December 2021 Updates - YouTube
... View more
01-21-2022
10:00 AM
|
0
|
0
|
2953
|
|
POST
|
@AaronNash__GISP There may be one more hands-on workaround if you are willing to modify the code in the dev edition 2.23. The field tied to the unique index you have identified above would need to be skipped in the code. The change would need to be made in the Widget.js file in the section starting on line 8709, in the custom widget you will be importing to your Portal.
... View more
01-19-2022
01:06 PM
|
0
|
0
|
6719
|
|
POST
|
I am not sure what the downstream issues of deleting the spatial index in SQL will be, but it is not recommended. Perhaps it would be better to resolve the issue from the Smart Editor's widget end? I have a similar case example below, where I am editing a service with versioned data. As you can see the issue should be resolved in the latest version of the widget if you use the widget from the developer edition 2.23, while it is still present in Portal 10.9.1. You can add it to your portal as a custom widget: Add custom widgets—ArcGIS Web AppBuilder | Documentation for ArcGIS Enterprise If the issue is still present with the latest version of the widget against your versioned service, then we would need to take a closer look at your data schema to better understand what is causing it. If that is the case please contact Esri Support so they can help narrow down the source of the issue. Thank you!
... View more
01-19-2022
08:23 AM
|
0
|
0
|
1845
|
|
POST
|
The logic varies based on your feature geometries and if there are unique value fields in your target layer (the layer you are copying the selected feature-s into). If your target layer has a field that only allows for unique values, then you will only be able to create one feature at the time. In the case of a target point layer, since multi-part features cannot be created, you will be prompted to select only one feature. Multi-part features are only allowed for line and polygon layers. This is a known limitation for the copy capability. For example below, the target is a points layer with a unique values field: In the case of a target line or polygon layer (in your case above, it is a line layer - so this is your case), you will be prompted to create one feature or a multi-part feature from multiple features selected. In this case, only the "Create multi-part feature" button is shown if multiple features are selected (multiple checkboxes checked), and if 1 checkbox is checked then the "Create feature" button is shown. For example below the target is line layer with a unique values field: Here's an app with some example cases you can play around with: https://www.arcgis.com/apps/webappviewer/index.html?id=d719bd42e2864cb09d3e7add47e6bac2 Now, if there are no fields in your target layer that only allow for Unique values (excluding the system fields), then what you are seeing could be related to the issue I've mentioned in the comment above and then using the Smart Editor widget from the latest version of the Web AppBuilder Developer Edition 2.23 as a custom widget in your Portal would be a good workaround.
... View more
01-18-2022
03:24 PM
|
0
|
2
|
4948
|
|
POST
|
Thank you @AaronNash__GISP , detailed screenshots help! I need to review some of the logic and get back to you asap.
... View more
01-18-2022
02:23 PM
|
0
|
0
|
4951
|
|
POST
|
Please could you share some screenshots to illustrate what you observe and what you would expect to see?
... View more
01-18-2022
01:46 PM
|
0
|
2
|
4958
|
|
BLOG
|
I am assuming the same would be true if I wanted to add in fields that we need to have which aren't present in the new target schema? @VanessaSimps Yes that is correct.
... View more
01-18-2022
12:40 PM
|
0
|
0
|
5860
|
|
POST
|
Ah yes it is possible this was due to an issue we have fixed in December, which occurs sometimes with services published from ArcGIS Pro. The Smart Editor Widget: A Few Years in Review - Esri Community
... View more
01-18-2022
12:38 PM
|
0
|
4
|
4970
|
|
BLOG
|
Hi @VanessaSimps , you would need to add the value to your target database schema (your asset package), and update the appropriate target workbooks to reflect that change (or recreate all the workbooks). Then you can assign that value as the new default value for your target features either by hard-coding the value for that field or using the lookup-columns as shown here https://youtu.be/c4x_anYd7UY?t=716 Also note that the domain workbooks (found in the Domains folder) are purely for reference and they do not affect how data is loaded.
... View more
01-18-2022
11:49 AM
|
0
|
0
|
5865
|
|
POST
|
Hi @AaronNash__GISP , Usually the Smart Editor will only allow to create multi-part features when copying features if the target layer you are trying to copy these features into has any fields with only "unique" values allowed. Do any of your fields only allow for unique values (other than the system fields like GlobalID and ObjectID) in the target layer?
... View more
01-18-2022
11:14 AM
|
0
|
6
|
4978
|
|
POST
|
Hi @Anonymous User Based on what you need I would recommend using Survey 123 or QuickCapture which will allow you to collect all this information along with the location from the GPS. Go beyond point data in Survey123 (arcgis.com) Use a high-accuracy receiver—ArcGIS QuickCapture | Documentation
... View more
01-14-2022
07:24 AM
|
0
|
0
|
2321
|
|
BLOG
|
Augment Your Data Check out the latest video and learn to configure and use the Smart Editor widget to quickly augment your data from information layers in the map, using the copy and append features functionality and intersection attribute actions. Get Smart About Editing - Augment Your Data - YouTube
... View more
01-12-2022
01:22 PM
|
1
|
0
|
737
|
|
POST
|
Yes, if your external GPS is used to update your mobile device location, the Smart Editor will pickup that device location and can write it into a field if you setup a Coordinate Attribute Actions with My Location. See: https://community.esri.com/t5/arcgis-web-appbuilder-blog/the-smart-editor-widget-a-few-years-in-review/ba-p/1066169#:~:text=ENH-000128795
... View more
12-27-2021
12:58 PM
|
0
|
2
|
2339
|
|
POST
|
Hi all, I think what's happening is that the feature template attribute is missing in your service's JSON and so the values are not coming through, and same issue with the presets. This is a known bug right now. A workaround for this is to update the feature's edit templates in the web map - which should add the template back into the JSON and resolve the issues. For example here is a sample layer where my new field added through Pro is missing in the template attributes (see on the right): In your web map you will need to manage the feature templates for that layer. And then just click "SAVE CHANGES" at the bottom (even if you haven't made any changes in the map). The template will be written into the JSON and the values (defaults and presets) will come through in Smart Editor.
... View more
12-20-2021
02:25 PM
|
0
|
0
|
4735
|
|
POST
|
Vincent, I assume you may've added the new field and its default value through ArcGIS Pro? I think what's happening is that the feature template attribute is missing in your service's JSON and so the values are not coming through, and same issue with the presets. This is a known bug right now. A workaround for this is to update the feature's edit templates in the web map - which should add the template back into the JSON and resolve the issues. For example here is a sample layer where my new field added through Pro is missing in the template attributes (see on the right): In your web map you will need to manage the feature templates for that layer. And then just click "SAVE CHANGES" at the bottom (even if you haven't made any changes in the map). The template will be written into the JSON and the value will come through in Smart Editor.
... View more
12-20-2021
02:22 PM
|
1
|
1
|
2077
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-06-2026 12:48 PM | |
| 1 | 01-08-2026 09:58 AM | |
| 5 | 03-31-2026 01:39 PM | |
| 4 | 03-03-2026 10:00 AM | |
| 1 | 12-05-2025 11:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|