|
POST
|
@Jim-Moore Without the WHERE clause, the field doesn't know what to populate into the Inventory Number field based on the original search getting a match from the feature table. Long story short, nothing populates. Now, I can do the Inventory Number (1025) and the Description will autopopulate based on a match from the feature table. The goal is to reverse that action and have the foreman start typing in the description, find the exact one they want, and the inventory description auto populates from there. Much each for the foreman to start typing in cedar pole to find what they want versus memorizing 1000s of inventory numbers. I thought just reversing the code in the spreadsheet would do the trick, but apparently not. Any other suggestions?
... View more
04-29-2024
04:13 PM
|
0
|
1
|
5133
|
|
POST
|
@Jim-Moore @ZacharySutherby Thank you for the response and the advice. However, that did not solve the the issue. I've attached updated screenshots and the excel file to see if you can help and determine what part of the coding is incorrect. In my previous survey I built, I was able to use the Autocomplete search for the Inventory Number and have the item description and UOM auto-populate. Have been trying to reverse that by the user doing the autocomplete search on the Inventory Description since we have 100s of inventory numbers and easier to find a match on the description compared to trying to remember a specific number. Appreciate any additional help and guidance you can provide.
... View more
04-16-2024
07:20 AM
|
0
|
3
|
5219
|
|
POST
|
@ZacharySutherby @Jim-Moore Wondering if you have any advice on this for me? Thank You
... View more
04-11-2024
03:09 PM
|
0
|
5
|
5263
|
|
POST
|
@ZacharySutherby Appreciate your help. My work around has been to make a stand-alone table in ArcGIS Pro and replace the domain with basic attributes. This, however is a process. I am in the process of writing a script that will do this automatically thru Python. Not having the knowledge in Java Script, I will have to learn. I will experiment more. Appreciate you escalating the request.
... View more
04-11-2024
11:01 AM
|
0
|
0
|
1422
|
|
POST
|
@Vinzafy I assisted me with this awhile back, but was never really able to figure out how to get it right. I've been asked to make major improvements to our initial elementary Survey123 forms and working on the design and coding in excel. Figuring this out is going to help me on a number of forms. Thank you
... View more
04-08-2024
02:26 PM
|
0
|
1
|
8518
|
|
POST
|
I am working on reworking my code in a series of my Survey123 forms/templates. Before, I made an AGOL table and pulled information from that. I am rebuilding the forms to use the PullData function to autopopulate the fields looking at a Hosted Feature Layer. The fields that are being populated have domains and when I run the form, the Domain Code is autopopulate VERUS the Domain Description. If I am pulling the Manufacture, I am seeing 511, but need to see the description (ACC). From Spreadsheet (Calculation Field) pulldata("@layer", "getValue", "attributes.XFMR_MANUFACTURER", ${hfl_url}, ${where_clause}) Is there something I am missing? Thank You
... View more
04-08-2024
11:44 AM
|
2
|
2
|
1535
|
|
POST
|
Working on revising an existing Survey123 form to uses Pulldata to auto-fill a field based on the user's selection on a previous field. However, on this modification, it is not working and not sure what I am not seeing. The goal is for the user to start typing the Inventory Description and find what they are looking for, and once selected the Inventory Number and UOM is auto-filled. My previous survey, the user would select the Inventory Number and the Description and UOM would auto-fill from the Inventory Number. However, it has been requested to switch it around. Appreciate any help.
... View more
04-08-2024
08:26 AM
|
0
|
6
|
5374
|
|
POST
|
I am trying to figure out how to write a Python script that will use Search Cursor to go thru a Feature Class based on a list of attributes in the script and delete the entire row. I am not the best code writer, so please bare with me. This is what I have but nothing is working: expression = ('45074.0115', '45074.0116', '45074.0117', '45074.0118', '45074.0119', '45074.0120')
with arcpy.da.UpdateCursor(MEWCo_PARCELS_UPDATE, "PID", expression) as cursor:
for row in cursor:
row[0] = 0
cursor.deleteRow()) I know 100% the code is written incorrectly, just not sure what part. MEWCo_PARCELS_UPDATE is the FC PID is the field Thank You
... View more
03-20-2024
02:59 PM
|
0
|
4
|
1320
|
|
POST
|
I created a new/updated feature class within a File GDB in ArcGIS Pro 3.2 and this same FC us needing to be used in ArcMap/ArcReader. Yes, I understand ArcMap and ArcReader is considered "Obsolete" compared to what is currently being used. When I open the FC in ArcMap to update a PMF for ArcReader, I get "Error Opening Feature class, the item doesn't have a definition" Wanting to know what kind of work-around I can create to still utilize the data in the ArcGIS Pro FC to update a FC being used in ArcMap/ArcReader. Appreciate your help.
... View more
02-20-2024
10:23 AM
|
0
|
1
|
1471
|
|
POST
|
@AyanPalit I wanted to see if I could follow-up on this. I am running into the same issue. Created a feature class in ArcGIS PRO, however need to use the same FC in ArcMap. I understand ArcMap/ArcReader is considered "Obsolete" at this time. Is there a work around I can do? Thank You
... View more
02-20-2024
10:11 AM
|
0
|
1
|
5281
|
|
POST
|
I am not sure why because I have NOT had a problem until I did a Windows Update and a ArcGIS Pro update. All of my scripts have been running fine. I am using Python Idle 3.9.18 and getting this code: Error 000013: Length of Field Name must not be larger than 10. Failed to execute (Calculate Field). Is there something I can do because I have a large number of scripts that use the Add Field and Calculate Field tools and none will run properly anymore because of this code. Any other upgrades I need? Thank You
... View more
02-13-2024
01:58 PM
|
0
|
1
|
1478
|
|
POST
|
@Vinzafy Question for you. I have been reworking my code in my spreadsheets for Survey123 Connect. Previously, the pulldata function was looking at a stand-alone table. Now, I am trying to pull the data from a hosted feature layer that is published from ArcGIS Pro. Some of the feature classes/fields use Domains. When I run the code for the autopopulate based on a previous entry, the field is populated with the Domain Code. That is not helpful. I need the field to populate the Domain Description. How do I ensure that happens? Appreciate it
... View more
02-08-2024
01:50 PM
|
0
|
3
|
8985
|
|
POST
|
I am working on reworking my code in a series of my Survey123 forms/templates. Before, I made an AGOL table and pulled information from that. I am rebuilding the forms to use the PullData function to autopopulate the fields looking at a Hosted Feature Layer. The fields that are being populated have domains and when I run the form, the Domain Code is autopopulate VERUS the Domain Description. If I am pulling the Manufacture, I am seeing 511, but need to see the description (ACC). From Spreadsheet (Calculation Field) pulldata("@layer", "getValue", "attributes.XFMR_MANUFACTURER", ${hfl_url}, ${where_clause}) Is there something I am missing? Thank You
... View more
02-08-2024
01:26 PM
|
0
|
0
|
508
|
|
DOC
|
@JakeSkinner This version is working great. Been working with it all week on my electric and water dataset(s). All of my relationship classes stay intact and the attachments are all loaded after running the script. Will continue to work with it and develop my update workflow and let you know if I run into any new issues or bugs. As of now, the Hosted Feature Layers are used in a web map being used in Field Maps. We are also using ESRI Workforce for our field crews and those maps/datasets need to have sync enabled, I am curious on adding those feature layers to some of our Workforce Projects and seeing how this update procedure works. Appreciate your help!!
... View more
01-24-2024
09:14 AM
|
0
|
0
|
18458
|
|
POST
|
Good Morning. I've been working on a workflow with help from a previous post dealing with updating an AGOL Hosted Feature Layer using the truncate and append tools within a stand-alone Python Script. It works just fine with a plain Hosted Feature Layer from a File GDB feature class. However, the issue I am having is updating/overwriting the Hosted Feature Layer(s) that contain attachment(s) and are part of a relationship class from the original File GDB. Finding difficulties getting additional assistance on how to do this. I can do it within ArcGIS Pro by using the tool. However, I want to write a Python script and incorporate it into my nightly Batch File(s) to update our data. Appreciate your help
... View more
01-09-2024
11:02 AM
|
2
|
0
|
990
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-23-2026 10:58 AM | |
| 1 | 11-20-2025 02:52 PM | |
| 1 | 10-30-2025 12:42 PM | |
| 1 | 10-16-2025 10:51 AM | |
| 1 | 08-27-2025 08:47 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|