POST
|
I took a look, it does work for existing features that are taken offline. The count does not update as attachments are added or removed. It only returns the count of existing attachments when one starts editing the feature. I also noticed It is not working for new features that are created whether online or offline. I see an error using the MapViewer while connected for calculating a field equal to Count(attachment($feature)) Potentially in the feature creation process the "attachment info" is not fully there until the new feature edit is finished? One difference, MapViewer will let you create the feature (submit), when there is an Arcade error. Field maps will not let you submit the feature with this error. If you can log an issue with Tech Support for this, it will help. thanks, Mark
... View more
a week ago
|
1
|
1
|
102
|
POST
|
If you would like to go the HTML route using an Arcade popup element. This maps popup configuration shows a way of using Arcade to generate the HTML. Some things to note: 1. The URL access to feature attachments only works if the service is publicly accessible (shared with everyone). Privately accessible attachments require a token in the URL and currently there is not a good way to provide a token (its a security thing). 2. The Title and various text are using specific field names this is in the 'arcade html' as $feature.fieldname 3. when creating the html it should all be inside a <div> <-- this just works best. 4. If you have multiple image attachments they are stacked in the popup.
... View more
06-16-2025
11:14 AM
|
1
|
0
|
199
|
DOC
|
Have you tried setting a refresh interval on the view layer? On the visualization tab of the view layer item, you can set a refresh interval. This refresh should be honored anywhere that you use the view layer directly. If you also set a refresh interval for the layer in a Map, that interval will override the one that is set on the layer.
... View more
05-14-2025
07:32 AM
|
0
|
0
|
609
|
DOC
|
Oh and some other things to note... if you copy the json from this post.. it adds extra characters that will cause an error. (maybe that is what the JSONLint is about.) also, the input dialog defaults to HTML, set it to JSON.
... View more
05-07-2025
08:26 AM
|
0
|
0
|
723
|
POST
|
@NicoleJohnson @elpinguino Yes, it can be done with a view layer. I was going to reference that same post that you posted Nicole.
... View more
05-07-2025
08:15 AM
|
1
|
0
|
399
|
DOC
|
Slight update to above description. For ArcGIS online at Step 4 you can click the Admin link on the service directories page. Then continue with updating the layer definition.
... View more
05-07-2025
08:13 AM
|
0
|
0
|
728
|
POST
|
The Outdoor basemap uses a Multisource vector tile style. (this blog describes what they are). As you have discovered Multisource vector tiles are not useable offline. The offline tooling does not take them offline correctly and even if it did, there is no implementation in the Maps SDK to draw them. I responded to a similar inquiry last year https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-multi-source-basemaps-support/m-p/1499054 As I stated in the referenced post we have not heard significant requests from the Esri community with regard to prioritizing the work to implement an offline solution for multisource vector tile styles.
... View more
05-06-2025
12:15 PM
|
1
|
0
|
322
|
IDEA
|
Maybe the Frequency Tool would be of use? Frequency can give you a table with all the unique values and the the counts, but if you need the table to look the way you pictured it, some extra table manipulation is going to be required.
... View more
04-29-2025
08:58 AM
|
0
|
0
|
250
|
POST
|
Unfortunately, the fix for this had to be rolled out due to other complications. The form information is not being copied over at this time. Hopefully this will be straightened out for the next release. Using ArcGIS Assistant you can edit the layer's json and manually copy the forminfo from the source layer to the new layer.
... View more
04-21-2025
08:58 AM
|
0
|
0
|
183
|
POST
|
both work, new and updating existing. I have shared my test map public for the moment, if you would like to take a look https://www.arcgis.com/home/item.html?id=94c10beba7fb4a87b3cebed1750355c0
... View more
04-04-2025
07:53 AM
|
0
|
1
|
498
|
POST
|
just occurred to me I did make one other change, The variable name 'distance', I modified to distance1 , apologies for omitting that bit. you should see that as an error when authoring the form.
... View more
04-04-2025
07:24 AM
|
0
|
1
|
503
|
POST
|
I tried your script, it works. I just changed the creek layer name and the field name to match my test data. Yes, it will be null if your point features does not exist, but with features in the hosted feature service, it works.
... View more
04-04-2025
06:58 AM
|
0
|
6
|
510
|
POST
|
Unfortunately, the change to maintain the layer definition exposed other issues with portal item information that were not realized during testing. Since, it breaks some workflows for view layers, in particular, the team decided to roll back the changes and work on a complete fix for a future release.
... View more
03-26-2025
06:24 AM
|
0
|
0
|
208
|
POST
|
Yes, there are Esri basemap for that purpose. This one for example. https://runtimecoretest.maps.arcgis.com/home/item.html?id=3175cf5b9e9f47f284c7b7d3c8d5b387 Here is a sample that shows how to generate an offline map. https://developers.arcgis.com/qt/cpp/sample-code/generate-offline-map/ This sample which shows the use of overrides shows how to get the desired level of detail. https://developers.arcgis.com/qt/cpp/sample-code/generate-offline-map-overrides/ If you don't actually need map features... just a super lightweight gray background of world extent, I created these in ArcGIS Pro that you can use. They are just 'gray boxes' at world extent (Web Mercator WGS84 auxillary sphere) in .tpkx and .vtpk format. https://www.arcgis.com/home/item.html?id=2d1bcf22fbb84f53ba16c9305108c4df https://www.arcgis.com/home/item.html?id=8ef1a7377bd343e2b97f53f3d50d1a36
... View more
03-20-2025
08:27 AM
|
2
|
1
|
415
|
Title | Kudos | Posted |
---|---|---|
1 | a week ago | |
1 | 06-16-2025 11:14 AM | |
1 | 05-07-2025 08:15 AM | |
1 | 05-06-2025 12:15 PM | |
2 | 03-20-2025 08:27 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|