<?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 Re: Adding a New &amp;quot;Inherited&amp;quot; Field to Parcel Fabric Plans Table? in Land Records and Valuation Questions</title>
    <link>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806259#M248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;The Attribute Assistant Add-in does sound like the best way to go. I appreciate the examples. I'll try it out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2020 21:48:01 GMT</pubDate>
    <dc:creator>SkylerElmstrom</dc:creator>
    <dc:date>2020-01-31T21:48:01Z</dc:date>
    <item>
      <title>Adding a New "Inherited" Field to Parcel Fabric Plans Table?</title>
      <link>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806257#M246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I manage parcel data&amp;nbsp;(ArcMap 10.6) in a parcel fabric that uses the Local Government Information Model. Our parcel data modifications are driven by&amp;nbsp;documents that are recorded at our County Auditor. Each document is tracked with an "Auditor File Number" or AFN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;would like to &lt;STRONG&gt;add a field&lt;/STRONG&gt; to the default &lt;STRONG&gt;Parcel Fabric Plans table&lt;/STRONG&gt; that will then &lt;STRONG&gt;populate&amp;nbsp;a parcel attribute&lt;/STRONG&gt; for new parcels&amp;nbsp;associated with a plan; namely, a field for the AFN. This attribute would be "inherited" by subdivisons, tax parcels, and lots I create that are associated with a plan. This would work the same way that the default fields&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;Accuracy&lt;/EM&gt; (has domain with coded values) or &lt;EM&gt;LegalDate&lt;/EM&gt; (none-coded) are entered manually into a plan and then inherited from the plan into&amp;nbsp;each parcel's respective attributes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added a new field to the Plans Table within my Parcel Fabric (shown at bottom) where I would like to&amp;nbsp;input&amp;nbsp;the AFN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="299" src="https://community.esri.com/legacyfs/online/479699_pastedImage_8.png" width="392" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field exists in my parcel schema. I have added the exact same field name and parameters to my Plans table. But I haven't figured out how or even &lt;EM&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/EM&gt; I can make this field inheritable from the Plans Table &lt;STRONG&gt;without&lt;/STRONG&gt; using a join, script, or the attribute assistant add-in (I'd prefer the solution to be the same as Accuracy or LegalDate inherited value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this?&lt;/P&gt;&lt;P&gt;If you've had a similar problem, I'd be happy to hear about any solutions you might have implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 21:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806257#M246</guid>
      <dc:creator>SkylerElmstrom</dc:creator>
      <dc:date>2020-01-28T21:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New "Inherited" Field to Parcel Fabric Plans Table?</title>
      <link>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806258#M247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-left: -355.5pt;"&gt;Skyler,the “Value Info” column of the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Skyler,&lt;/P&gt;&lt;P&gt;Yes, you can do this using the &lt;A href="https://solutions.arcgis.com/shared/help/attribute-assistant/"&gt;Attribute Assistant Add-in&lt;/A&gt;.&amp;nbsp; Follow the instructions on installing the Add-In.&amp;nbsp;&amp;nbsp; You will need to configure the “Dynamic Value Table”&amp;nbsp; and add it to your map document.&amp;nbsp;&amp;nbsp;&amp;nbsp; The way the Add-in works, is that it listens for certain events (On Create, On Change (Attributes), On Change (Geometry), Manual Only) and executes the methods specified in the “Value Info” column of the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, let’s assume your ArcMap parcel fabric is named ParcelFabric.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Then the polygon feature class would be named ParcelFabric_Parcels.&lt;/LI&gt;&lt;LI&gt;The Plan Table would be named ParcelFabric_Plans.&lt;/LI&gt;&lt;LI&gt;The attribute on the parcels table is named AFN&lt;/LI&gt;&lt;LI&gt;The attribute on the Plans table is AuditorFileNumber&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The plans are related to the parcels via OBJECTID (Plans table)&amp;nbsp; and PlanID (Parcels Table).&amp;nbsp; So the record in your Dynamic Value table would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Name:&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;ParcelFabric_Parcels|Tax Parcels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Field Name: AFN&lt;/P&gt;&lt;P&gt;Value Method:&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;COPY_LINKED_RECORD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Value Info:&amp;nbsp;&lt;SPAN style="font-size: 11.0pt;"&gt;ParcelFabric_Plans| AuditorFileNumber |PlanID|OBJECTID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On Create: True&lt;/P&gt;&lt;P&gt;On Change (Attribute): False&lt;/P&gt;&lt;P&gt;On Change (Geometry): False&lt;/P&gt;&lt;P&gt;Manual Only: True&lt;/P&gt;&lt;P&gt;Rule Weight: 1&lt;/P&gt;&lt;P&gt;Comments:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this does is tell the Add-in when features are created for Tax Parcels, Go to the plan table and copy the value in the “AuditorFileNumber” column into the Parcel table into the attribute name “AFN”.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you also want this to occur for Subdivision, and lots and units, add another entry that specifies the layer names.&amp;nbsp; E.g. ParcelFabric_Parcels| Lots and Units&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The add-in is powerful, you can use it to generate unique IDs, Grab attributes from other features (Point in polygon) and concatenate fields together.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:40:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806258#M247</guid>
      <dc:creator>DanielStone</dc:creator>
      <dc:date>2020-01-31T18:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a New "Inherited" Field to Parcel Fabric Plans Table?</title>
      <link>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806259#M248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;The Attribute Assistant Add-in does sound like the best way to go. I appreciate the examples. I'll try it out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 21:48:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/land-records-and-valuation-questions/adding-a-new-quot-inherited-quot-field-to-parcel/m-p/806259#M248</guid>
      <dc:creator>SkylerElmstrom</dc:creator>
      <dc:date>2020-01-31T21:48:01Z</dc:date>
    </item>
  </channel>
</rss>

