|
POST
|
https://support.esri.com/en/technical-article/000025025 Is it possible to alter the connector to fire when editing existing record (from sent folder or inbox)? To clarify this is in regards to Enterprise custom connector.
... View more
08-24-2021
12:08 PM
|
0
|
9
|
3659
|
|
POST
|
OutcomeSummary_copy is null OutcomeSummary_copy is not null
... View more
06-11-2021
05:45 AM
|
0
|
1
|
2886
|
|
POST
|
I am not using Batch, just on insert/update. But they may share the same limitation when editing a non-like FC types.
... View more
04-27-2021
01:22 PM
|
0
|
0
|
3902
|
|
POST
|
Source - Archive enabled (for use in Survey123) Target - Versioned Dataset
... View more
04-27-2021
01:20 PM
|
0
|
1
|
3907
|
|
POST
|
Are there limitations on versioned FC when working with advanced attribute keywords. I am attempting to do an update on another FC and I receive this error when triggering the rule. "Objects in this class cannot be updated outside of an edit session. My rule works when it is not versioned and I receive this message when it is versioned. I can't find any documentation on this. @XanderBakker @HusseinNasser2
... View more
04-27-2021
12:25 PM
|
1
|
6
|
3952
|
|
POST
|
I don't think the maps support pop-ups or what you are trying to do which is in effect the same as using Collector or Field Maps with a url link to prepopulate data in a survey. I would incorporate Field Maps into your solution for that function.
... View more
04-01-2021
08:33 AM
|
0
|
1
|
4107
|
|
POST
|
pulldata("@exif", ${q_1photoa}, "GpsLatitude") The above works on images but when appearance is set to annotate, the pulldata on '@exif' calculations stops working Is this to be expected?
... View more
03-30-2021
12:55 PM
|
0
|
1
|
1511
|
|
POST
|
A repeat with allowAdds with a nested repeat with images enabled with allowUpdates will allow a user to collect a new record and submit. It will then allow new images to be collected from the Inbox in the nested image repeat (shows blank as expected for images already taken) but the RowID of the repeat changes dropping the images taken with Collect. I have attached the survey. Notice how the 'Collect' images get dropped when the RowID changes to accommodate the new image. Should this be allowed yet as it doesn't work.
... View more
03-29-2021
07:50 AM
|
0
|
2
|
1266
|
|
POST
|
This script adds a number of rows to a table on insert of another table. It uses an array to updated a field value when these rows are entered. I would like to enter multiple field values instead of just one, which works as seen below. My first script is what works with one value, using a simple array. My second script is what I am trying to accomplish but I am not sure how to format my row. var rowid = $feature.uniquerowid
var myArray = ['value1','value2','value3']
var counter = 0
if(IsEmpty($feature.inspect_date)){
for (var os in myArray){
myArray[counter] =
{
"attributes": {
"parentrowid": rowid,
"q_2control": myArray[os],
"number": counter
}
}
counter++
}
return {
"result": rowid,
"edit": [{
"className": "featureClass",
"adds": myArray
}]
}
}
else {
return rowid
} I would like to enter multiple fields for each row added. Something like this: var rowid = $feature.uniquerowid
var myArray = [['value1A,'value1B'],['value2A,'value2B'],['value3A,'value3B']]
var counter = 0
if(IsEmpty($feature.inspect_date)){
for (var os in myArray){
myArray[counter] =
{
"attributes": {
"parentrowid": rowid,
"q_2control": myArray[os[a]],
"choice": myArray[os[b]]
"number": counter
}
}
counter++
}
return {
"result": rowid,
"edit": [{
"className": "featureClass",
"adds": myArray
}]
}
}
else {
return rowid
} @XanderBakker You can see above in my add statement I am updating two fields on each row...or trying to.
... View more
02-11-2021
08:38 AM
|
0
|
1
|
2692
|
|
POST
|
Is this by design? When I go to collect I can see the username as a note. When I copy an existing survey from the Inbox the username function does not work?
... View more
02-04-2021
10:45 AM
|
0
|
1
|
1006
|
|
POST
|
I would like to record the repeat number when collecting repeats. In other words, the '1' from 1 of 2 for question 1 and when I am question 2, the '2'. If I submit 10 repeats, I would like them numbered 1-10 in the feature class.
... View more
02-03-2021
08:29 AM
|
0
|
1
|
1449
|
|
POST
|
My issue is the users get logged out periodically for no reason (I have a ticket open) and we have no way to be alerted.
... View more
02-02-2021
07:26 AM
|
0
|
1
|
5107
|
|
POST
|
I would like to run arcpy 3.x scripts without being logged into Pro. Right now I can't even check to see if I am logged in or even log in because the scripts fail because I am not logged in. Can you make a 3.x copy independent of Pro?
... View more
02-02-2021
06:58 AM
|
0
|
7
|
5120
|
|
POST
|
We have a scheduled task machine with Pro installed to run python 3.x. Issue: if a user is not signed in (connected to portal), our python 3.x scripts to not run and we are not getting alerted via our error logging. Is there a way to be notified that the user has logged out? We have enabled offline mode which helps but sometimes the user still gets signed out (for instance when renew our license) . Is there a arcpy function that will alert us if Pro is not connected to a Portal?
... View more
01-21-2021
07:55 AM
|
0
|
1
|
1399
|
|
POST
|
I see where I can change the color, but where can I add text?
... View more
10-22-2020
02:23 PM
|
0
|
1
|
1684
|
| 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 |