|
BLOG
|
How cool would it be to custom develop 3.6 in AppStudio?
... View more
10-07-2019
07:05 AM
|
0
|
0
|
12805
|
|
POST
|
1. The Stylet does not work with Survey123 3.6.153 or 3.5. Is this suppose to work? I would expect S123 to respond to any touch with Finger or Pen. 2. Camera does not rotate properly on Surface running Windows 10 Pro when using portrait mode.
... View more
10-07-2019
07:03 AM
|
0
|
7
|
3128
|
|
POST
|
Although the field type is null, the field name is preventing the survey from publishing... Version 3.6.137 on Portal 10.7.1
... View more
10-02-2019
09:17 AM
|
0
|
3
|
954
|
|
POST
|
It will work if you published in the same feature service. It also will only work if you use the inbox because in order to update the Parent, you have to use the inbox to update existing records as Collect would just create a new parent record. That being said, it can be done strictly with Survey123 and the Inbox.
... View more
09-26-2019
07:08 AM
|
0
|
0
|
1015
|
|
POST
|
Can you add that logic right to Survey123...(I say yes.)? Add the Parent Table and Needs Attention field to the survey (hidden or not). When a field in the related table is updated it calculates "Yes" in the parent. Every time a related table is updated or created, the Parent is flagged when the data is submitted.
... View more
09-24-2019
07:15 AM
|
1
|
3
|
1015
|
|
POST
|
Tina, It appears as though I do not have any active Kits installed so my debugger button is grayed out. How do I add a kit?
... View more
09-19-2019
02:32 PM
|
0
|
3
|
4423
|
|
POST
|
I'm not quite sure how SurveyInfoPage.qml references title object, therefor I cant seem to get the description to be referenced in SurveyInfoPage.qml
... View more
08-28-2019
10:41 AM
|
0
|
0
|
1138
|
|
POST
|
I am currently hiding the Collect option based on Title of the form. I would like to be able to hide the Collect based on coding in something else that I can later add to the form. Is there something I can pull from the XLS form that the user doesn't see (or does) so I don't have to hard code titles. I would like to use match like below, but not title. Can I grab 'form_id', 'summary' or even 'description'? title.match(/Some Awesome form_id.*/) Here is what I have: SurveyInfoPage.qml line 527 enabled: if ( title == "Some Awesome Survey"
{false } else {true } Erwin Soekianto
... View more
08-28-2019
08:26 AM
|
0
|
2
|
1230
|
|
BLOG
|
When 3.5 is released to AppStudio 4.0 Beta can we assume that it is production worthy even though it is build in the Beta AppStudio? In other words it is the same build as the marketplace Survey123.
... View more
08-01-2019
02:56 PM
|
0
|
0
|
312
|
|
POST
|
When I use memory (replacement from in_memory) my model runs great. When I try and publish as a Web tool it wants me to register memory with the database. I know this does not seem correct. How do I use memory with a web tool from Pro?
... View more
07-25-2019
08:18 AM
|
0
|
0
|
577
|
|
POST
|
Looks like I can access other features but I cant get this to work.
I am trying update one field (SEEDED) based on another field (seeded_mulched) using the parentrowid and uniquerowid.
My target points to the Feature class SEEDED field based on the sql expression.
Any suggestions?
var fc = FeatureSetByName($datastore,'SUDOE.DBO.s123_pandareclam',['SEEDED']);
var t_parent = $feature.parentrowid;
var sql = "uniquerowid = '" + t_parent + "'";
var target = First(Filter(fc, sql));
var t_seed = $feature.seeded_mulched
if ((t_seed) == "Satisfactory")
{
target = "PASS";
}
After enabling the trigger as an attribute rule. When I change seeded_mulched to "Satisfactory", it reverts back to null.
... View more
07-12-2019
01:49 PM
|
0
|
1
|
3595
|
|
POST
|
I have a view and I want to update a feature table based on the views changes. Using arcade and attribute rules you can updated fields based on other fields values, I want to updated another tables field based on a fields value. (in an EGDB) Seems like I need the equivalent to 'FeatureSets' but in a GDB and not AGO/Portal. Its doesn't seem to work because I don't know if you can or how to do it.
... View more
06-26-2019
02:22 PM
|
0
|
3
|
3595
|
|
POST
|
I would like to update a feature based on the values from another table. Can I reference other tables using attribute rules and arcade. 'FeatureSets' seems to only refer to referencing other layers in AGOL/Portal. Thanks! Xander Bakker ?
... View more
06-26-2019
01:05 PM
|
0
|
9
|
3905
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2026 08:20 AM | |
| 2 | 06-11-2026 02:54 PM | |
| 3 | 06-11-2026 05:45 AM | |
| 1 | 06-09-2026 02:07 PM | |
| 1 | 06-05-2026 01:26 PM |