|
POST
|
Another related issue is that the word "other" gets put into the first field. My plan was to add both fields to the layout view on top of each other. That way whichever one is not blank shows. But with the word other in there... no bueno. How are people handling this? Thanks for any ideas.
... View more
09-29-2016
09:57 AM
|
0
|
0
|
1438
|
|
POST
|
I guess I will try to carve out some time. But even if they decide to fix it that will take several months. Anyone have any ideas in the meantime? I still swear this was not an issue before but maybe it was not with a HFS. thanks
... View more
09-29-2016
09:52 AM
|
0
|
0
|
3191
|
|
POST
|
When using a select list with the other option a second field gets created. (This is a bummer since now you have to code around having two fields but I am guessing this is because domains do not allow any other values.) But my suggestion is about the field alias naming. All the other option fields get named Specify other. in the attribute table. This means I now have several columns all with the same name. It would be nice to have something with the field name in it instead. Example Thanks
... View more
09-29-2016
09:06 AM
|
0
|
3
|
1734
|
|
POST
|
Ok I thought it did work but does not seem to now. In ArcMap I checked this box But I still get this in the attribute table Here is my Survey Excel sheet Do you know what I need to check in ArcMap? I am using the HFS directly. Also i just noticed that it DOES pick up the domains and translate to spaces when I use the Data tab in AGO. So maybe just a ArcMap to HFS bug? I tried 10.2.2. and 10.4.1. In the text box for the attribute in layout view it also says domainlookup = true but it is not working. <dyn type="page" property="attribute" field="DutyStatus" domainlookup="true"/> thanks
... View more
09-28-2016
04:46 PM
|
0
|
2
|
3191
|
|
POST
|
So on a Choice list you can not have spaces (which is a bummer really). Spaces go in the label. But I thought the label did get saved into coded values so that you could use the spaces version later on. I swear I had this working before but I can not get the formatted with spaces version to show in ArcMap at all. I want it to show on a layout page. How can I do this? Thanks
... View more
09-28-2016
03:55 PM
|
0
|
17
|
5459
|
|
POST
|
Any chance on using this feature as the input to a GeoProcessing tool? I would be so happy..
... View more
09-14-2016
01:11 PM
|
1
|
1
|
1928
|
|
DOC
|
I swear I posted this already not sure where it went. You could also try the ArcRest tools to do it. You can specify the layers you want (0,1,2,3 etc). Note i did have an issue when i put in too many layers it died. I have an open ticket for this. Here is the code I use. Note you must install ArcRest. Also note this just changed due to ArcRest changes. from arcrest.security import AGOLTokenSecurityHandler from arcrest.agol import FeatureService from arcrest.common.filters import LayerDefinitionFilter username = "put here" password = "put here" url = "put here" outDir = r"put here" #Get a local replica of the HFS # Set layers list to what you want 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=[0,1,2,3,4], dataFormat='filegdb', out_path=outDir, wait=False) # can look at this result and see if it worked
... View more
09-12-2016
03:44 PM
|
0
|
0
|
54079
|
|
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
|
2080
|
|
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
|
22198
|
|
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
|
22198
|
|
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
|
1876
|
|
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
|
6251
|
|
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
|
2138
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 2 | 04-10-2026 11:25 AM | |
| 1 | 04-09-2026 02:37 PM | |
| 1 | 04-07-2026 08:33 AM | |
| 2 | 03-23-2026 03:44 PM |
| Online Status |
Online
|
| Date Last Visited |
4 hours ago
|