|
POST
|
Hi @DfIRivers Maybe non the best solution but: I exported the feature Layer from ArcGIS Online and I use it as archive in ArcGIS Pro. Then, at the end of every month, I Append the assignments of that month from the Online layer to this archive and I delete the assignments from the Online layer in ArcGIS Pro. Every beginning of the month the Assignment layer is empty and my offline has all the old records. The archive layer could be republished on Online, but in our case there is no need.
... View more
01-30-2025
05:51 AM
|
0
|
0
|
3852
|
|
POST
|
Hi! I have a Custom HTML/CSS header configured for Hub. I need to add a menu link that links to an app shared with a group and visible only if the user is signed. For the Standard Header I managed to make this work and it is pretty easy, but fort he Custom one seems to be more complicated, hopefully not impossible. First of all: is it even possible to the best of your knowledge? As, per my attempt, I interrogated ChatGPT and it suggests to modify the HTML with this class <li class="private-link" style="display: none;"> modify the CSS with this: .private-link { display: none; add this JavaScript caller to the HTML, but when I do so, the javascript disappears from the text an in fact also the menu link disappears because it take the display:none class. Actually to the best of my knowledge, JavaScript is not supported at all. <script> async function checkUserAuth() { const portalUrl = "https://geogovmt.maps.arcgis.com/sharing/rest/community/self"; try { const response = await fetch(portalUrl, { credentials: "include" }); const user = await response.json(); if (user.username) { // User is signed in, show the private menu link document.querySelectorAll(".private-link").forEach(link => { link.style.display = "block"; }); } } catch (error) { console.error("Error checking authentication:", error); } } // Run the function when the page loads document.addEventListener("DOMContentLoaded", checkUserAuth); </script> Thanks!
... View more
01-30-2025
04:30 AM
|
0
|
1
|
1167
|
|
POST
|
Yes, I was referring to this article, but while I have already implemented some of the solutions there, I am not sure if I can type/select a property No from a list and have the corresponding polygon selected (or a point in the centroid, actually), this would be my goal.
... View more
12-12-2024
05:02 AM
|
0
|
1
|
1066
|
|
POST
|
Hello! I set up a search in map by layer and I would like the user to search for a particular property in case he is filling the survey when not on site. It is already set up and the only thing i see is the address, which is disabled in my settings. (then I read "use in ArcGIS Collector" "use in ArcGIS Field Maps" only. If not possible, would the search at polygon work by typing a property number and the point on map is created? Thanks!
... View more
12-12-2024
04:00 AM
|
0
|
3
|
1078
|
|
POST
|
Hello, Trying to figure out if it is possible to collect information in a text box and then transform the automatically in bullet point (in a Report). I read that is possible to do it with a select multiple but here I need free text as there is no choice and bullet point could have 1 or 10+ entries. Solved: Word Report 'Bullets' format - Esri Community Any idea? Thanks!
... View more
11-28-2024
08:14 AM
|
0
|
2
|
1150
|
|
POST
|
Hi @JakeSkinner, this seemed to be the issue, completely forgot about it. Thanks!
... View more
11-20-2024
05:34 AM
|
0
|
0
|
1197
|
|
POST
|
Hello! ArcGIS Enterprise 11.3 Feature Layer that reference a database table is visible to users only if they are administrators The service is shared in groups and also with the org, but irrespective to this, only if I make them admin they can see a dashboard containing this data. Everything is fine with hosted FL. It looks like that it has to do with permission of the database table itself, but I am not sure what I need to change exactly. I published the service and I register the database. The database isn't geo enabled. Thanks!
... View more
11-20-2024
05:07 AM
|
0
|
2
|
1214
|
|
IDEA
|
As described here: https://community.esri.com/t5/arcgis-survey123-questions/does-the-survey123-web-app-support-readonly/td-p/806469 Survey123 does not support the read only expressions when the web form is used. More that 5 years have passed since this post was created. One of the thread mentions that there is an enhancement open but nothing has been done. Thanks!
... View more
11-14-2024
06:23 AM
|
5
|
0
|
633
|
|
POST
|
Hi @AaronKoelker old post, maybe you already solved, but I found this post while I was looking for something else. in 3.20 the option is there, and I believe it was there also in the previous ones. I am an admin in this org.
... View more
11-08-2024
12:38 AM
|
1
|
0
|
5290
|
|
POST
|
Hi @Yogesh_Chavan the problem is that I don't know how to access the machine. As I said I am still new to Azure and I am still figuring it out. As I said, I did not "Enable remote desktop access using a jumpbox port" and I don't know if I had to do that. in My Azure I tried to access and I can't, not sure what is the cause.
... View more
11-04-2024
07:07 AM
|
1
|
0
|
1230
|
|
POST
|
Hello! I am testing a deployment in Azure, and I am still figuring out things as the only deployments I have worked so far are on physical machines. I deployed using the cloud builder for Azure, single machine, 11.3, I did not set up a remote access. I now need to extend the Server license to Data interoperability, and I need to install the FME Package...how can I do it? Since there is not remote access set up am I stuck? this is a more general question, what do I need to do if I need to tackle these kinds of issues in the future? Thanks!
... View more
11-04-2024
01:57 AM
|
0
|
2
|
1273
|
|
POST
|
To add on this: the issue is half solved, the issue of yesterday is sorted (not sure how) but I have a new one. Yesterday I switched off the Azure machines, this morning I put them on again and I could access the layers. I am the owner of both distributed groups and the admin of organizations. I added 2 new users in the AGOL group but they cannot see it same issue the item is visible but data isn't accessible. Logged as one those accounts, If I refresh the item in AGOL, I get a login page. But this AGOL account does not have an account in Enterprise.
... View more
11-01-2024
04:35 AM
|
0
|
0
|
954
|
|
POST
|
Hi @JakeSkinner Thanks for your reply. My current priority is to have real-time data of a referenced SQL database published on a service on Enterprise and available on AGOL. I set up a bi-directional (but I can change it into Enterprise --> AGOL as this is what I need. To clarify: the layer that I try to access is hosted in Enterprise and I am opening in AGOL. Items are referenced Enterprise 11.3
... View more
10-31-2024
12:35 PM
|
0
|
1
|
992
|
|
POST
|
Hello, I set up an Enterprise instance in Azure. Self signed certificate. (I am quite sure the issue is here, I am very unfamiliar with it, though) I set up a distributed collaboration with AGOL and everything is ok. I see the group and the content. But, if I try to access the layer I get an error: "There was an error" What I need to configure in order to fix the things? Thanks!
... View more
10-31-2024
09:23 AM
|
0
|
3
|
1022
|
|
POST
|
Thank you @RobertKrisher , I tested the connection to the database in Notebooks and it works, so it is going to be the first thing I will try to do tomorrow. ATM I need the data as is so probably I will not need Data Interoperability at all. Question: when I publish a service on by referring the registered database on Enterprise I see the updates real-time every time something changes. If I implement the Notebook, this is going to be a update (the notebook runs and only if it runs it will e.g. truncate/append), correct? I will not get a direct connection. Thanks again!
... View more
10-31-2024
09:15 AM
|
0
|
1
|
1836
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-04-2025 08:07 AM | |
| 1 | 12-18-2020 02:18 AM | |
| 1 | 01-30-2017 08:08 AM | |
| 1 | 11-08-2024 12:38 AM | |
| 1 | 11-27-2023 08:36 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|