|
POST
|
Hi @BillHeigh, For this widget to work as expected, please make sure the layers you have selected in the "Define Layer(s) to Update" tab have common field names. Only common fields from the layers you've selected will be listed in the "Define Field(s) to Update". You can then select the fields you would like to batch update from there and save the configuration. The widget configuration cannot be saved if no layers were selected and no fields were selected. If you select only one layer to update, the fields should be listed as well. Regards, Alix
... View more
01-04-2021
09:27 AM
|
2
|
3
|
5135
|
|
POST
|
Hi @CMcDonald , There is currently no option to configure and filter which editing templates are listed in the Smart Editor. The only option that comes to mind based on what you've described could be to use Preset Attribute Actions in the Smart Editor configuration against Hosted Feature Layer Views. You could try to: 1. Setup editable Hosted Feature Layer Views (https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm) from your source hosted layer; one named "1, Null" and the other "2, Null". 2. Configure a filter against each of these hosted layer views in the visualization tab to only display the features for "1, Null" or "2, Null". 3. Add these to your application's web map. 4. In your web app, add and configure the Smart Editor widget, and make sure your 2 views are editable in the widget. 5. In the Smart Editor widget configuration, Attribute Actions tab, go to Preset section. 6. Add a new preset group, and set the preset value of "1, Null" against the field in your "1, Null" feature layer view. You can optionally hide these presets from the editor by checking the related checkbox. Repeat for "2, Null" with a new preset group. You should now have two Presets, one against each of your feature layer views. 7. Save the configuration. Now, if you create a feature from the "1, Null" layer, the value "1, Null" will be written automatically into the field. Quick similar example below - Risk 1 and Risk 2 layers are hosted feature layer views created from the Hosted_Layer_Example layer. The Preset values Risk 1 and Risk 2 are assigned to the features in layer views Risk 1 and Risk 2 respectively. Hopefully this helps with your project! Regards, Alix
... View more
12-23-2020
09:46 AM
|
0
|
2
|
2174
|
|
POST
|
The download ability is currently only available in the Developer Edition, but this is under consideration for ArcGIS Online / Portal editions.
... View more
12-18-2020
01:39 PM
|
1
|
0
|
4142
|
|
POST
|
Hi Allyson, The yellow tabs (SourceSchema, TargetSchema, SourceSubtypes, TargetSubtypes) in the workbooks are for your reference only - for you to look at and help you better understand the source and target schemas of your data models. Also, the source field options you get in the dropdown (Expression column, in the Mappin tab) come from the SourceSchema sheet - so if you remove a field from that sheet, it will not be reflected in the dropdown anymore, but it can still be used to load data. Changes you make in these yellow tabs will not affect/impact the results of your data load. If you make changes to your source or target datasets, you will need to make the related changes in the Mapping tab and the blue tabs to reflect these changes. So to answer your question "If a field has been added to the UN data model and that field has values in the source data, it does NOT need to be mapped in the mapping tab? even just !Latitude! to the new latitude field?" - Yes you can add that new field in the mapping tab, in the TargetField column, and assign the source field in the Expression column. When making changes to your data models after having already generated the workbooks, the recommended approach is to run the Create Data Loading Workspace tool again, against your modified source and target datasets, and create a new separate Data Loading Workspace that you can use to compare the changes and implement them in your workbooks.
... View more
12-18-2020
12:45 PM
|
2
|
0
|
2332
|
|
POST
|
Experience Builder is available in Portal and is also available as a developer edition, so you should be able to host it in the same way as you were with Web AppBuilder.
... View more
12-17-2020
08:04 AM
|
0
|
2
|
4154
|
|
BLOG
|
@AllysonReynolds I'm glad to hear these help! I'm currently working on the advanced mapping video, which will provide some examples for using Python scripts in the Excel workbooks. It should be available in the beginning of January. Also, please feel free to share any questions you may have!
... View more
12-14-2020
12:21 PM
|
2
|
0
|
7308
|
|
POST
|
Hi, The option to close the widget on save will not be added at this stage - the Smart Editor widget is meant to be used as a focused editing tool and we are only planning new capabilities for the next generation editor in Experience Builder. However, some configuration options available in the General Settings, including "Remove feature from selection on save", will return to the main widget pain after a feature is saved. The (X) at the top of the widget panel, available with most Web AppBuilder themes, will close the widget. Otherwise, if your workflow mainly requires the public to create new point features and view them on a map, I suggest exploring the option of creating a simple app with a form in Experience Builder. The builder allows you to add an existing survey from Survey123 or to create a new one, and you can also add your web map to the side that reflects the points layer with the points being collected in the survey. This may require a little more configuration time from your end, but may be more user-friendly based on your user's needs?
... View more
12-14-2020
11:38 AM
|
0
|
4
|
4171
|
|
POST
|
Hello! There is currently no option provided to "close" or "disable" the widget on save. Please are you able to provide more details on your use case and why you would need this specific capability? Thank you!
... View more
12-11-2020
03:13 PM
|
0
|
8
|
4184
|
|
IDEA
|
Hi Kathryn, Thank you for the details! There are a couple of approaches that come to my mind based on my understanding: you would like to add coordinates attributes to fields in existing features where that coordinates information is missing. If I did not grasp this right, my suggestions probably won't be useful... so hopefully, this is on track! Option 1: ArcGIS Pro - You could access your service in ArcGIS Pro and run the Calculate Geometry geoprocessing tool against the coordinate fields you need to populate. In the tool, you will get some coordinates format options. If you don't want to overwrite existing attributes, make sure to select the features where the attribute is Null before running the tool. Be careful, this will edit your service data directly. Option 2: ArcGIS Online - Access the item details page for the feature layer you've published and go to the Data tab. In the table, click the field column you need to update and select Calculate. Choose Arcade - if you have Sync enabled on that layer, you won't be able to choose Arcade. Option 3: Smart Editor widget in Web AppBuilder - This option would be in the hands of your end-user and more in line with what you described as "the engineer could just click a button to fill the coordinate fields". In the widget configuration, make sure you've configured a Coordinate Attribute Action against the field you need to populate with coordinate attributes. Then, in the General Settings, enable the option "Show Attribute Actions update button". If you need the coordinate attributes to also update when the feature geometry is updated, also enable " Automatically call Attribute Actions after geometry update". Make sure the Smart Editor is set to open when the app loads (one less click for them, I would suggest). When the engineer will click an existing feature, if the attributes are missing, they may click the "Update dynamic feature attributes" button as shown below to trigger the Coordinate Attribute action. If " Automatically call Attribute Actions after geometry update" was enabled in the configuration, they could also simply move the point slightly to get the values or they would have to double-click the "Update dynamic feature attributes" button.
... View more
12-10-2020
09:39 AM
|
0
|
0
|
4642
|
|
IDEA
|
This capability is available in the General Settings of the Smart Editor widget configuration and is aligned with the capability provided in the Edit widget.
... View more
12-09-2020
09:05 AM
|
0
|
0
|
766
|
|
IDEA
|
Hi Kathryn, Thank you for sharing this idea! Please would you be able to describe more on how you would like to use this widget? What is the problem you are trying to solve? Please provide as many details as possible on your use case so we can consider this capability in future development. Thank you! 🙂
... View more
12-04-2020
01:22 PM
|
0
|
0
|
4706
|
|
POST
|
Hi Jose, Are you trying to make sure a job number will not be duplicated for a new job (in other words, only allow for unique values), or are you trying to find a way to use existing job number values to link other features to a project using the job number as a key (re-use the existing job number value for other features)?
... View more
12-02-2020
11:40 AM
|
0
|
0
|
1428
|
|
POST
|
Hi Craig, We would recommend as you've mentioned, the approach to start prototyping with a File Geodatabase until you are satisfied with the data load results in your prototype.
... View more
11-25-2020
08:50 AM
|
0
|
0
|
991
|
|
POST
|
Hi Jose, Based on your question it seems you may be able to use the option to only allow for unique values in your field? Please would you be able to provide some screenshots and more details on what you are trying to do?
... View more
11-24-2020
01:35 PM
|
0
|
2
|
1467
|
|
POST
|
What's New in the Data Loading Tools (September 2020) Discover the new predictive and predefined mapping capabilities in the latest release of the Data Loading Tools.
... View more
11-13-2020
03:51 PM
|
2
|
1
|
2068
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-07-2024 06:50 AM | |
| 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 |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|