|
POST
|
Hi there, We have deployed the following: A hosted feature layer to hold QuickCapture (QC) features (HFL) A hosted feature layer view (HFLV) of the above that is consumed via a QC project When I write directly to the HFL from QC I successfully get points with attached images from the camera. However when we write to the HFLV from QC we get points but no attachments. In Server Manager we get the following error: SEVERE Feb 26, 2020, 10:37:39 AM Wrong attachment definition syntax. Rest Now there is a complication - The QC points have an attribute called: secured_from_app with a default value of "Yes" in QC. The HFLV has a Feature View Definition of secured_from_app does not equal "Yes". The intent here is that we can have users writing to the GIS HFL with QuickCapture, but if they tried to query the service (they can only access the HFLV) they would not be able to retrieve any features. For example - we have multiple different users working on sensitive sites, and we don't want them to see what each other are up to. Aware that we could publish multiple services and configure multiple projects, but that is an admin overhead (plus potential user confusion) we are trying to avoid. I have tested the HFLV with this View Definition turned off and the points have attachments. When it is applied points are submitted but attachments are not. My theory is QC writes the points to the HFL (via the HFLV) and then tries to add attachments, but because of the HFLV View Definition it cannot access the features to attach the images. I dunno, just a guess. Either way, I think there is a valid workflow for providing the app to users but wanting the actual submitted data to be secure, even from the people submitting it. Regards, Marc Johnathan Hasthorpe
... View more
02-25-2020
03:13 PM
|
0
|
3
|
1387
|
|
POST
|
Further to this, it seems that the app parses 0 in the integer project user input as an empty string as well Johnathan Hasthorpe
... View more
02-23-2020
02:23 PM
|
0
|
2
|
827
|
|
POST
|
Hi there, Currently through the GUI you can only configure Project User Input as strings. If you edit the json you can convert it from EsriFieldTypeString to EsriFieldTypeInteger and this works ok as long as you actually capture the project user input. If you leave it blank the app tries to submit an empty string "" rather than a null value. This causes the record submission to fail. I would like it if the project user input could be all possible values including int/double/string/date etc and if it is not filled in then it should submit null rather than "". Regards, Marc
... View more
02-23-2020
02:02 PM
|
0
|
3
|
914
|
|
POST
|
Hi Johnathan, 1. Please respect domains in the same way you do for button user input I would like to be able to tag every captured photo with either a yes or a no using a project user input field. This flows into two hosted feature layer views determined by whether the quickcapture points are class A or B. I guess a workaround is to have two groups in the quickcapture app, but it seems to me that if you can read domains for a button user input you should also read domains for a project user input. 2. Please allow multiple project user input fields. I would like to have two project user input fields so the user can enter two different pieces of information for all points captured during the session. E.g. the above class A/B and a free text note field. Thanks, Marc
... View more
02-17-2020
04:25 PM
|
0
|
1
|
2235
|
|
POST
|
Hi there, I have two enhancement requests for project user input: 1. Please respect domains in the same way you do for button user input 2. Please allow multiple project user input fields. Thanks, Marc
... View more
02-16-2020
07:00 PM
|
2
|
5
|
2335
|
|
POST
|
Hi Ismael Chivite, I have found when I add a multi-line button user input the skip/next buttons are obscured by the iOS keyboard. This could be confusing for users. Perhaps the dialog box needs to be smaller or positioned a little higher? The device is an iPhone 8. Regards, Marc
... View more
02-16-2020
04:22 PM
|
0
|
2
|
950
|
|
POST
|
Dan Patterson wrote: Besides... you should really wait for 2.5 (it is sweet! ) This is the story of all Esri users' lives... always waiting for the next update 😉 Jokes aside, even if you are updating the backend to support a new version, your team should be providing service continuity for everybody still on the current version.
... View more
01-19-2020
07:05 PM
|
1
|
2
|
4359
|
|
POST
|
I found that article a little hard to follow. My default user is not an administrator on the machine, but I can run processes as an admin if required. I tried to clone the env on the command line like this: But the errors are clearly the same. It creates the following folder structure: C:\Users\mgg\AppData\Local\ESRI\conda\envs\marc etc jupyter nbconfig Lib site-packages Menu Scripts etc etc and a few files are populated.
... View more
01-19-2020
06:56 PM
|
0
|
4
|
4359
|
|
POST
|
I had the same problem today. Trying to clone the default conda environment from within ArcGIS Pro 2.4.1. When I copy the URL that is giving the issue (https://conda.anaconda.org/esri/win-64/arcgispro-2.4-0.tar.bz2 ) and paste it into chrome the file downloads fine.
... View more
01-19-2020
06:03 PM
|
3
|
6
|
4359
|
|
POST
|
Hi, If this is in ArcGIS Enterprise and the data is stored in an Enterprise Geodatabase you could try using attribute rules: Introduction to attribute rules—Geodatabases | ArcGIS Desktop Cheers, Marc
... View more
12-16-2019
07:16 PM
|
0
|
0
|
3655
|
|
POST
|
Hi Derek, Do hosted feature layer views work with feature services published from an enterprise geodatabase? Thanks.
... View more
12-09-2019
06:00 PM
|
0
|
1
|
2762
|
|
IDEA
|
It would be cool if when you share an item to a group there is the option to apply the groups tags to the item, and if you unshare you get the option to remove them. it should keep track if a tag is original to the item, and not remove it if it is also in the group. E.g. Item -> "My Item" Item Tags -> A,B,C Group -> "My Group" Group Tags -> A,D,E I Share "My Item" to "My Group" Get prompted: Would you like to automatically apply new "My Group" tags D,E? - Choose "Yes" "My Item" is now tagged with A,B,C,D,E I unshare "My Item" from "My Group" Get prompted: "Would you like to remove the automatically applied "My Group" Tags: D,E? - Choose "Yes" "My Item" is now tagged with A,B,C again. Thanks, Marc
... View more
11-06-2019
05:13 PM
|
2
|
0
|
515
|
|
IDEA
|
It would be cool if when you share an item to a group there is the option to apply the groups tags to the item, and if you unshare you get the option to remove them. it should keep track if a tag is original to the item, and not remove it if it is also in the group. E.g. Item -> "My Item" Item Tags -> A,B,C Group -> "My Group" Group Tags -> A,D,E I Share "My Item" to "My Group" Get prompted: Would you like to automatically apply new "My Group" tags D,E? - Choose "Yes" "My Item" is now tagged with A,B,C,D,E I unshare "My Item" from "My Group" Get prompted: "Would you like to remove the automatically applied "My Group" Tags: D,E? - Choose "Yes" "My Item" is now tagged with A,B,C again. Thanks, Marc
... View more
11-06-2019
05:13 PM
|
2
|
0
|
608
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-25-2025 05:31 PM | |
| 2 | 09-23-2025 01:33 AM | |
| 7 | 09-02-2025 04:33 PM | |
| 3 | 08-10-2025 07:04 PM | |
| 1 | 07-21-2025 03:41 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|