<?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: Create an attribute rule to delete the containment association in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1371569#M3267</link>
    <description>&lt;P&gt;in a Utility Network that is deployed on a Oracle database de name on field of object id is OID but in the documentation apear as objectId&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 13:14:55 GMT</pubDate>
    <dc:creator>JuvenalAlbertoRiaño</dc:creator>
    <dc:date>2024-01-18T13:14:55Z</dc:date>
    <item>
      <title>Create an attribute rule to delete the containment association</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1149457#M1592</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to develop an attribute rule to delete the containment association between a point feature and a line feature when the point does not intersect with the line, but I have reviewed the page -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.7/help/data/geodatabases/overview/attribute-rule-dictionary-keywords.htm" target="_self"&gt;Attribute rule dictionary keywords&lt;/A&gt; and haven't found this capacity of Arcade. Does it have another way to do it by arcade?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 06:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1149457#M1592</guid>
      <dc:creator>BlazeSi</dc:creator>
      <dc:date>2022-03-02T06:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule to delete the containment association</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1149535#M1593</link>
      <description>&lt;P&gt;You can delete associations like you would delete other features.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;return&lt;/SPAN&gt; {
    &lt;SPAN class=""&gt;'edit'&lt;/SPAN&gt;: [{
        &lt;SPAN class=""&gt;'className'&lt;/SPAN&gt;: &lt;SPAN class=""&gt;'^UN_Association'&lt;/SPAN&gt;,
          &lt;SPAN class=""&gt;'deletes'&lt;/SPAN&gt;: [{
            &lt;SPAN class=""&gt;'objectID'&lt;/SPAN&gt;: &lt;SPAN class=""&gt;22&lt;/SPAN&gt;
        }]
    }]
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Mar 2022 13:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1149535#M1593</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2022-03-02T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule to delete the containment association</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1161504#M1683</link>
      <description>&lt;P&gt;Dear Paul,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, may I know which object id, I need to put in the "objectID", is it the container object id or the content object ID?&lt;/P&gt;&lt;P&gt;As I have tried to put those, both get an error "A requested row object could not be located", seems that it cannot find any record in the ^UN_Association.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Evan&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 10:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1161504#M1683</guid>
      <dc:creator>BlazeSi</dc:creator>
      <dc:date>2022-04-06T10:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule to delete the containment association</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1161521#M1686</link>
      <description>&lt;P&gt;Neither; it is the objectID of the row in the association table.&lt;/P&gt;&lt;P&gt;If you have the container or the content feature, you can query the association table with &lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyassociation" target="_blank"&gt;https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyassociation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 12:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1161521#M1686</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2022-04-06T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule to delete the containment association</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1371569#M3267</link>
      <description>&lt;P&gt;in a Utility Network that is deployed on a Oracle database de name on field of object id is OID but in the documentation apear as objectId&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 13:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/create-an-attribute-rule-to-delete-the-containment/m-p/1371569#M3267</guid>
      <dc:creator>JuvenalAlbertoRiaño</dc:creator>
      <dc:date>2024-01-18T13:14:55Z</dc:date>
    </item>
  </channel>
</rss>

