|
POST
|
Hi All I have created a view of a hosted feature layer, but it seems to show all edits to the "parent" feature as a separate/new feature. Every time I edit a feature in the hosted feature layer a new record is created in the View. Is there something in the initial creation I missed or if there some other filter I should be applying? Hosted Layer View Layer
... View more
09-14-2020
01:38 AM
|
0
|
0
|
538
|
|
BLOG
|
I assume that the new navigation displays (distance & direction) in the inbox are only supported for geopoints? Are there are plans to introduce this for geoshape and geotrace questions? Cheers Chris
... View more
08-16-2020
09:03 PM
|
0
|
0
|
9584
|
|
BLOG
|
With some users they can't see the embedded webform in Chrome, it just comes up with saying the Form does not exist ... error. However they can see the form outside of an embedded content, and, if they use Edge they can see the embedded form. It just seems to be something with Chrome. Also its not universal, some users have no issues at all. There is another forum Post about this, but the workaround didnt work for us, and it appears that the solution doesnt work for them either now. https://community.esri.com/message/947781-re-embedded-survey123-web-form-works-for-some-but-not-others?commentID=947781&et=watches.email.thread#comment-947781 We are using Enterprise 10.7.1 Just wondering if anyone else has seen this and if so have found a solution? Cheers
... View more
08-13-2020
05:23 PM
|
2
|
0
|
41694
|
|
POST
|
We are seeing the same thing. Unfortunately your workaround didn't work for us Michael. Tries clearing all history and cookies as well, also tried in an Incognito Window. Using IE or the latest version of Edge the users can see the form. Just not in Chrome ... and again not all users are seeing this issue. We are currently using Enterprise 10.7.1, will be upgrading to 10.8.1 in the next few weeks, hopefully that will resolve this?
... View more
08-12-2020
04:25 PM
|
0
|
1
|
7106
|
|
BLOG
|
Hi Carol No not as yet. I have ended up putting in a rich text element with some text to remind people to select the appropriate record. Not a perfect solution...but its something
... View more
07-30-2020
02:36 PM
|
0
|
0
|
41694
|
|
BLOG
|
I have the following url that parses the coordinates of a selected polygon to a geoshape question. It works well in the Survey123 app but not to the webform. The geoshape coordinates don't seem to be written survey123.arcgis.com/share/xxxx?portalUrl=https://xxx/portal&field:dcdbid_1={dcdbid}&field:ct={title_t}&field:volume={volume}&field:folio={folio}&field:LandholderLiaisonParcels_polygon={expression/expr2} Here is the Acracde expression var geom = Geometry($feature); var firstpart = geom.rings[0]; var originShift = 2.0 * PI * 6378137.0 / 2.0; var outparts = []; var counter = 0; for (var pt in firstpart){ var long = (firstpart[pt].x / originShift) * 180.0; var lat = (firstpart[pt].y / originShift) * 180.0; lat = 180.0 / PI * (2.0 * Atan( Exp( lat * PI / 180.0)) - PI / 2.0); var lat =Round(lat, 5) var long =Round(long, 5) var ptstr = Concatenate(lat, " ", long); outparts[counter]= ptstr; counter = counter + 1; } return Concatenate(outparts, ";") Am I missing something?
... View more
07-12-2020
11:13 PM
|
1
|
0
|
77262
|
|
POST
|
I think I cracked it! For those that are interested: I added two lat and long hidden null fields outside the Repeat in the survey. Then in the geopoint question added a concat calculation 'concat(${latitude}," ", ${longitude})' using those two fields. I then just use pulldata("@geopoint",${location},"reverseGeocode.address.Street","https://xxxxxxxx/server/rest/services/Locators/xxxxxxx/GeocodeServer to grab the street address In the launch url I parse the poly centroid xy to the hidden lat and long fields in the Survey form and a geopoint is created at the centre of the polygon and the address is populated. Happy Days!
... View more
07-09-2020
09:31 PM
|
4
|
1
|
2569
|
|
POST
|
I am hoping that someone has a bright idea here, because I am out of them. I have a Collector/Explorer app with a link on the pop up for the Parcel Layer, that parses the boundary coordinates to a geoshape question in Survey123 .. that bit works great. What I want to do is in Survey123 is perform a reverse geocode on the Geoshape to get the street address. It would appear, obviously, that the pulldata("@geoshape",${location},"reverseGeocode.address.Street","https://xxxxxxxx/server/rest/services/Locators/xxxxxxx/GeocodeServer") calculation doesn't work for a geoshape question. So I came up with a solution to add a geopoint question inside a repeat (because you cant have a geoshape and geopoint in the same form unless one is in a repeat) and use that to reverse geocode on. Now that works in the form itself, so tick!. Then I thought I could calculate XY centroid of the poly in Collector using Arcade, tick, then parse that to the geopoint question. HOWEVER, I have since found out that parsing information from Collector to Survey123 to questions inside a repeat isn't supported. Anyone have any solutions? Any help would be greatly appreciated!
... View more
07-09-2020
06:43 PM
|
0
|
3
|
2622
|
|
POST
|
I think you might be on to something Clinton! Yes the thumbnails aren't be created and if I manually add one the error goes away. According to the Sys Admins that built the Portals, or the appropriate certificates are installed, so there maybe something else going on. Either way you have pointed me in the right direction. Much appreciated
... View more
07-02-2020
04:26 PM
|
0
|
0
|
2975
|
|
POST
|
Hi Ben Yep I am the owner of the FL(s) in question, and the appropriate permissions have been set. I am alos an Admin on the Portal
... View more
07-02-2020
04:09 PM
|
0
|
0
|
2975
|
|
POST
|
Hi Clinton No, I checked some of the hosted services that I am having issues with and there isn't any of those errors that I can see. It really seems to be hot and miss as to whether creating a view will work for a particular hosted feature layer. I'm struggling to put it down to anything consistent.
... View more
07-02-2020
03:46 PM
|
0
|
0
|
2975
|
|
POST
|
Hi I am running in to an issue in Portal 10.7 when I try to create a view layer from a hosted feature layer, it seems to run through ok and creates the layer in the Contents but then this error appears, and I am unable to use the View in any webmap etc without the same error coming up The Server manager shows this error: Error executing tool. Export Web Map Task : Failed to create layer from service at https://xxxxxx/server/rest/services/Hosted/Soil_Collection_Points_map1/FeatureServer/0. Failed to execute (Export Web Map). Failed to execute (Export Web Map Task). I have been able to create views from some hosted features layers that were newly created from Survey123 Connect for example. Any thoughts on whats happening here? Chris
... View more
07-02-2020
03:12 PM
|
0
|
6
|
3088
|
|
POST
|
Thanks Derek, Lindsay I checked with our Sys Admin and they confirmed that the Portal has been configure to HTTPS only mode which requires a certificate. The Portal does have the SSL certificate installed in both the web adaptor tomcat server and the arcgis portal server.
... View more
07-01-2020
05:50 PM
|
0
|
0
|
379
|
|
BLOG
|
Hi, Is it possible to use this method to create a new survey in an embedded element. That is, use a link in a pop up (like you would for Explorer) so instead of opening up the web form in a new window it uses the embedded form?
... View more
07-01-2020
03:09 PM
|
0
|
0
|
41694
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-04-2022 01:26 PM | |
| 2 | 11-19-2023 02:45 PM | |
| 1 | 05-25-2022 04:36 PM | |
| 1 | 10-01-2019 08:31 PM | |
| 1 | 01-24-2019 09:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
04-11-2024
03:31 PM
|