|
POST
|
For the ddp solution in layout view in ArcMap add a picture. Give it a dummy pic then go into its properties. At the bottom you will see a DDP page field. Give it the name of the field from Survey123. I use it for signatures no problem so far.
... View more
09-06-2016
03:02 PM
|
1
|
0
|
2347
|
|
BLOG
|
Yea we have been struggling with that a bit too. Wipe sde, download data to a gdb, then load into sde is the only way we could think of also. Unless you get fancy with comparing dates from editor tracking. Had some luck with giving append tool the HFS directly but not always. For now I think we will wait for Portal replication that is slated to come out with 10.5 at the end of the year. It was talked about at the conference.
... View more
09-01-2016
08:16 AM
|
0
|
0
|
25636
|
|
BLOG
|
You can also use ArcRest. Here is my simple script for that. from arcrest.security import AGOLTokenSecurityHandler from arcrest.agol import FeatureService from arcrest.common.filters import LayerDefinitionFilter username = "put here" password = "put here" # Put url to HFS here url = "put here" # The dir to store the GeoDB zip file (it is now a zip with a .gdb in it) outDir = r"put here" # A list of layer numbers you want to download. Get these numbers of the rest details page using the url above layerList = [0,1,2,3,4] #Get a local replica of the HFS proxy_port = None proxy_url = None agolSH = AGOLTokenSecurityHandler(username=username,password=password) fs = FeatureService(url=url, securityHandler=agolSH, proxy_port=proxy_port, proxy_url=proxy_url, initialize=True) result = fs.createReplica(replicaName='Backup', layers=layerList, dataFormat='filegdb', out_path=outDir, wait=False)
... View more
08-31-2016
01:23 PM
|
0
|
0
|
25636
|
|
POST
|
I have one form I just made that will not Submit or Save as draft. I hit the buttons and just nothing happens. No error or anything. Form published fine. All my other forms work. Have tried multiple devices (android, ios, and PC) and still nothing. Also in connect the Validate Input does not work - again just nothing happens. It is a simple form. Only thing on this form that is not on other is the or_other option. Any ideas? Excel attached.
... View more
08-31-2016
11:45 AM
|
0
|
2
|
2078
|
|
POST
|
I came up with a way using Data Driven pages. See the post here. https://community.esri.com/message/572435#572435
... View more
08-31-2016
08:53 AM
|
1
|
0
|
7007
|
|
POST
|
Nope never did get it to work. I have to take the tpk to my house every time i want to upload. We are also still having some login issue with the Android SDK.
... View more
08-25-2016
08:21 AM
|
0
|
0
|
2409
|
|
POST
|
All the buttons on Survey123 are pretty small. Esp the one when you X out of a survey and it asks Close and Lose, Continue, Save. Out in the sun those boxes are just plain too close together. Any way to make those thicker or bigger font or something? I do not really want to change all the tablet font size. I personally would make most of the buttons a bit bigger, esp on a tablet. Thanks
... View more
08-11-2016
11:41 AM
|
1
|
1
|
2088
|
|
POST
|
If you go into a already sent survey and "edit" it - it actually creates a new survey. This is fine. But once I submit that "edit" in the Sent list it just shows the latest edit not all the other versions that were submitted. So I might have submitted 5 copies but it looks like I only sent 1. Is there a way to change this? I would rather see ALL the copies that have ever been sent. That way I know I sent one on the 8/8, 8/9/ 8/10, etc. For now all i can see is the last one sent. Thanks
... View more
08-11-2016
11:37 AM
|
0
|
0
|
805
|
|
POST
|
I have a HFS that will suddenly not let me edit any fields using the Create local copy deal in ArcMap. I check out a local copy, update a field, check back in and no error or anything but the data does not get changed. AND it will not let me publish over the HFS. I get this weird error about a raster and about it being chached. There is no raster in the publishing map at all. Just a few very simple Feature classes form a small local FGB. This HFS has been working fine for months. There are no open replicas. Seems to have started after the last AGO update. Any ideas? Thanks
... View more
07-28-2016
11:22 AM
|
0
|
1
|
1480
|
|
POST
|
Why not just append the data directly to the new AGO Hosted Feature Service? You can use append in arcmap or the ArcREST toolbox has a tool for this.
... View more
07-20-2016
02:49 PM
|
1
|
0
|
841
|
|
POST
|
My guess is you are not logged in. Have you tested it with Pro open in the background and logged in?
... View more
07-15-2016
01:42 PM
|
0
|
1
|
2243
|
|
POST
|
I have it send a PDF copy via email each night using a script and data driven pages. Full code is here. Triggers in Collector/ArcGIS Online?
... View more
07-14-2016
10:30 AM
|
2
|
0
|
2438
|
|
POST
|
I have been wanting this too. Something like give a URL to a FS and use that to populate the drop down. But the big issue is the form is offline so how would it get to a FS to refresh the drop down? You would at least have to have the user refresh the form while online. I did see someone at UC that linked a drop down back to their SDE DB. Issue was then they had to be online to create a form. Not an option for us.
... View more
07-14-2016
10:26 AM
|
0
|
0
|
1927
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 3 weeks ago | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|