|
POST
|
Additional question @bbollin When using Update Data with Hosted features classes, do they need to have the same structure (fields)? My source a sde feature class has less fields that the hosted feature class. Using the append from ArcGIS Pro did not work because it says that the schemas do not match. I tried also to create a view with all common fields , but it fails too. Thanks
... View more
05-06-2024
01:23 PM
|
0
|
3
|
2955
|
|
POST
|
Hello everyone, How do you recommend to run periodical backups from a hosted feature layer ? Several layers are editing a group of layers and we need to make backups. Thanks
... View more
05-06-2024
08:49 AM
|
0
|
6
|
3043
|
|
POST
|
ArcGIS Pro 3.1 Upsert datasets using the Append tool Blog (esri.com)
... View more
05-03-2024
01:03 PM
|
0
|
5
|
3009
|
|
POST
|
Thank you @bbollin . Can I run a "Add and update features" directly from ArcGIS Pro?
... View more
05-03-2024
10:17 AM
|
0
|
6
|
3021
|
|
POST
|
Good morrning, I created a Feature Layer (hosted, view) to restrict the fields that can be updated in hosted feature layer. But when I overwrite the feature hosted layer, the fields for the Feature Layer (hosted, view) do not show in a combo box, the list of domain values associated with the field. Is there a way to refresh the view? Do I have to delete and recreated the view each time the hosted feature layer gets updated? Thanks
... View more
05-03-2024
05:41 AM
|
0
|
8
|
3085
|
|
POST
|
Good afternoon, How can I process an Micrsoft Excel file with several tabs. Each tab represents a department, and inside the tab the structure is similar, but not identical, some tabs have more columns than others. Thanks
... View more
04-19-2024
12:11 PM
|
0
|
5
|
6754
|
|
POST
|
Good afternoon I am looking for samples of Wokflow Manager Design Diagrams that show how to work in a versioned environment: as a power editor. Power editors create versions, edit, and post/reconcile as a standard editor with a QA/QV reviewer Other workflows when editing Thanks
... View more
03-01-2024
11:02 AM
|
0
|
0
|
650
|
|
POST
|
Thank you @GeeteshSingh07 This is how I did it: # Get FeatureLayerCollection myCollection= signInObject.GIS.content.get('#######') # Obtain feature layer from FeatureLayerCollection featureLayer = myCollection.layers[0] # Query a Feature Layer to get a Feature Set feature_set = featureLayer.query(where="1=1") # Assign a variable to the list of features in the Feature Set feature_list = feature_set.features # Count records print(len(feature_list)) Thank you
... View more
03-01-2024
05:16 AM
|
1
|
0
|
2171
|
|
POST
|
Thank you @Scott_Harris Unchecking "Enforce attribute validation" worked. Thanks
... View more
02-29-2024
05:09 AM
|
1
|
0
|
2280
|
|
POST
|
Hi @JakeSkinner @BlakeTerhune Is there a way to call a geoprocessing Python tool from the Popup Window that will open File Explorer. Folder passed as parameter. import os path = "\\\\server\\folder\\project" path = os.path.realpath(path) os.startfile(path)
... View more
02-26-2024
11:23 AM
|
0
|
1
|
1537
|
|
POST
|
Good morning, Is there a way to open an Hyperlink field? May be using Experience Builder? All documents related to a project are stored in the corresponding folder: server/storage folder/project number. For example, all documents related to project 100 will be stored in folder: \\server\project\100 then in the FC for project 100 there is a field called DocPath with the value: file:///\\<server>\<project>\<project number> This is a hyperlink field, so it can be clicked in ArcGIS Pro and it opens the specific folder. In a WebMap it does not work. How can I do the same thing in Agis Portal/ AGOL? Thanks
... View more
02-26-2024
05:40 AM
|
0
|
4
|
1615
|
|
POST
|
Good afternoon, I did an overwrite of a web layer, the FC does not have the tracking fields populated, but when I publish it in AGOL, the Hosted layer has all tracking fields populated with my UserId and current date. Is there a way to keep the tracking fields empty when publishing or overwriting an layer in AGOL? Thanks
... View more
02-14-2024
10:48 AM
|
0
|
0
|
557
|
|
POST
|
Good afternoon, Is there an Esri solution/application related to Critical Event Management, that allows to notify a group of employees, users, customers, etc. The goal is to notify by mail, text message, phone call, etc, a group of people, property owners, or facilities, querying a point layer with geocoded addresses. Thank you.
... View more
02-14-2024
10:33 AM
|
0
|
2
|
966
|
|
POST
|
Good afternoon everyone, I published a new hosted feature class to AGOL with ArcGIS Pro. When I create a Notebook in ArcGIS Pro and try to get the hosted feature class with the code below, I get an error message. from arcgis.gis import GIS from arcgis.features import FeatureLayerCollection gis = GIS() item = gis.content.get("1b17cac40e0c4af69c1d2e43c7bb7b29") and I get the following error message: Error Message: Exception: You do not have permissions to access this resource or perform this operation. (Error Code: 403) How can I fix that? Thanks.
... View more
01-11-2024
12:10 PM
|
0
|
2
|
1419
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM | |
| 1 | 08-05-2025 04:33 AM |
| Online Status |
Online
|
| Date Last Visited |
Wednesday
|