|
POST
|
No issue with those being empty. Just means you did not load any data. But without records in there, not sure how you got an object error. My last guess is that a feature has a containment association, but the parent container has been deleted. If you add the Associations table to the map, we can look for any associations with errors. Download the UDMS tool and use the Create Utility Network System Tables View tool. Look for any records with error codes - MikeMillerGIS_0-1661872308297.png
... View more
08-30-2022
08:11 AM
|
0
|
1
|
3133
|
|
POST
|
Is there anyway you can share your data? I am not sure without looking at it. If you cannot share, can we find a time to do a share share? You can email me at [email protected].
... View more
08-30-2022
06:21 AM
|
0
|
0
|
1970
|
|
POST
|
Hmm, Maybe these are in the JunctionObject or EdgeObject classes and they are unlocatable, which would explain the lower left corner. Can you check the 4 Object classes for these GlobalIDs?
... View more
08-30-2022
06:20 AM
|
0
|
3
|
3143
|
|
POST
|
Really hard to see what is going on. If you set your server to Debug messaging, is there any info in the server log?
... View more
08-29-2022
11:07 AM
|
0
|
1
|
1483
|
|
POST
|
Ok, So it is an object error. Can you find the SJ feature by Global ID(Feature GUID) and load it into the Modify Association panel? This should tell us which association is bad. Also, we should check to see if this SJ has an empty geometry.
... View more
08-29-2022
09:54 AM
|
0
|
5
|
3156
|
|
POST
|
Could you share a screenshot? If you right click on the row and select show pop up, does it provide any more info?
... View more
08-29-2022
06:11 AM
|
0
|
7
|
3163
|
|
POST
|
Here is an example that might help. https://github.com/Esri/arcade-expressions/blob/master/attribute_rule_calculation/MoveFieldToParent.js
... View more
08-17-2022
02:06 PM
|
0
|
0
|
10838
|
|
POST
|
That code is incorrect. That will always return the first record in that table. You need to use filter and build a sql clause to get the record that matches $feature
... View more
08-17-2022
02:04 PM
|
0
|
1
|
10838
|
|
DOC
|
We have also created a GP tool to preform selections through associations, you can find those tools in our Utility Data Management Support github repo,
... View more
08-17-2022
03:40 AM
|
0
|
0
|
2166
|
|
POST
|
What type of field is SITE_ID, if it is numeric, that makes sense: var related = FeatureSetByRelationshipName($feature, "Evaluations", ['SITE_ID'], false) var record = First(related) if (IsEmpty(record)){ return <ADD THE ASSIGNED TO FIELD HERE, SUCH AS $feature.THEFIELDTHISISASSIGNEDTO> } return record['SITE_ID']
... View more
08-17-2022
03:13 AM
|
1
|
3
|
10854
|
|
POST
|
Might need to add some error handling. var related = FeatureSetByRelationshipName($feature,'MTH_Campgrounds', ["SITE_ID"], false) var record = First(related) if (IsEmpty(record)){ return "No Record Found" } return record['SITE_ID']
... View more
08-15-2022
04:37 PM
|
1
|
5
|
10893
|
|
POST
|
The result is a featureset, so you can loop over it or call first on it, such as : var related = FeatureSetByRelationshipName($feature,'MTH_Campgrounds', ["SITE_ID"], false) return First(related)['SITE_ID']
... View more
08-15-2022
03:58 PM
|
1
|
1
|
10895
|
|
POST
|
I confirmed that is the issue. Let me discuss with the developer and see if we can get a patch out to fix this.
... View more
08-10-2022
06:57 AM
|
2
|
0
|
2108
|
|
POST
|
What are your source layers. Maybe we did not account for shapefiles, csv or other items that do not have globalid on the describe object.
... View more
08-10-2022
06:48 AM
|
1
|
0
|
2116
|
|
POST
|
These are system managed fields and are only populated for subnetwork controllers: MikeMillerGIS_0-1659699764726.png 2: A picture would help. But will try to answer. The main distributor device may have no upstream features, but still has an upstream terminal, which allows it to be a controller. So it can be a controller for your tier 1.
... View more
08-05-2022
04:45 AM
|
0
|
0
|
1735
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 07-07-2026 06:45 AM | |
| 1 | 06-26-2026 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|