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
Friday
|
0
|
1
|
100
|
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
2 weeks ago
|
0
|
0
|
24
|
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
2 weeks ago
|
0
|
0
|
90
|
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
2 weeks ago
|
0
|
3
|
126
|
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
2 weeks ago
|
0
|
0
|
869
|
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
4 weeks ago
|
0
|
1
|
70
|
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
4 weeks ago
|
0
|
2
|
65
|
POST
|
I have a unique ID field titled "field_id". I would like my Survey123 Form to scan my feature service records and return the maximum integer value + 1 for a particular field. There is a formula named max(${}), however the max(${}) formula's scope is limited to the single feature service record existing in the Survey123 Form, and not all the features in the feature service.
... View more
01-28-2021
07:59 AM
|
0
|
2
|
104
|
Online Status |
Offline
|
Date Last Visited |
Friday
|