|
POST
|
Hello, Please see screenshot. Using ArcGIS Collector window on laptop. We have staff use this and don't use mobile device. The location is important to them when collect data. Is there other similar app when the collector retired? I checked with ArcGIS fields apps but it is required mobile device. Please kindly advise. Thank you. Alex
... View more
09-21-2021
08:05 AM
|
0
|
4
|
2000
|
|
POST
|
Hello, I am using python notebook on ArcGIS Pro 2.8. Please see script and screenshots. I was able to get data zip file download but unable to extract data zip file. It has FGBD as another zip file inside the zip file folder. Am I missing something?? Please kindly assist as soon as possible. I am not sure which group I can post. Thank you, Alex from arcgis.gis import GIS
# Python Standard Library Modules
from pathlib import Path, PurePath
from zipfile import ZipFile
public_data_item_id = '123'
anon_gis = GIS(username="123", password="123")
data_item = anon_gis.content.get(public_data_item_id)
data_path = Path('C:\123')
if not data_path.exists():
data_path.mkdir()
zip_path = data_path.joinpath('PAData.zip')
extract_path = data_path.joinpath('PADataDatasets')
data_item.download(save_path=data_path)
print (PurePath(zip_path))
... View more
09-01-2021
06:01 AM
|
0
|
4
|
3310
|
|
POST
|
@JoeBorgione I checked on my end and contacted esri staff team from solutions. Unforentunely, it doesn't work without one the polygon. Both feature classes I have are points. This is useless.
... View more
08-25-2021
07:47 AM
|
0
|
0
|
1782
|
|
POST
|
@Andrew-Bowne Thank you for the information. Is it free to use intergromat? Do we have documentation for this?
... View more
08-16-2021
08:31 AM
|
0
|
1
|
3021
|
|
POST
|
Hello, I have survey123 connect and published it to web app. Do we have webhook for enterprise portal? I only found ArcGIS Online documentation. Please advise. Thank you. Alex
... View more
08-02-2021
12:59 PM
|
0
|
7
|
3128
|
|
POST
|
@JoeBorgione Thank you for the information. I don't think it is working. I tried to test it on my end. I entered data on ADDRESS_EDIT_TEST. so it is supposed to show up on other feature class (PaGIS_TEST). I added attribute rule on PaGIS_TEST feature class. Please advise. // replace 'FeatureClassName' with the name of the feature class to pull intersecting features from (ex. Cities, ZipCodes, Parcels)
var intersectingFeatures = Intersects(FeatureSetByName($datastore, "ADDRESS_EDIT_TEST"), $feature);
for (var feature in intersectingFeatures) {
// replace 'fieldname' with the name of the field from the intersecting feature to pull the value from
var value = feature.TRUE_SITE_ADDR;
if (IsEmpty(value)) continue;
return value;
}
return null;
... View more
08-02-2021
11:48 AM
|
0
|
0
|
1965
|
|
POST
|
Hello, I have ArcGIS Pro 2.8.1, python, SQL and enterprise geodatabase. It can be also use attribute rule. I have two feature classes (SDE). Is there a way to trigger new row and apply update from point feature class to other point feature class? Please kindly assist. Thank you. Alex
... View more
08-02-2021
06:46 AM
|
0
|
4
|
1993
|
|
POST
|
@jcarlson Thank you for sharing.I am familiar with locator but this is not what I am expected. I wonder if anyone already made idea for this survey123 design something similar just like webapp builder search widget to make it easier and friendly.
... View more
07-30-2021
02:06 PM
|
0
|
1
|
3146
|
|
POST
|
Hello, I have survey123 connect 3.12 and existing feature service enterprise portal. Is there a way to search from layer instead geocoder? I am not sure about online arcgis setting locator organization. Prefer just like WebApp Builder search widget to allow to select the layer and field only for this survey123 instead apply all organization. Please kindly advise. Thank you Alex
... View more
07-30-2021
01:32 PM
|
0
|
5
|
3150
|
|
POST
|
@jcarlson After reading the blog, I understand now. I tried to test survey123 web app and I realized that I have attribute rules and it still worked without using custom js. Is there a way to jump to records to check out or review it after submitting? I am assuming it is only for field app?
... View more
07-30-2021
01:02 PM
|
0
|
1
|
4219
|
|
POST
|
@jcarlson Thank you for the information. i was able to resolved an error. I completed # 1 answer. I am unable to find some example on custom js function. I am not expert on that area. I tried to open sample survey123 javascript but it won't open.
... View more
07-30-2021
12:24 PM
|
0
|
3
|
4223
|
|
POST
|
Hello, I have survey123 connect and feature service. It has been a while I haven't used it. I am unable to find information. I am trying to set up to create an address (geopoint) with map location. 1) Is there a way to view other layers on the same map location? 2) Also , when to create an address (point), pull data polygon information? Can you please kindly point and assist? Thank you Alex
... View more
07-30-2021
10:26 AM
|
1
|
5
|
4236
|
|
POST
|
Hello, Thank you for sharing. I learnt that I hadn't enable point Z editable as this is the first time with Z. It is working now.
... View more
07-21-2021
06:06 AM
|
0
|
0
|
2065
|
|
POST
|
Hello, I am the admin. I have AGOL web AppBuilder. I published feature server from an ArcGIS server then added item to AGOL to store credtinals. . I already have a required field. I tried to use edit widget but I don't see it in edit to create. but I CAN EDIT existing data. Please kindly assist as soon as possible. Is it something glitch that is not accept required field in edit widget to create a new point?
... View more
07-19-2021
05:02 PM
|
0
|
4
|
2152
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-01-2025 12:12 PM | |
| 1 | 05-12-2021 10:12 AM | |
| 1 | 07-25-2018 12:53 PM | |
| 1 | 08-06-2018 12:27 PM | |
| 1 | 07-06-2018 01:00 PM |