|
IDEA
|
I've found the Python API to be helpful for the tasks I've needed to accomplish, though I wish it was more accessible for more users.
... View more
02-13-2024
01:09 PM
|
0
|
0
|
578
|
|
POST
|
Anyone know of a way to fix these attachments without having to reappend? We've since edited the dataset so we can't just truncate those records and reappend. I figured it out using the Python API: thehostedlayer = gis.content.get('ITEMID')
mylyr = thehostedlayer.layers[0]
fixoids = [1062,1063,1065] #made a list of the 100s of objectids of features that needed fixing
for oid1 in fixoids:
attachment_IDs = [a["id"] for a in mylyr.attachments.get_list(oid1)]
for attachment1 in attachment_IDs: #goes through each attachment, so it's fine if the feature has more than one
filepath = mylyr.attachments.download(oid1,attachment1,r"C:\Users\myname\Desktop\temp")
mylyr.attachments.update(oid1,attachment1,r'%s'%filepath[0]) If you use mylyr.attachments.get_list(objectid), you can see before you run the script, my attachment type for photos were 'application/octet-stream'. after the script, they became 'image/jpeg' and finally displayed properly in the popups in my webmaps. There was a delay, though, even with clearing my cache. I left my PC for about an hour and when I came back the popups were fixed.
... View more
02-13-2024
11:00 AM
|
3
|
1
|
4058
|
|
POST
|
I had a hard time finding this, so if it helps anyone else: you go into the specific initiative, click the dropdown in the top left (the initiative's name), click Teams, then click on New in the top right to make a new supporting team. Then you can click on the icon for Add Members and you can multiselect different users from the community organization. I switched to my user account in Hub Premium and saw that I was indeed added into the group without having to approve anything.
... View more
02-09-2024
01:11 PM
|
0
|
0
|
1357
|
|
IDEA
|
@SeanKMcGinnis Thanks for the update! Would this also impact Integromat/Make?
... View more
02-07-2024
10:13 AM
|
0
|
0
|
5074
|
|
POST
|
Hi @SandraCHayden ! Are you having the same issue with it only loading some of the time? We didn't get it to work 100% of the time, but there was some improvement when I really tried to cut back on what needed to load in the app: Removed unnecessary layers in the map, set better visibility by zoom level, used vector basemaps, used vector symbology on points, reduced the photos showing in my "photo gallery" dashboard widget, cleaned up the popups to make them more efficient (they have lots of arcade), etc....
... View more
02-06-2024
08:03 AM
|
0
|
0
|
1018
|
|
IDEA
|
@AdrianWelsh oof I run into that often too... I love having unlimited viewers in portal, but all the cool stuff takes forever to trickle down to portal
... View more
01-26-2024
12:04 PM
|
0
|
0
|
3381
|
|
POST
|
Hi @DougMorgenthaler , reviving an old thread here. Do you know if there's been any progress on this with Field Maps? It's getting to be a hassle having duplicate layers out there and my users are getting confused. If there isn't a better solution yet, do you know which Referrer IDs will get it to work in Field Maps as of 2024?
... View more
01-03-2024
09:24 AM
|
0
|
0
|
2516
|
|
POST
|
Which applications do the entries in your image allow? I'm trying to get Field Maps to work.
... View more
01-03-2024
09:15 AM
|
0
|
0
|
1177
|
|
IDEA
|
Thanks for the tips @AkshayHarshe! I didn't even realize that clicking on the symbol would turn off the layers in the map. That's also great to know that it will honor the visibility set on the layer in portal. I will definitely use that.
... View more
12-22-2023
09:17 AM
|
0
|
0
|
1396
|
|
IDEA
|
Hi @AkshayHarshe, I haven't been able to try out the new filter capabilities, but as it's a filter, I assume it wouldn't have the flexible capabilities of an address locator and would only search on the exact string, so it would only be a temporary workaround. I'm still hoping for a built-in search box that can use a geocoding service.
... View more
12-22-2023
09:15 AM
|
0
|
0
|
1437
|
|
POST
|
Thanks for the CSS! How do you get the SVG icons in the bottom right corner to change their color? Also, is there a way to change the height here to get rid of empty space? Update: Looks like I can get the icons with this. Please let me know if there's a more specific way. /*Colors for icons on cards*/ svg { fill:#344c5f !important; }
... View more
12-20-2023
09:43 AM
|
0
|
2
|
3389
|
|
POST
|
Hi @ShanaBritt, Sorry, but I still don't understand the best practice. Your example has addresses, however sometimes we're locating tables without addresses, only parcel PINs like this: It does work when I geocode, but for best practice, I would want it to match automatically if the table has a "PIN" field. When setting up the locator, "Parcel Name" is required so I assume "PIN" would go under that. However, I don't see an option to give alternate names for "Parcel Name" on that second screen. Should I just put all the alternate names (like PIN, Parcel ID, PID...) under Address?
... View more
12-20-2023
08:29 AM
|
0
|
1
|
2641
|
|
IDEA
|
@jill_es do you have a fix for those still affected or do we have to remove and readd every attachment? I posted a solution in another thread.
... View more
12-19-2023
03:20 PM
|
0
|
0
|
2927
|
|
IDEA
|
hey @PeterMacKenzie2 , may not be quite what you're looking for since it's not data expressions, but dashboards now allows the "contains" operator (acts like a LIKE) so we can finally search on those multi-choice survey123 questions.
... View more
12-19-2023
01:52 PM
|
0
|
0
|
3522
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-23-2025 06:30 AM | |
| 1 | 03-10-2026 10:37 AM | |
| 3 | 03-05-2026 01:21 PM | |
| 1 | 02-12-2026 07:21 AM | |
| 2 | 09-04-2025 12:24 PM |
| Online Status |
Offline
|
| Date Last Visited |
17 hours ago
|