|
POST
|
@B_Thompson This remains an issue for now and the only fix is as stated further above, but we will have it fixed in the next update of Web AppBuilder.
... View more
08-01-2022
07:35 AM
|
0
|
0
|
2389
|
|
POST
|
Hi @KWilliams , The Batch Attribute Editor widget is only available in Web AppBuilder. You can use that same app on a mobile device if needed. Regarding the post you are referring to: Batch Attribute Editor Not Working - Esri Community - we have not found the source of the issue for that case, but it was specific to their data and overwriting the hosted feature layer resolved the issue. Please would you be able to described the issues you are observing on your end with some screenshots? Thank you!
... View more
07-29-2022
12:25 PM
|
0
|
0
|
5280
|
|
POST
|
Hi @BrianDiunizio_GISP thank you for the details! We looked into this and, right now, the widget to widget communications on the Smart Editor's end only listens for selection messages from the Select widget and the Attribute Table widget (this was implemented starting with the Web AppBuilder developer edition 2.20 (see: ENH: Streaming the selection of features to update). So one thing you could do, is load your selections in either the Select or the Attribute widgets, the Smart Editor should pick them up when it loads. Otherwise, you could also look into setting up a feature action in your custom widget, and on execute, start up Smart Editor and execute programmatically instead of needing a click. Create a feature action in your widget—ArcGIS Web AppBuilder | ArcGIS Developers
... View more
07-28-2022
11:03 AM
|
0
|
0
|
3610
|
|
POST
|
Hi @BrianDiunizio_GISP , Please would you be able to clarify all the steps your users are currently doing 1, 2 ,3... ? And also please the steps you would like to provide instead? Some screenshots may be helpful too. Thank you!
... View more
07-26-2022
03:04 PM
|
0
|
2
|
3630
|
|
POST
|
Hi @syafiqFiqq , You will need to update the "supportMultiInstance" property to "true" in the widget manifest.json file of the widget. But please note that you may observe some issues when using both widgets together, as the Smart Editor was not designed to allow multiple instances of the widget.
... View more
07-26-2022
10:50 AM
|
0
|
0
|
819
|
|
POST
|
@YiuTungNicholasTse Could there be any chance that the tracing tool on experience builder supports a 3D utility network? Unfortunately, that is not yet supported.
... View more
07-22-2022
10:24 AM
|
0
|
1
|
3704
|
|
POST
|
Hi @pauline1985 , Based on what you've described, there appears to be 2 possibilities: The location where you are placing a point feature on the map is outside of the extent/area of the geocoder There is no value returned by the geocoder for that location, and so the value written into the attribute field is blank To take a closer look at this issue, please share your app with the geocoder link. You can share this here, or directly in an email to me [email protected]. If that is not possible, please contact Esri Technical Support and they will be able to help troubleshoot this issue.
... View more
07-20-2022
03:15 PM
|
0
|
1
|
1062
|
|
POST
|
@SineKelly17 Actually, there is one more thing you can double-check: Using the ArcGIS Online Assistant https://assistant.esri-ps.com/, looking at your web map's JSON, see the dateFormat for your fields. For example below, a field that displays also the time will have "dateFormat": "shortDateShortTime" Potentially, as a workaround, you could update the JSON here with the dateFormat you need (copy-paste the value from a field that displays properly to make sure your syntax is correct). I have a feeling this bug may be tied to the web map JSON not properly being updated for date formats when it's being updated in the web map pop-up configuration.
... View more
07-19-2022
10:39 AM
|
0
|
0
|
2215
|
|
POST
|
I went ahead and tried hiding the Time for my Date fields too, and it seems to be hidden as expected... Yes, at this point I think working with Technical Support would be most helpful so they can help find a potential workaround and reproduce the issue. Thank you for bringing up this issue @SineKelly17 !
... View more
07-19-2022
10:29 AM
|
0
|
2
|
8580
|
|
IDEA
|
@AllisonGiffin , regarding the statement below: you cannot configure a field to automatically calculate geometry every time a new feature is added or an existing feature's geometry is edited in WAB What geometry attributes are you attempting to calculate? The Smart Editor widget provides some automatic calculations that can also be triggered on feature update. If you are looking for coordinates, setup a Coordinate attribute action. You can set it to use the feature's location or "My Location" (so the user's current device location) to populate these coordinates. Then in the Action Settings, set the attribute actions to also update when the geometry of the feature is updated. There's a video where some of this is demonstrated here (starting around 4min35): https://youtu.be/2LdUvD9B_R4?t=276 Thought I'd mention this just in case it may fit your needs!
... View more
07-19-2022
09:01 AM
|
0
|
0
|
2293
|
|
POST
|
Hi @SineKelly17 , if the Time is disabled for a Date field in the pop-up configuration, the Time dropdown should not be shown in the Smart Editor's attribute form. If it is still displayed, it would be a bug. I've done some testing on my end and I am not seeing issues with the Date/Time editing. Everything seems to reflect my field properties and the pop-up configuration settings I've assigned. Here's an example in ArcGIS Online Web AppBuilder: Is there anything specific about your field? Are you in ArcGIS Online or using an older version of Web AppBuilder (ArcGIS Enterprise Portal / Developer Edition)?
... View more
07-18-2022
10:19 AM
|
0
|
4
|
8594
|
|
POST
|
@YiuTungNicholasTse , when creating the web map, were you able to follow the steps as described in this blog? Configure an Application to Trace a Utility Network (esri.com) - in summary: make sure the utility network features service is added to your map in ArcGIS Pro sign in to your target organization (if not already) share the trace configurations as active for the map and finally share the web map to your target org Note that the utility network feature service should not be shared for public access - a login prompt is required and the user account that logs in needs to have the ArcGIS Utility Network user type extension assigned.
... View more
07-08-2022
07:41 AM
|
1
|
3
|
3768
|
|
POST
|
Hi @YiuTungNicholasTse , The UtilityNetworkTrace widget is provided in the ArcGIS API for JavaScript 4x for developers who want to build custom applications. This same widget is also available in the current Experience Builder developer edition 1.8 (and with some bug fixes in the upcoming 1.9 edition to be released in about 2 weeks).
... View more
07-07-2022
08:34 AM
|
3
|
5
|
3803
|
|
POST
|
Hi @Den-GIS , Thank you for your post. We are not currently able to observe this issue on our end. Please, it would be most helpful if you were able to contact Esri Support. They will help identify all the steps and elements to reproduce the issue so that we can find a workaround and fix in on our end.
... View more
07-05-2022
08:45 AM
|
0
|
0
|
1040
|
|
POST
|
You should also be able to serve that survey123 through an Experience Builder app to allow editing existing features and interacting with a map and other widgets: Survey widget—ArcGIS Experience Builder | Documentation
... View more
06-27-2022
07:26 AM
|
1
|
0
|
1794
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 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
|