|
POST
|
Yes it is compatible, I would log a tech support case, they can help you out.
... View more
07-14-2016
05:45 PM
|
0
|
9
|
3536
|
|
POST
|
Here is the help - Attribute Assistant methods - Attribute Assistant | ArcGIS Solutions
... View more
07-14-2016
12:53 PM
|
0
|
0
|
748
|
|
POST
|
Can you share the version of the AA you are using and where you downloaded it from? I just downloaded it and the domain is included. The version should be 6.14.2016.
... View more
07-14-2016
12:50 PM
|
0
|
0
|
2157
|
|
POST
|
Justin, Could you turn on the Log file so we can see what is going on? the |True flag will only create a new ID on Features without an ID. Also, you have the rule set to only run on Create, how is the new ID being generated on that feature? Are you running the On Create rules tool from the AA toolbar? Info on turning on the log file - Configure Attribute Assistant - Attribute Assistant | ArcGIS Solutions
... View more
07-14-2016
12:45 PM
|
0
|
0
|
2157
|
|
POST
|
We have found an issue with the On Manual method, posted a new version of the AA with a fix on another AA thread - https://community.esri.com/message/621095#comment-621095
... View more
07-14-2016
12:37 PM
|
2
|
0
|
2408
|
|
POST
|
We have identified a bug with On Manual on features. I apologize for this issue. Our next planned release is around the 10.5 release. I attached a version with the issue resolved. *Removed attachment as fix has been released on the solution site
... View more
07-14-2016
12:34 PM
|
1
|
4
|
4333
|
|
POST
|
Try this link http://downloads2.esri.com/support/TechArticles/Water_Utilities_Data_Model.pdf
... View more
07-11-2016
12:02 PM
|
0
|
0
|
2095
|
|
POST
|
Please do, I do recall this issue in an older version and we made a fix for it.
... View more
07-06-2016
10:10 AM
|
0
|
0
|
4434
|
|
POST
|
Marcy, Which version of the AA are you using? I just tried this with the current release and here is the result in the Location Description Field(string). Here is the function being used on Lat and Long to ensure we are storing as much as we can public static string FormatValueToFieldLength(IField pFld, string value) { try { if (pFld.Type == esriFieldType.esriFieldTypeString) { if (value.Length > pFld.Length) { return value.Substring(0, pFld.Length); } else { return value; } } else { return value; } } catch { return value; } }
... View more
07-05-2016
06:17 PM
|
0
|
4
|
4434
|
|
POST
|
The CURRENT_USER and TIMESTAMP method cannot be restricted to only fire when a certain field changes. I think it would be a great enhancement to add it. I have added it to our backlog. As far as the valueInfo, the examples are incorrect on the help. We will get them resolved For CURRENT_USER change wParking Spaces|LASTEDITOR|w to w. for TIMESTAMP, the options are listed on the site. http://solutions.arcgis.com/shared/help/attribute-assistant/tools/attribute-assistant-methods/#timestamp CURRENT_USER
... View more
06-24-2016
09:51 AM
|
0
|
0
|
4434
|
|
POST
|
Hard to say, but open the config and ensure the log setting is set to true. Ensure the map has the Dynamic Value table. Can you turn the AA on and off through the toolbar?
... View more
06-21-2016
01:51 PM
|
0
|
0
|
4434
|
|
POST
|
I think you would have to do it in 3 rules. 1 to get the base ID, 2 to calc the intersecting feature area and store that in a field, 3 use the expression to add the results from 1 and 2 to field specified in 1
... View more
06-21-2016
01:42 PM
|
0
|
0
|
4434
|
| 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
|