|
POST
|
Can you format the JSON response to just have the token and no other text?
... View more
11-08-2018
08:44 AM
|
0
|
1
|
5002
|
|
POST
|
Is there a fixed string length to an AGOL token or does it vary every time generateToken is called via REST? Right now I'm using https://www.arcgis.com/sharing/rest/generateToken?f=pjson&username=MYUSERNAME&password=MYPASSWORD&referer=http://www.arcgis.com&expiration=120 If not can the token, ssl, and expiry field and quotes be removed from the response?
... View more
11-08-2018
08:34 AM
|
0
|
6
|
2953
|
|
POST
|
I have data in Survey123 that is collected using a repeat for the purpose of a related table. My goal is to pass the data to another feature service using REST update command. I have pushed text fields before via REST to other feature services without issue. Now if I was to do that same with related data from this feature service to related data in a 2nd feature service...will this cause any issues?
... View more
11-07-2018
12:17 PM
|
0
|
3
|
1838
|
|
POST
|
So if my domain is this: www.example.com and my app is stored at directory /app... i can build my link like this: www.example.com/app&query=census_8491, OBJECTID,1 Is that correct?
... View more
11-07-2018
09:39 AM
|
0
|
3
|
2015
|
|
POST
|
Is there a way to pass into a zoom level or position into an WAB app via the app URL? Similar to what you can do in Survey123 and Collector. Also, is there a way to open a particular web map in the WAB app via URL?
... View more
11-07-2018
08:39 AM
|
0
|
7
|
2104
|
|
POST
|
That's perfect thanks! The property('username')='Internal' formula is giving me an error. Also with ${Name}='Internal' as the relevant field, when a user logins in they don't see the fields, which is great. But when they submit data it doesn't grab their username or email from my pulldata function. Another question though. Can you put an if on pulldata()? I want to check if the user is me (the internal account), if true then grab the email from a csv file I have as it contains emails for all users...since I can't pull from the AGOL account as it would pull my email and not the user's email.
... View more
11-06-2018
08:35 AM
|
0
|
2
|
3592
|
|
POST
|
To provide some info to your response: There will be no situations where ${Call_In_Name} is selected, but you still want to use ${Name} instead Using the following method: if(string-length(${Call_In_Name})>0, ${Call_In_Name}, ${Name}) doesn't seem to overwrite the data already in the textbox (which would be the username) The select one question will be hidden to all users except to myself (admin account). Will using this approach and relevant criteria cause the fields to be blank? Yes name should be used all the time unless I (admin) wants to override but not capture my AGOL login info and I then see the select one question and override the username The workflow is the following: staff member submits a request using the survey the process continues through to be dispatched and work completed. A second survey is employed to edit and dispatch crews But if a staff member doesn't use the survey and calls me, I want to be able to add in the request on their behalf This creates the need for a workaround so that my AGOL username isn't shown in the data
... View more
11-05-2018
02:23 PM
|
0
|
4
|
3592
|
|
POST
|
I have this: if(${Name}='Internal', ${Call_In_Name}, ${Name}) Where Name is the name of the account Call_In_Name is a select one answer This is going into a textbox. I want to grab Call_In_Name if the username (Name) is equal to "Internal", else just grab the username (Name) and put it into the textbox There is also a requirement to overwrite what's in textbox if the username is already in there and the user clicks on the select one question
... View more
11-05-2018
11:59 AM
|
0
|
6
|
3592
|
|
POST
|
What is the structure of an if/else statement in Survey123? I'm trying to check the username of the user, if true then grab the answer from a select one question, if not then just grab the username from the username question type. No luck so far
... View more
11-05-2018
11:07 AM
|
0
|
8
|
3880
|
|
POST
|
Just to confirm that would provide the same results as the following: https://domanin.com/testingApp/?mobileBreakPoint=10
... View more
11-05-2018
06:48 AM
|
0
|
1
|
2190
|
|
POST
|
I'm looking to use code to add in the mobile breakpoint into my URLs instead of doing it through my web server. Is this an option?
... View more
11-02-2018
07:15 AM
|
0
|
6
|
2399
|
|
POST
|
How can I change the text of the button on the splash screen widget in WAB? Need to keep the button want to change the text to "Continue" from "Accept"
... View more
11-02-2018
06:49 AM
|
0
|
1
|
619
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-31-2018 08:24 AM | |
| 3 | 12-18-2018 09:23 AM | |
| 1 | 12-02-2019 07:53 AM | |
| 1 | 04-24-2020 11:11 AM | |
| 1 | 08-14-2019 02:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:25 AM
|