|
POST
|
Other than field calculation, NO, they're called attribute rules and they are only for enterprise. We all want this feature badly.
... View more
a month ago
|
0
|
1
|
291
|
|
POST
|
I have a GP tool that creates a pdf map. My public AGO services will not show up when exported but the NOAA weather station AGO services do show up. I am hosting my GP tool on my portal and referencing the public AGO services. Any reason why some show up and some don't?
... View more
04-02-2026
08:47 AM
|
0
|
0
|
167
|
|
POST
|
I am trying to update my spatial view rings in the service defintion with the script below. It returns Update response:
{'success': True} but the service does not update. What am I missing? itemid = "XXXXXXXXXXXXXXXXXXXXXX"
view_item = gis.content.get(itemid)
view_layer = view_item.layers[0]
new_rings = [
[-107.410893147789, 37.0587069440029],
[-107.735363597039, 37.0894217540605],
[-107.695531014991, 37.0676617431684],
[-107.705664997627, 37.0367398691148],
[-107.789459026389, 37.0351318539168],
[-107.810893147789, 37.0587069440029] # close the ring
]
update_definition = {
"adminLayerInfo": {
"viewLayerDefinition": {
"filter": {
"value": {
"geometry": {
"rings": [new_rings]
}
}
}
}
}
}
update_response = view_layer.manager.update_definition(update_definition)
print("Update response:\n", update_response)
... View more
03-27-2026
06:52 AM
|
0
|
0
|
242
|
|
POST
|
The filter works as expected until I click apply, then the spatial disappears from the map. The attribute table correctly reflects the filter. Possibly only date filters.
... View more
02-26-2026
11:23 AM
|
0
|
6
|
554
|
|
POST
|
I tried to use IN but I am not sure how to add those as a variable in the clause, as you can see it gives you the option of Selected features, then fields, but I don't know what that actually looks like when the variable is generated. In other words, what does {objectid} equal when Selected features is selected?
... View more
02-17-2026
11:54 AM
|
0
|
0
|
155
|
|
POST
|
What is the where clause when you are using 'Selected features' on the input data? When I use queryParameters={"where": "objectid = '{objectid}'" it only shows one item, even when I select mutiple. I would like to use the feature report rest api with multiple selection like the widget below:
... View more
02-17-2026
11:08 AM
|
0
|
2
|
180
|
|
POST
|
It would not work on 25.1.0 but users with iOS 18 where able to get the latest version of Field Maps and it did work. 25.1.0 is the max version on iOS 17.
... View more
02-11-2026
05:13 AM
|
1
|
0
|
644
|
|
POST
|
One view is the placeholder image, the other view is the Image Details widget. Set an action on the map so when you select a feature, it opens the image viewer-view. This will work, but I am not sure what the user experience will be.
... View more
02-10-2026
11:36 AM
|
0
|
0
|
453
|
|
POST
|
Disabling pop-ups in the web map prevents the selection from happening and firing the edit window.
... View more
02-10-2026
09:26 AM
|
1
|
1
|
304
|
|
POST
|
I have an experience with an edit widget. I would like pop-ups on non-editable layers and no pop-ups on items wired to the edit widget. Right now, when users select an editable item both the edit window and pop-up open.
... View more
02-10-2026
09:10 AM
|
0
|
4
|
321
|
|
POST
|
Maybe a view, one the static image, one the dynamic image. When you click on the map an action opens the dynamic view.
... View more
02-10-2026
09:07 AM
|
1
|
3
|
490
|
|
POST
|
This makes sense, I believe you have to do this when updating relationship keys too, you can't just replace the key and save. Thanks.
... View more
02-04-2026
12:31 PM
|
0
|
0
|
283
|
|
POST
|
Seems like when I try and add the new field (that I have added to one of the joined tables) and update lastEditDate to "" it saves successfully. But the view does not get updated with the new column. Is it possible to update the joined view using update definition?
... View more
02-04-2026
06:38 AM
|
0
|
3
|
326
|
|
POST
|
I don't think it works. I will open a ticket with ESRI.
... View more
01-15-2026
09:04 AM
|
0
|
2
|
775
|
|
POST
|
Can you confirm this works? I am not sure if the map and service are shared publicly but when I email this link to myself, I get the same error message (Unable to Open Link The referenceContext Parameter is required.) and not a permissions error. Field maps 25.3.1
... View more
01-13-2026
05:23 AM
|
0
|
0
|
824
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-21-2025 06:21 AM | |
| 1 | 02-11-2026 05:13 AM | |
| 1 | 02-10-2026 09:07 AM | |
| 1 | 02-10-2026 09:26 AM | |
| 1 | 03-28-2025 09:36 AM |