<?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 AddActivationExtension doesn't work in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338013#M10542</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm having a problem with&amp;nbsp;AddActivationExtension on a feature layer. I've created a custom attribute panel that is working perfectly unless my feature layer is joined to a table! I that scenario the&amp;nbsp;AddActivationExtension doesn't do anything and no extension is registered and thereby my custom attribute panel doesn't get loaded.&lt;/P&gt;&lt;P&gt;What to do - any ideas?&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;if (!fc.GetHasActivationExtension(extension)) {
    CoreDataExtensions.AddActivationExtension(fc, extension);                   
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Jens&lt;/P&gt;</description>
    <pubDate>Sat, 14 Oct 2023 18:52:49 GMT</pubDate>
    <dc:creator>pocalipse</dc:creator>
    <dc:date>2023-10-14T18:52:49Z</dc:date>
    <item>
      <title>AddActivationExtension doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338013#M10542</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm having a problem with&amp;nbsp;AddActivationExtension on a feature layer. I've created a custom attribute panel that is working perfectly unless my feature layer is joined to a table! I that scenario the&amp;nbsp;AddActivationExtension doesn't do anything and no extension is registered and thereby my custom attribute panel doesn't get loaded.&lt;/P&gt;&lt;P&gt;What to do - any ideas?&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;if (!fc.GetHasActivationExtension(extension)) {
    CoreDataExtensions.AddActivationExtension(fc, extension);                   
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Jens&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 18:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338013#M10542</guid>
      <dc:creator>pocalipse</dc:creator>
      <dc:date>2023-10-14T18:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: AddActivationExtension doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338019#M10543</link>
      <description>&lt;P&gt;Currently the code which determines whether a layer in the map should load a custom attribute panel doesn't look into joined tables to transfer activation extensions defined on the component tables to the joined table that the layer is referencing. &amp;nbsp;Note that joined tables themselves aren't stored in the database and don't support activation extensions.&lt;/P&gt;&lt;P&gt;I (and imagine you too) would expect that it would make most sense for this code to use the activation extensions defined on the left-most table of the joined layer. &amp;nbsp;We will certainly explore this for improvement at a future release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 20:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338019#M10543</guid>
      <dc:creator>John_Jones</dc:creator>
      <dc:date>2023-10-14T20:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: AddActivationExtension doesn't work</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338023#M10544</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/450161"&gt;@John_Jones&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your very quickly reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is very bad news. I have a feature class added to my map and joined that to a table and I'm trying to add an extension on the feature class so I'm able to see my custom attribute editor - but are you saying that isn't possible?&lt;/P&gt;&lt;P&gt;If that is the case do you know about any other option to either replace the default attribute editor or somehow get my custom one to display?&lt;/P&gt;&lt;P&gt;I've been using this sample for my implementation:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#customizing-the-attributes-dockpane" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#customizing-the-attributes-dockpane&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Jens&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 21:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/addactivationextension-doesn-t-work/m-p/1338023#M10544</guid>
      <dc:creator>pocalipse</dc:creator>
      <dc:date>2023-10-14T21:43:46Z</dc:date>
    </item>
  </channel>
</rss>

