POST
|
Hi Steven, What settings are you using for the actions when adopting and abandoning assets? The Adopta widget won't automatically kick the correct date (or clear the date) based on the pop up configuration. If the values aren't quite populating correctly when the widget is set, would it be possible for you to send a screen shot of the widget configuration and the URL for your asset layer? With regards to photos, are you trying to attach through the map viewer or through the Adopta widget? At this time, Adopta can only send preconfigured edits to the asset layers (adopt, abandon, clean, etc.). If you are trying to simply get the attached images to show in Adopta, the top right panel is simply the pop up. If you can get it to show up in the pop up, it should appear there too. Andy
... View more
12-16-2019
08:21 AM
|
0
|
0
|
514
|
POST
|
Hi Jared, If the layer doesn't load in the map, you should just be able to open the map, acknowledge the layer is not accessible, and then save it. Since the layer is not in the map at that point, it will update the map correctly. Andy
... View more
12-06-2019
02:54 PM
|
0
|
0
|
1659
|
POST
|
Thanks for sending that, Jared. When I access the maps (without the app) they give a warning that indicates one of the layers cannot be accessed. From this end it looks like the county boundary layer is inaccessible. Can you verify that this is shared in the same way as the rest of the layers? Andy
... View more
12-06-2019
12:05 PM
|
0
|
2
|
1659
|
POST
|
Hi John, Does every value need to have the extra padding or just values which are shorter than the full length you want? For example, would you want "0011" and "0111" or would you want these to be "0011" and "00111"? If you want the former, you can change the width of the integer generated so your expression would look like this "MANHOLE|4|SSMH[seq]". That should ensure the sequence is 4 digits and will pad with leading zeros Andy
... View more
12-06-2019
10:17 AM
|
0
|
0
|
1228
|
POST
|
Hi Jared, Are you still seeing these issues? If so, any chance you can share a link to the app? Andy
... View more
12-04-2019
01:04 PM
|
0
|
4
|
1659
|
POST
|
Hi Brent, What type of filters are you using on the web map? If you set the filter to "Ask for Values", does the filter appear as you would expect? Andy
... View more
12-02-2019
12:20 PM
|
0
|
0
|
1181
|
POST
|
Hi Dan, You should be able to take care of this with Arcade expressions. Depending on how the data is set up, the expressions would be of varying complexity If you have the subdivision information in the data, you can simply run that value in an if/then/else expression: if (subdivision_number == 1){ return URL_1 }else if (subdivision_number == 2){ return URL_2 }else if( subdivision_number == 3){ return URL_3 } If the subdivision is stored in another layer (it sounds like this is your set up), you can simply pull it with a intersection. var intersecting_division = Intersects ($feature, subdivision_feature) if (intersecting_division.subdivision_number == 1){ return URL_1 }else if (intersecting_division.subdivision_number == 2){ return URL_2 }else if( intersecting_division.subdivision_number == 3){ return URL_3 } What ever you return as the URLs you can then just set as a hyperlink in the pop-up. You can also built the URL within the arcade if you need more variants, such as a specific feature's plans or permits. Andy
... View more
12-02-2019
11:36 AM
|
1
|
0
|
1098
|
POST
|
Hi John, If you don't have the ConfigFiles folder, it sounds as if something isn't quite getting unpacked correctly. I suggest reaching out to Technical Support. They'll be able to help get everything working. Andy
... View more
09-25-2019
09:36 AM
|
0
|
1
|
5032
|
POST
|
Sorry that didn't quite work. There are still a few more things we can try that I was hoping to avoid since they require some resets. When Attribute Assistant installs, it generates a configuration file which tells the tool how to behave. If you navigate to 'C:\Users\<USERNAME>\AppData\Roaming\ArcGISSolutions\ConfigFiles' you should see a file named 'loaded.aa.config'. If you delete this file, ArcGIS will recreate a new copy on the next load of the program. I'd suggest rebooting your machine before the restart just to get everything cleared up. If that still doesn't work, you can do a soft reset of ArcMap. This will reset all of your toolbars and mxd preferences, so I suggest taking screen shots to make sure you remember what you have. If you navigate to 'C:\Users\<USERNAME>\AppData\Roaming\Esri\Desktop10.6\ArcMap\Templates' you will find a file named 'Normal.mxt'. This is the template that ArcMap updates every time you save, open, or close the program. If you rename this to 'Normal_old.mxt', it will disconnect it from the program. When ArcMap is rebooted, it will recreate this file. Once again, I'd suggest a reboot between renaming and restarting ArcMap. Andy
... View more
09-19-2019
08:18 AM
|
0
|
0
|
5032
|
POST
|
Hi John, This will sound silly, but try un-installing and then reinstalling a new download of the add-in. I've seen that workflow fix this error quite a few times. I've also seen changing level of security on your Add-In manager work. If you go to Customize > Add-In Manager and then go to the options tab, you can change the levels to "Load all Add-Ins without restrictions" . Restarting ArcMap will set the settings saved. If neither of those work, try changing the method you are using for installing the addin. You can change where ArcMap looks for Attribute Assistant by going to Customize > Add-In Manager and then going to the options tab. Here you can add the folder where you have the Attribute Assistant File (I suggest a place in documents so you don't lose it and it doesn't try to read your entire machine). Restarting ArcMap will once again save the settings. Andy
... View more
09-18-2019
01:49 PM
|
1
|
0
|
5032
|
POST
|
Hi Allison, You can deploy a new copy of a solution by changing the settings of the deployment. In the Top right corner, the three parallel lines (looks a bit like a hamburger) is a drop down where you can change the settings. If you uncheck "Use Existing Items in the Organization", it will redeploy everything for you. If you then need to use some of the existing services (reference layers or other data), you can then just switch them in on the webmap.
... View more
08-07-2019
10:54 AM
|
3
|
0
|
902
|
POST
|
Hi Sue, Are you hoping to display the data as a gauge or an indicator? Both of these can filter on a date field and can have multiple filters added. You can build something like: 'Appraisal' = "New" and 'EditDate' is within the Last 1 Day. In the image below, I'm just using the editor tracking fields, but if you have an "Appraisal Date" field, that too would work. The exact same filter will work on an indicator, it will just look different. Andy
... View more
08-07-2019
10:49 AM
|
1
|
1
|
1408
|
POST
|
That certainly makes the workflow you are looking for easier. To do this, you'll need to use the Generate ID by Intersect method (link below). Essentially, this will have a unique ID sequence for each area you are intersecting. The area you are intersecting will be used to dictate which ID Sequence to follow. Generate ID by Intersect: https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-sequences-and-id/#generate-id-by-intersect This will also require a Generate ID Table, if you don't already have one. Documentation on this can also be found below. Generate ID Table: https://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/ Cheers, Andy
... View more
07-17-2019
08:24 AM
|
0
|
1
|
987
|
POST
|
Hi, From your description, it sounds as if the sites we are talking about are an area, and not a related record, correct? Without a related record you would use the GenerateID method to create a unique ID for the sites. We can then use the Generate ID by Intersect Method to automatically pull that ID into your features and combine it with a new feature ID. If you are working with a related record on Points/Lines as the site, you'd want to generate IDs for both features, and then use Copy Linked Record and the Expression Method to pull the value from one feature to another. You can force what order everything will trigger in with the weighting features available in Attribute Assistant. Andy
... View more
07-12-2019
08:19 AM
|
1
|
3
|
987
|
POST
|
Hi Ben, Not sure if you have already gone down this path, but have you looked into using connectivity rules within a geometric network? Connectivity Rules in the Geometric Network should allow you to make these types of connections. By default, it would have to create one type per line type (ie a Main needs to be created with Endpoint), but you could design it so a Main can only have an Endpoint or Storm Drain. If the point you make isn't one of those, it wouldn't connect to the network. You could then run a trace to find disconnected features and delete them all so you don't have finger fudges or such hanging around. There are also a suite of tools designed specifically for editing these networks so if you need to move or add features such as storm drains or manholes, you can do it with very little hassle. What Are Geometric Networks: http://desktop.arcgis.com/en/arcmap/latest/manage-data/geometric-networks/what-are-geometric-networks-.htm About Geometric Network Connectivity Rules: http://desktop.arcgis.com/en/arcmap/latest/manage-data/geometric-networks/geometric-network-connectivity-rules-about-geometr.htm Water Geometric Network Editing and Analysis: https://solutions.arcgis.com/utilities/water/help/network-editing/ Cheers, Andy
... View more
06-28-2019
08:08 AM
|
0
|
0
|
1313
|
Title | Kudos | Posted |
---|---|---|
1 | 04-08-2025 01:48 PM | |
1 | 03-31-2025 08:06 AM | |
2 | 01-24-2025 08:36 AM | |
1 | 10-16-2024 11:51 AM | |
1 | 03-06-2023 10:38 AM |
Online Status |
Offline
|
Date Last Visited |
08-27-2025
09:07 AM
|