POST
|
Carmel, Thanks for the response. If my understanding of the input masks is correct, I can't make it an unknown length and apply it to all characters, or allow for either text or number in any given index of the string.. So it doesn't seem to me like this fits the bill for my situation?
... View more
12-11-2017
10:17 AM
|
0
|
1
|
116
|
POST
|
Hello all, I'm using Survey123 Connect with ArcGIS Enterprise 10.5 feature services I am wondering if there is a way in a Survey123 XLSform to take a user's input to a text field (example: serial number -> g964-b764) and perform a calculation to change all lowercase letters in the string to uppercase. Also, I would like to replace any whitespace in a text string with either no whitespace, or a hyphen. Is this possible? In python, these are equivalent to str.upper() and str.replace() Thanks!
... View more
12-08-2017
06:12 AM
|
0
|
3
|
1311
|
POST
|
I am wondering if this capability has been introduced?
... View more
10-31-2017
10:36 AM
|
1
|
2
|
111
|
POST
|
Hello all! I am trying to make a webapp that simply has a table (no map) of records drawn from a feature service, and can show related records as well. I found this handy example in the documentation. I can get it to display my feature service records correctly, but I am unable to get the related records to show. After clicking on the option to show related records, a table appears with the correct schema, but that is all. No rows show. I posted the code below but took out the feature service URLs. Anybody see anything blatantly obvious that won't allow me to see my related records? <!DOCTYPE html> < html > < head > < meta http-equiv = " Content-Type " content = " text/html; charset = utf-8 " > < title > OTP Facility Equipment </ title > < link rel = " stylesheet " href = " https://js.arcgis.com/3.22/dijit/themes/claro/claro.css " > < link rel = " stylesheet " href = " https://js.arcgis.com/3.22/esri/css/esri.css " > < script src = " https://js.arcgis.com/3.22/ " > </ script > < style > html, body, #myTableNode { width : 100% ; height : 100% ; margin : 0 ; padding : 0 ; } #top, #bot { margin : 0 ; padding : 0 ; } </ style > < script > var equipment ; function chooseEquipmentType ( choice ) { equipment = choice ; console . log ( "Equipment Variable is now: " + equipment ) console . log ( 'Service URL is : ' + " MY FEATURE SERVICE URL" ) //Allows the page to dynamically change when a new button is clicked dijit . registry . remove ( 'myTableNode' ) var map ; require ( [ "esri/layers/FeatureLayer" , "esri/dijit/FeatureTable" , "dojo/dom" , "dojo/parser" , "dojo/ready" , ] , function ( FeatureLayer , FeatureTable , dom , parser , ready ) { parser . parse ( ) ; ready ( function ( ) { // Create the feature layer var myFeatureLayer = new FeatureLayer ( "MY FEATURE SERVICE URL" , { mode : FeatureLayer . MODE_ONDEMAND , outFields : [ "*" ] , visible : true , id : "fLayer" } ) ; myTable = new FeatureTable ( { featureLayer : myFeatureLayer , showGridMenu : true , showAttachments : true , showRelatedRecords : true , hiddenFields : [ 'Facility_ID' , 'In_Service' , 'GlobalID' , 'Parent_GUID' , 'Line_Name' , 'Line_Name2' , 'Line_Group' , 'Line_kV' , 'OBJECTID' , 'GUID_Calculate' , 'created_user' , 'created_date' , 'last_edited_user' , 'last_edited_date' ] // field that end-user can show, but is hidden on startup } , "myTableNode" ) ; myTable . startup ( ) ; // listen to row-click event // to hide visible popups myFeatureTable . on ( "row-select" , function ( evt ) { if ( map . infoWindow . isShowing ) { map . infoWindow . hide ( ) ; } } ) ; // listen to show-attachments event myFeatureTable . on ( "show-attachments" , function ( evt ) { console . log ( "show-attachments event - " , evt ) ; } ) ; // listen to show-related-records event myFeatureTable . on ( "show-related-records" , function ( evt ) { console . log ( "show-related-records event - " , evt ) ; } ) ; } ) ; } ) ; } </ script > < body class = " claro esri " > < div data-dojo-type = " dijit/layout/BorderContainer " data-dojo-props = " design: ' headline ' , gutters: false " style =" width : 100% ; height : 100% ; " > < div id = " top " data-dojo-type = " dijit/layout/ContentPane " data-dojo-props = " region: ' top ' " > < p > Click on a type of equipment in the dropdown to see all records currently inventoried in GIS. </ p > < p > < select name = " equipmentType " onchange = " chooseEquipmentType(this.value) " > < option value = " " > Please select an equipment type </ option > < option value = " Battery_Bank " > Battery Bank </ option > < option value = " Breaker " > Breaker </ option > < option value = " Capacitor_Bank " > Capacitor Bank </ option > < option value = " Circuit_Switcher " > Circuit Switcher </ option > < option value = " Motor_Operator " > Motor Operator </ option > < option value = " Recloser " > Recloser </ option > < option value = " Regulator " > Regulator </ option > < option value = " Facility_Transformer " > Facility Transformer </ option > </ select > < br > < br > </ p > </ div > < div id = " bot " data-dojo-type = " dijit/layout/ContentPane " data-dojo-props = " region: ' center ' " > < div id = " myTableNode " > </ div > </ div > </ div > </ body > </ html > Any help would be greatly appreciated. Thanks Aaron
... View more
10-25-2017
01:35 PM
|
0
|
1
|
436
|
POST
|
Johnathan, My apologies for the late response. I was able to get a hold of James Tedrick and resolve the issue. Based upon his counsel, I had to do some reconfiguration of my feature service to have "Supports ApplyEdits With Global Ids" set to True. That solved our issue immediately. Thanks, Aaron
... View more
10-10-2017
06:11 AM
|
3
|
0
|
43
|
POST
|
Hi all, I can't seem to figure out why a web map, when opened in Chrome, fails to draw one of the feature layers we have on our Server. It works just fine in Internet Explorer and Firefox though... When opening up the console(F12) I get this: net::ERR_INSECURE_RESPONSE When I navigate to that URL, I get a dialog from Chrome saying that the site in not secure. Any idea why this happens in Chrome, but not when I use IE or Firefox? Thanks
... View more
10-10-2017
06:07 AM
|
0
|
1
|
318
|
POST
|
After updating our iPads to iOS 11, the issue is no longer present. We now do not get stuck in offline mode and can submit our surveys over a VPN on both wifi and cell coverage. Edit: We are able to submit surveys smoothly with iOS 11 and Survey123 v2.3.29. One one iPad, I upgraded Survey123 to v2.4.70 and now get an send error code 400 when attempting to submit the same survey with the same inputs as on a device with v2.3.29. Did the way that Survey123 formats or submits data to an existing feature service change with this update?
... View more
09-20-2017
05:01 AM
|
1
|
2
|
43
|
POST
|
Hi all. Using ArcMap 10.2, Server 10.5 I've been working on a folder of 10 services, and had a domain change and needed to republish all of them. I had zero issues on the first few, but one service in particular is giving me issue. When overwriting the existing service, I get the generic publishing error error 001369. When going in to look at the existing service on Server Manager, it is running, functions fine, but I am unable to stop it. It no longer has a description underneath it, and there is also a copy made that functions perfectly with the same name and a date/time stamp on the end of it. Example: When trying to stop the service, it gives me a generic error message 'Error while stopping service': It makes me wonder if my service has somehow become corrupt? Is that possible, and how can i find a solution?
... View more
08-28-2017
05:36 AM
|
0
|
2
|
425
|
POST
|
Thanks for the reply James, I have enabled attachments on my feature classes and tables. When trying to publish these feature services in Arcmap, I include the attachment tables in the MXD, but it never seems like the attachment tables make it through to the feature service. They don't show on my service's rest endpoint. Is this normal, and will I still be able to do images? Also, What about in my actual survey form, will I need to put the image question in a repeat?
... View more
08-16-2017
05:49 AM
|
0
|
1
|
6
|
POST
|
Did this issue ever get resolved? I am now having the same issue when connected to our network through a VPN.
... View more
08-15-2017
06:09 AM
|
0
|
4
|
43
|
Online Status |
Offline
|
Date Last Visited |
11-19-2020
06:40 AM
|