POST
|
It appears the Add Global ID Tool in ESRI would take care of it but a higher level of license is needed to run that tool. Since my users may often have the lowest tiered version i opted for a different way. You can code for this directly in C# using System.Guid.NewGuid().ToString()); to populate your GUIDs.
... View more
03-08-2021
11:07 AM
|
0
|
0
|
161
|
POST
|
Hi, I am looking for information on populating GlobalID's in a geodatabase using ArcObjects for .NET. We have users who would like to edit features in Survey123 that were created in ArcMap. In order to work with Survey123, I need to adopt GlobalId usage. I'm just not sure on how to automate the population the GlobalId's in C#. Any information is appreciated.
... View more
02-26-2021
10:06 AM
|
0
|
2
|
269
|
POST
|
Yeah, you got a point. I've been playing with constrains and required fields and a lot can be done there. I'm in the process of taking a custom WebApp Builder Smart Editor Widget and making it a custom Survey123 app to take advantage of offline editing. Its definitely been easier said than done as these environments and wildly different to work in, but we are getting there.
... View more
02-17-2021
06:25 AM
|
0
|
0
|
101
|
POST
|
It appears i cannot use a zero in the field. Although that's what I want to do. The constrain objects everything other than null......I dont understand the logic here.....What am i doing wrong?
... View more
02-15-2021
02:06 PM
|
0
|
0
|
206
|
POST
|
Okay. Here is the logic: When a site_typ value is anything but 'T', constrain the diameter value to 0. Here is the code: if(${site_typ} != T, .= 0) Seems easy enough but it does not work. When i change the diameter value to 0, i still get an invalid message. Please help!
... View more
02-15-2021
11:52 AM
|
0
|
3
|
242
|
BLOG
|
In all the examples, i see one value being returned or altered when another value is altered How would i change multiple values based on one value being altered? Is this outside the scope of Survey123?
... View more
02-15-2021
11:27 AM
|
0
|
0
|
3793
|
POST
|
For example, in the javascript survey example, there is a pulldata() for apples, oranges, and fruit that gets totaled in the myFunction.js It looks like this: pulldata("@javascript", "functions.js", "smartsum", ${apples}, ${oranges}, ${pears}) Is there a way to simply send all attribute values, or the record over to a function in MyFunction.js? In C# or Java, this could be completed by passing in a model of the record, but i don't know how to do it using Survey123 and Javascript. If its complicated, i will simply list all the attributes. Not the biggest deal. I'm just looking for the cleanest solution. Thanks in advance.
... View more
02-04-2021
12:00 PM
|
0
|
1
|
110
|
POST
|
Hi, In my Survey123 Connect Form, how do i access the submit/save event? The Save event is available in WebApp Builder Smart Editor. We use it to verify values and alter values using condition statements. If uniqueID = null, assign max ID +1. Things like that. Basically scrubbing of the record so it plays nice when its imported back to the geodatabase. However, we are looking to migrate to Survey123, as Web App Builder does not work offline. So, back to my question, I am not sure how to access the Save Event in Survey123. Would i need to modify the application in AppStudio? If so, can someone direct me to where the save event is in the Survey123Template for AppStudio?
... View more
02-04-2021
08:21 AM
|
0
|
2
|
142
|
Online Status |
Offline
|
Date Last Visited |
a week ago
|