|
POST
|
Hi Johannes, Because as you seem to know already, not all systems work with Attribute Rules. Even with between ArcMap and ArcGIS Pro, I would need implement two different systems to accomplish the same thing. Then add in all the ArcGIS Online products. If I use QuickCollect to capture features then I also have to accommodate for this, as well any other web-editing product. It would be a perpetual cycle of constantly having to make adjustments to any bit of code/app anyone creates going forward in order to accomodate for this MXCREATIONSTATE field. IMO the best solution is something that works on the back-end and is invisible to the front-end users/developers. SQL Triggers might just be it, but that is up to the DBAs to decide.
... View more
03-25-2022
05:13 AM
|
1
|
0
|
5119
|
|
POST
|
Hi, What I need to do is figure out how to update a field in any feature class each time an edit is made to it. This is to support our asset management system, Maximo. The field is called MXCREATIONSTATE and will exist on many different feature classes in our corporate SDE. Some users use ArcMap, some use ArcGIS Pro, some use FME to make updates, some use web editing tools. Going forward other front-end apps could also make edits. What is the best way to handle this sort of situation? The out-of-the-box Attribute Rules/Attribute Assistant don't really seem to cover all the bases here. Basically, anytime an edit is made (or new feature is created) MXCREATIONSTATE must be updated to 1. Any ideas are appreciated. Thanks,
... View more
03-24-2022
12:43 PM
|
0
|
25
|
10389
|
|
POST
|
Hi, Just posting here since there was no other category that really fit. What I need to do is figure out how to update a field in any feature class each time an edit is made to it. This is to support our asset managemetn system, Maximo. The field is called MXCREATIONSTATE and will exist on many different feature classes in our corporate SDE. Some users use ArcMap, some use ArcGIS Pro, some use FME to make updates, some use web editing tools. I'm thinking there must be some sort of geodatabase extension that can be created to do this on the back-end, but not really sure where to start. It's quite simple. Anytime an edit is made (either tabular or spatial) MXCREATIONSTATE must be changed to 1. Any ideas are appreciated. Thanks,
... View more
03-23-2022
12:50 PM
|
0
|
1
|
1097
|
|
POST
|
Hi, I'm trying to update the field "WATER" with new values. We have just created a proper YES/NO domain for this field, so I want to update the existing 1 or 0 value to the proper domain value or "YES" or "NO". Can anyone explain what might be happening with this error I am seeing. I am a total NOOB to Python.
... View more
10-22-2021
07:51 AM
|
0
|
3
|
1927
|
|
POST
|
Hi @ShanaBritt It's been ages since I've looked at this, but I'll try to answer your questions. 1. Yes, I was using the same locator in both Pro and ArcMap 2. I have no idea. I created the ADDR_Durham_Pro ages ago. Is there a way to backtrack and find out? 3. No. 930 Byron Street will not geocode, since there needs to be a N or S distinction. 4. I most likely do not have that privelege, so probably why it's not working.
... View more
09-28-2021
01:03 PM
|
0
|
1
|
3720
|
|
POST
|
That's great. Thanks for the explanation of what is going on. Is there a way to set the default language so I don't have to go in and manually change it for each layer? Perhaps a system setting that overrides everything??
... View more
07-06-2021
09:42 AM
|
0
|
1
|
3165
|
|
POST
|
Yes, I understand, but why is the label not taking on the format that you apply to the field? Seems easier to just set it in one place than to have to go to multiple different places to show the same formatting.
... View more
06-30-2021
11:59 AM
|
0
|
0
|
3187
|
|
POST
|
Hi, Just wondering if you set the Number Format for a specific field, should that also be reflected in the Labeling of that field in the map? For example, I have the Number Format for a DATE field set to this: But in my map it just shows the default format. In the table it is showing the proper format though. Is this a glich, or just how it works??
... View more
06-30-2021
08:37 AM
|
0
|
5
|
3242
|
|
POST
|
Hi @MichaelVolz My current portal for all of the above screenshots is:
... View more
06-17-2021
11:12 AM
|
0
|
0
|
4000
|
|
POST
|
Hi @MichaelVolz , The World Geocode does not even appear as an option, yet is in my projects Locators folder.
... View more
06-17-2021
06:16 AM
|
0
|
1
|
4007
|
|
POST
|
Whenever I try using the ArcGIS World Geocoding Service I get this error: Is this the correct URL?? https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/ArcGIS%20World%20Geocoding%20Service
... View more
06-16-2021
10:13 AM
|
0
|
1
|
4027
|
|
POST
|
I'm trying to Geocode using ArcGIS Pro 2.8. With my 'Tied' addresses is there a way to get the ties to show up in the candidates window?? For me, the candidates window is just blank: If I use ArcMap 10.4 to Geocode I do see the list of candidates shown: Am I missing a setting or something in ArcGIS Pro?? Thanks,
... View more
06-16-2021
07:56 AM
|
0
|
11
|
4694
|
|
POST
|
Hi @Wolf , Not sure if this is an issue, or just how things work, but when I style a button in .NET IDE I do not actually see the style on .NET. It appears like this: But in the final deployment it does show up correctly: My button code looks like this: <Button x:Name="btnSelectFile" Style="{DynamicResource Esri_Button}" Content="Select Scanned File" HorizontalAlignment="Left" Height="34" Margin="276,746,0,0" VerticalAlignment="Top" Width="146" Click="btnSelectFile_Click"/>
<Button x:Name="btnSelectFile_Copy" Style="{DynamicResource Esri_Button}" Content="Transfer Attributes" HorizontalAlignment="Left" Height="34" Margin="50,746,0,0" VerticalAlignment="Top" Width="146" Click="btnSelectFile_Click"/>
<Button x:Name="btnSelectFile_Copy1" Style="{DynamicResource Esri_Button}" Content="Save and Copy Files to Web" HorizontalAlignment="Left" Height="34" Margin="536,746,0,0" VerticalAlignment="Top" Width="177" Click="btnSelectFile_Click"/>
<Button Style="{DynamicResource Esri_ButtonForwardSmall}" Content="Button" HorizontalAlignment="Left" Height="34" Margin="221,746,0,0" VerticalAlignment="Top" Width="29"/>
<Button Style="{DynamicResource Esri_ButtonForwardSmall}" Content="Button" HorizontalAlignment="Left" Height="34" Margin="465,746,0,0" VerticalAlignment="Top" Width="29"/> And my ProWindow seems to have the proper references: <controls:ProWindow x:Class="AsBuiltsTool_ArcPro.wdwAsBuilts"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:AsBuiltsTool_ArcPro"
xmlns:controls="clr-namespace:ArcGIS.Desktop.Framework.Controls;assembly=ArcGIS.Desktop.Framework"
mc:Ignorable="d"
Title="As-Built Link to Contract Database" Height="825" Width="732"
WindowStartupLocation="CenterScreen" Loaded="ProWindow_Loaded"
>
... View more
06-03-2021
12:23 PM
|
0
|
0
|
8511
|
|
POST
|
Thanks Kris!! I always forget about the style guide links when troubleshooting WPF stuff. That was very helpful and super easy to implement.
... View more
06-01-2021
10:41 AM
|
0
|
0
|
8532
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-29-2026 07:40 AM | |
| 1 | 10-17-2023 07:40 AM | |
| 1 | 04-14-2026 08:54 AM | |
| 2 | 08-18-2023 08:57 AM | |
| 1 | 04-13-2018 10:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-29-2026
09:43 AM
|