<?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: Attribute Assistant Create Linked Record in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116166#M720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing stands out as wrong, any chance I could get a copy of the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 14:10:17 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2016-10-14T14:10:17Z</dc:date>
    <item>
      <title>Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116162#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Friday, so I'm compelled to ask a question regarding Attribute Assistant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I'm trying to get the &lt;A href="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#create-linked-record"&gt;Create_Linked_Record method&lt;/A&gt;&amp;nbsp;to work. &amp;nbsp;The online description says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;&lt;EM&gt;&lt;STRONG&gt;Creates a new record in a feature layer with a relationship to a table using a primary/foreign key relationship&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;I can get that to happen. &amp;nbsp;So far so good.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fefefe;"&gt;The online description also goes on the say:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE style="color: #4d4d4d; border: 1px solid gainsboro; font-size: 0.875em; margin: 1rem 0px;"&gt;&lt;TBODY&gt;&lt;TR style="border-bottom: 1px solid gainsboro;"&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Target Fields&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Field names&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;List of fields the related record layer/table to which values will be copied. The list of field names are in the format field1,field2,etc. List must have the same number of values as the Source Fields.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border-bottom: 1px solid gainsboro;"&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Source Fields&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Field name&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="border-left: 1px solid gainsboro; border-right: 1px solid gainsboro; padding: 0.5rem 1rem 0.5rem 12px;"&gt;&lt;EM&gt;&lt;STRONG&gt;List of fields in the source record to copy to the target related record. The list of field names are in the format field1,field2,etc. List must have the same number of values as the Target Fields.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which sounds really cool, right?! &amp;nbsp;It should create a record (it does) and populate respective fields in the target table from the source table (it doesn't; at least for me...) &amp;nbsp;My dynamic table record looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName: MasterStreetFC &amp;nbsp;(this is the source data, a point feature class)&lt;/P&gt;&lt;P&gt;Field Name: &amp;lt;Null&amp;gt;&lt;/P&gt;&lt;P&gt;Value Method: CREATE_LINKED_RECORD&lt;/P&gt;&lt;P&gt;Value Info: &amp;nbsp;MasterStreetAliasTable|BEGINVALUE,ENDVALUE|BEGINVALUE,ENDVALUE|MASTERSTR_ID|MASTERSTR_ID&lt;/P&gt;&lt;P&gt;(target table|target fields|source fields|primary key|foreign key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all I get is a record created with the MASTERSTR_ID populated. &amp;nbsp;In the source data, MasterStreetFC, I add values to BEGINVALUE and ENDVALUE when I create a point (On Create = True). &amp;nbsp;I like to use the same field names in the source and the target; &amp;nbsp;nothing from the BEGINVALUE ENDVALUE source fields make the trip to the alias table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had luck with this method? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/mmiller-esristaff"&gt;mmiller-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 20:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116162#M716</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-10-07T20:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116163#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is being reported in the log file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 23:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116163#M717</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2016-10-07T23:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116164#M718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I neglected to check it; I need to get in that habit. &amp;nbsp;I'll be back at this next Friday and take a look at it. &amp;nbsp;Thanks for the response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2016 01:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116164#M718</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-10-08T01:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116165#M719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/25908"&gt;Michael Miller&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael: &amp;nbsp;Here is the entry from the logfile this morning that refers to the CREATE_LINKED_RECORD:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row Info&lt;BR /&gt; Row Number 22&lt;BR /&gt; TableName: MasterStreetNameFC&lt;BR /&gt; FieldName: &lt;BR /&gt; ValueInfo: MasterStreetAliasTable|BEGINVALUE,ENDVALUE|BEGINVALUE,ENDVALUE|MASTERSTREET_ID|MASTERSTREET_ID|TRUE&lt;BR /&gt; ValueMethod: CREATE_LINKED_RECORD&lt;BR /&gt; On Create: 1&lt;BR /&gt; On Change: 0&lt;/P&gt;&lt;P&gt;Checking for Subtype Restriction&lt;BR /&gt; Field is not specified, empty, or set for all.&lt;BR /&gt; Trying: CREATE_LINKED_RECORD&lt;BR /&gt; Getting Value Info&lt;BR /&gt; Checking values&lt;BR /&gt; Checking for table to populate&lt;BR /&gt; Trying to create a row in the target table&lt;BR /&gt; Row Created&lt;BR /&gt; Trying to Copy ID&lt;BR /&gt; ID successfully copied&lt;BR /&gt; Trying to Copy Value&lt;BR /&gt; Row successfully stored&lt;BR /&gt; Finished: CREATE_LINKED_RECORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to copy the values of beginvalue, endvalue, masterstreet_id from the MasterStreetNameFC to the same field names in the MasterStreetAliasTable. It creates a record, and copies only the masterstreet_id:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/245146_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116165#M719</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-10-14T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116166#M720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing stands out as wrong, any chance I could get a copy of the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116166#M720</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2016-10-14T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116167#M721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I'd rather do it offline. &amp;nbsp;Are you mmiller at esri dot com?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/mmiller-esristaff"&gt;mmiller-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116167#M721</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-10-14T14:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116168#M722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:34:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116168#M722</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2016-10-14T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant Create Linked Record</title>
      <link>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116169#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After working with &lt;A href="https://community.esri.com/migrated-users/25908"&gt;Michael Miller&lt;/A&gt;‌ off line, we were able to get a solution worked out:&lt;/P&gt;&lt;P&gt;Use the CREATE_LINKED_RECORD to do just that; create a record in the related table.&lt;/P&gt;&lt;P&gt;Use subsequent UPDATE_LINKED_RECORD method entries in the DynamicTable to update each item in the related table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/245217_CreateUpdate.PNG" style="width: 784px; height: 43px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/attribute-assistant-create-linked-record/m-p/116169#M723</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-10-14T16:11:02Z</dc:date>
    </item>
  </channel>
</rss>

