POST
|
Hello @AndrewPadilla, Thank you for passing along the JS file and the other CSV files. I have tested on my end and they all seem to be working. Please let me know if there are any issues or errors encountered and I will be happy to take a look into them. Thank you, Zach
... View more
Monday
|
0
|
0
|
94
|
POST
|
Once they complete the survey, if they are offline, it will place the survey in the Outbox as you mention. Unfortunately, opening that survey again and and making changes just applies edits to the same survey (record). We need to be able to create a completely new survey from the same existing record in the Inbox. Once the user has selected a survey from the Inbox, and completes that selected survey, whether it is in their Outbox or Sent, it is no longer available in the Inbox until they refresh. This is preventing them from being able to complete an additional survey for that same existing record from the Inbox.
... View more
01-22-2021
08:19 AM
|
0
|
0
|
51
|
BLOG
|
I am following the method by @CuartaOportunidad_Local_IVC above- see direct link here Updating the media folder of a Survey123 Form item - Page 2 - GeoNet, The Esri Community I am wanting to update the media folder for three CSVs that are accessed with pulldata(). The method works and changes are picked up in the Survey123 Field App on the desktop but not in the browser. The browser is only shows updates published from Survey123 Connect. Should I do something to have it update the browser? I cleared cache and ensured that it is updating with the same name as the original name of the survey. I also downloaded the survey as a zip and verified the csv reflected the change I made. shutil.make_archive(r'temp' + 'filename', 'zip', r'surveyfolder') path = r'zippedsurvey' surveyitemID = "itemid" surveytoupdate = my_gis.content.get(surveyitemID) surveytoupdate.update(data = path, item_properties={'type' : 'Form', 'title': 'filename', 'tags' : []}) thank you!
... View more
01-12-2021
10:57 AM
|
0
|
0
|
612
|
POST
|
I have put in the request. Thanks for the suggestion.
... View more
12-19-2019
11:54 AM
|
0
|
0
|
45
|
POST
|
Well there is ideal and then there is making it work for now right . I have actually started taking almost all of my repeat_count fields back out and going this way. Esp with nested repeats I am finding a number of issues. Mostly having to hit Add records all the time. Also seeing the repeat disappear at times. In the nested repeat it is also staying on the repeat it was on when the level above it changes, which is messing users up. (If inner repeat is on 50 of 50 and you advance the outer repeat the inner stays on 50 requiring the user to scroll all the way back - note you can long press but not many know that. This causes issues for other tricks I try to do.) I have also seen memory errors with repeat_count since it loads all the repeats at once. Hope that helps.
... View more
09-14-2020
07:01 AM
|
0
|
0
|
401
|
POST
|
Hello All, I am trying to utilize the output connector, 'Push JSON to External Website' in order to execute a gp service that is published on our ArcGIS Server. The gp service has one parameter called json, which expects a gpstring. I am able to execute the gp service without issue when I provide a string via the gp service's submitJob url: I have the output connecter configured with the intent of pushing the GeoEvent json to my gp service via the post method: This will actually send the request to my gp service, but the json is not posted, which results in the gp service failing. I've tried the Post body MIME Type as application/json, but still get the same result. It does not seem as if there are any options for the actual post body except for MIME type. If I look at a sucessful request to the gp service, I see that the form data has all the possible parameters included (with the most important being json): Is there a way to configure the existing Push JSON to External Website to work with a gp service on ArcGIS Server? Thanks in advance, Brandon
... View more
02-23-2017
01:48 PM
|
0
|
0
|
641
|
POST
|
Mitchell, I would have continued to assume we were on 1.7 or 1.8. Thanks for the clarification!
... View more
02-15-2017
04:46 PM
|
0
|
0
|
22
|
POST
|
I am trying to write a script that will take a line feature class (RouteM) and intersect it with a polygon feature class (Parcels), but I only want to do one row from the line feature class at a time. I am new to writing scripts and need really haven't been able to even get a script to run. Here's what I have so far. #Import modules
import arcgisscripting, sys, os
#Create the geoprocessor object
gp=arcgisscripting.create()
#Set input workspace
gp.workspace = "J:\\Work\\North System"
gp.OverWriteOutput = False
#Set output workspace
outWorkspace = "J:\\Work\\North System\\Output"
#Create search cursor
rows = gp.SearchCursor("'J:\\Work\\North System\\NS_RouteM.shp' #", "","","","")
row = rows.Next()
print row
while row:
gp.Intersect_analysis("'J:\\Work\\North System\\NS_RouteM.shp' #; 'J:\\Work\\North System\\NS_Parcels_Edited.shp'#", 'J:\\WOrk\\North System\\Output\\NS_RouteM_Intersect_Test.shp', "ALL", "", "LINE")
row = rows.next() I know this is missing something...any help would be appreciated! Thanks
... View more
10-20-2011
07:12 AM
|
0
|
0
|
236
|
POST
|
Good to know that 9.2 doesn't support a method to access xy coordinates directly (maybe one day we will upgrade). I was able to get the data populated, but will try these other methods in the future. Thanks for all your help!
... View more
10-20-2011
07:37 AM
|
0
|
0
|
28
|
POST
|
I'm not sure if there is more to it than meets the eye... I only have one .lyr file that I'm trying to use to import symbology from. I created the .lyr file (with the appropriate symbology) by exporting from the same SDE layer that the .shp file is exported from. So, I'm assuming that there can be no confusion as to whether I'm using the correct feature type (line) in the .lyr file. Is there more to this? Does it matter how many records there are in the .lyr file vs. the .shp file?
... View more
09-12-2011
05:23 AM
|
0
|
0
|
20
|
Online Status |
Offline
|
Date Last Visited |
Thursday
|