<?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: RowToken's GlobalID and ObjectID properties are null for Group Templates in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559825#M4546</link>
    <description>&lt;P&gt;Appreciate your input&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I thought initially (and in this case, maybe having the Create operation return a list of RowTokens would be semantically appropriate for situations like this one?). Still, an idea came to mind (as a suggestion for evaluation for future API releases). Since the group template has a primary builder, maybe the RowToken of the primary builder could be returned (so we can navigate to the other created elements through associations). Does this make any sense?&lt;BR /&gt;&lt;BR /&gt;And getting back to the point of the original issue I'm trying to solve, do you recommend (or know if there is) any other way of holding a reference to a created network element (through a Group Template) so I can get back to it later after the EditOperation is executed?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 18:40:25 GMT</pubDate>
    <dc:creator>robertopepato_bizpoke</dc:creator>
    <dc:date>2024-11-18T18:40:25Z</dc:date>
    <item>
      <title>RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559595#M4540</link>
      <description>&lt;P&gt;I'm working on an AddIn, and while inspecting the GlobalID and ObjectID of a RowToken instance (returned from a Create method call on an EditOperation), I'm getting null values. The RowToken itself is instantiated, but its properties are null.&lt;/P&gt;&lt;P&gt;This only happens when dealing with Group Templates, as the same strategy and source code work for regular templates (sample source coded attached to this message).&lt;/P&gt;&lt;P&gt;Does anyone have ideas about what could be the root cause of this behavior?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 12:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559595#M4540</guid>
      <dc:creator>robertopepato_bizpoke</dc:creator>
      <dc:date>2024-11-18T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559742#M4544</link>
      <description>&lt;P&gt;Because a group template or preset template can contain multiple features, it doesn't make sense that we would be able to provide a single row token back for the operation.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:39:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559742#M4544</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-11-18T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559825#M4546</link>
      <description>&lt;P&gt;Appreciate your input&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what I thought initially (and in this case, maybe having the Create operation return a list of RowTokens would be semantically appropriate for situations like this one?). Still, an idea came to mind (as a suggestion for evaluation for future API releases). Since the group template has a primary builder, maybe the RowToken of the primary builder could be returned (so we can navigate to the other created elements through associations). Does this make any sense?&lt;BR /&gt;&lt;BR /&gt;And getting back to the point of the original issue I'm trying to solve, do you recommend (or know if there is) any other way of holding a reference to a created network element (through a Group Template) so I can get back to it later after the EditOperation is executed?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 18:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559825#M4546</guid>
      <dc:creator>robertopepato_bizpoke</dc:creator>
      <dc:date>2024-11-18T18:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559835#M4547</link>
      <description>&lt;P&gt;I would recommend you create an idea for this, but do it in the data management community since this is much broader than the utility network.&lt;/P&gt;
&lt;P&gt;In terms of a way to capture what you're looking for, you could use version differences to find all the newly created features in a version or you could use an attribute rule to respond to the edit.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 19:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559835#M4547</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2024-11-18T19:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559846#M4548</link>
      <description>&lt;P&gt;Will do it. Thank you again&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/138089"&gt;@RobertKrisher&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 19:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559846#M4548</guid>
      <dc:creator>robertopepato_bizpoke</dc:creator>
      <dc:date>2024-11-18T19:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: RowToken's GlobalID and ObjectID properties are null for Group Templates</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559877#M4549</link>
      <description>&lt;P&gt;In case anyone is interested in the follow-up to this topic, the idea is posted here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-ideas/editoperation-create-should-support-group/idi-p/1559874/jump-to/first-unread-message" target="_blank"&gt;https://community.esri.com/t5/data-management-ideas/editoperation-create-should-support-group/idi-p/1559874/jump-to/first-unread-message&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 19:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/rowtoken-s-globalid-and-objectid-properties-are/m-p/1559877#M4549</guid>
      <dc:creator>robertopepato_bizpoke</dc:creator>
      <dc:date>2024-11-18T19:55:57Z</dc:date>
    </item>
  </channel>
</rss>

