<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Attribute Assistant - Config file, Load Last Array enhancement from Jan 2018 in Water Utilities Questions</title>
    <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-config-file-load-last-array/m-p/1040708#M1754</link>
    <description>&lt;P&gt;Where in the AA config file can I find this enhancement from Jan 2018 in the latest ver 2019.2.14?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JimGrimes_1-1616694812077.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9372iF84E3098EF3E414E/image-size/large?v=v2&amp;amp;px=999" role="button" title="JimGrimes_1-1616694812077.png" alt="JimGrimes_1-1616694812077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the config files that comes with the most recent download of the AA.&lt;/P&gt;&lt;P&gt;| Version 3.1.17&lt;BR /&gt;| Copyright 2018 ESRI&lt;BR /&gt;|&lt;BR /&gt;| Licensed under the Apache License, Version 2.0 (the "License");&lt;BR /&gt;| you may not use this file except in compliance with the License.&lt;BR /&gt;| You may obtain a copy of the License at&lt;BR /&gt;|&lt;BR /&gt;| &lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;|&lt;BR /&gt;| Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;| distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;| See the License for the specific language governing permissions and&lt;BR /&gt;| limitations under the License.&lt;BR /&gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;Attribute Assistant Release&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;appSettings&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--Options for the Attribute Assistant--&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to turn on the AA on startup--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_EnabledOnStartUp" value="True" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to turn on the AA on when editing is started--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_EnabledOnStartEditing" value="False" /&amp;gt;&lt;BR /&gt;&amp;lt;!--The name of the table that defines the functions for the Attribute Assistant--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_TableName" value="DynamicValue" /&amp;gt;&lt;BR /&gt;&amp;lt;!--The table used for Unique ID Generation--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_GenerateId_TableName" value="GenerateId" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Activate the debug mode which writes a log file--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_Debug" value="True" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Path to store the log file, do not include the file name. The default location is %USERPROFILE%\ArcGISSolutions --&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_Debug_Path" value="" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to clear the last values between toggling it on and off--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_ClearLastValue" value="False" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to clear the last value array when you switch a version--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_ClearLastValueStopEdit" value="False" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--The geocoder used by the AA for the Get_Address rule--&amp;gt;&lt;BR /&gt;&amp;lt;add key="Geocoder" value="&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/&amp;quot;/" target="_blank"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/"/&lt;/A&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--Field names in the Generate ID Table--&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceName" value="SEQNAME"/&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceCounter" value="SEQCOUNTER"/&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceInterval" value="SEQINTERV"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Option to delete features without AA processing related records. If True, delete operations will be much quicker when AA is enabled.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="BypassEditOperationCheck" value="True"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Option to call on create instead of On Change Geometry when a line or polygon is split using the Split Tool.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="OnCreateWhenSplit" value="True"/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to call a stored procedure for generating the ID seq.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="GenerateIDStoreProceName" value=""/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to expose commented on AA prompts.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="ShowCommentsOnPrompt" value="False"/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to suppress stored event on all cases, only disable if experiancing issue with the parcel fabric. May case issues with other rules--&amp;gt;&lt;BR /&gt;&amp;lt;add key="SetStoreEventsRequired" value="True"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/appSettings&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2021 17:57:25 GMT</pubDate>
    <dc:creator>JimGrimes</dc:creator>
    <dc:date>2021-03-25T17:57:25Z</dc:date>
    <item>
      <title>Attribute Assistant - Config file, Load Last Array enhancement from Jan 2018</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-config-file-load-last-array/m-p/1040708#M1754</link>
      <description>&lt;P&gt;Where in the AA config file can I find this enhancement from Jan 2018 in the latest ver 2019.2.14?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JimGrimes_1-1616694812077.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9372iF84E3098EF3E414E/image-size/large?v=v2&amp;amp;px=999" role="button" title="JimGrimes_1-1616694812077.png" alt="JimGrimes_1-1616694812077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the config files that comes with the most recent download of the AA.&lt;/P&gt;&lt;P&gt;| Version 3.1.17&lt;BR /&gt;| Copyright 2018 ESRI&lt;BR /&gt;|&lt;BR /&gt;| Licensed under the Apache License, Version 2.0 (the "License");&lt;BR /&gt;| you may not use this file except in compliance with the License.&lt;BR /&gt;| You may obtain a copy of the License at&lt;BR /&gt;|&lt;BR /&gt;| &lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;BR /&gt;|&lt;BR /&gt;| Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;| distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;| See the License for the specific language governing permissions and&lt;BR /&gt;| limitations under the License.&lt;BR /&gt;--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt;&amp;lt;Name&amp;gt;Attribute Assistant Release&amp;lt;/Name&amp;gt;&lt;BR /&gt;&amp;lt;appSettings&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--Options for the Attribute Assistant--&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to turn on the AA on startup--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_EnabledOnStartUp" value="True" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to turn on the AA on when editing is started--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_EnabledOnStartEditing" value="False" /&amp;gt;&lt;BR /&gt;&amp;lt;!--The name of the table that defines the functions for the Attribute Assistant--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_TableName" value="DynamicValue" /&amp;gt;&lt;BR /&gt;&amp;lt;!--The table used for Unique ID Generation--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_GenerateId_TableName" value="GenerateId" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Activate the debug mode which writes a log file--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_Debug" value="True" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Path to store the log file, do not include the file name. The default location is %USERPROFILE%\ArcGISSolutions --&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_Debug_Path" value="" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to clear the last values between toggling it on and off--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_ClearLastValue" value="False" /&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to clear the last value array when you switch a version--&amp;gt;&lt;BR /&gt;&amp;lt;add key="AttributeAssistant_ClearLastValueStopEdit" value="False" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--The geocoder used by the AA for the Get_Address rule--&amp;gt;&lt;BR /&gt;&amp;lt;add key="Geocoder" value="&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/&amp;quot;/" target="_blank"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/"/&lt;/A&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!--Field names in the Generate ID Table--&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceName" value="SEQNAME"/&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceCounter" value="SEQCOUNTER"/&amp;gt;&lt;BR /&gt;&amp;lt;add key="SequenceInterval" value="SEQINTERV"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Option to delete features without AA processing related records. If True, delete operations will be much quicker when AA is enabled.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="BypassEditOperationCheck" value="True"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!--Option to call on create instead of On Change Geometry when a line or polygon is split using the Split Tool.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="OnCreateWhenSplit" value="True"/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to call a stored procedure for generating the ID seq.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="GenerateIDStoreProceName" value=""/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to expose commented on AA prompts.--&amp;gt;&lt;BR /&gt;&amp;lt;add key="ShowCommentsOnPrompt" value="False"/&amp;gt;&lt;BR /&gt;&amp;lt;!--Option to suppress stored event on all cases, only disable if experiancing issue with the parcel fabric. May case issues with other rules--&amp;gt;&lt;BR /&gt;&amp;lt;add key="SetStoreEventsRequired" value="True"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/appSettings&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 17:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-config-file-load-last-array/m-p/1040708#M1754</guid>
      <dc:creator>JimGrimes</dc:creator>
      <dc:date>2021-03-25T17:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant - Config file, Load Last Array enhancement from Jan 2018</title>
      <link>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-config-file-load-last-array/m-p/1041728#M1760</link>
      <description>&lt;P&gt;Ok. So i've learned that the enhancement was an added as an option to the Value Info for Last Value method in the Dynamic Value table.&amp;nbsp; Just not sure how to configure that Value Info field for our circumstances.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JimGrimes_0-1617050675745.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/9604iD45821863824DA23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JimGrimes_0-1617050675745.png" alt="JimGrimes_0-1617050675745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 20:46:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-utilities-questions/attribute-assistant-config-file-load-last-array/m-p/1041728#M1760</guid>
      <dc:creator>JimGrimes</dc:creator>
      <dc:date>2021-03-29T20:46:14Z</dc:date>
    </item>
  </channel>
</rss>

