Select to view content in your preferred language

AttributeTabEmbeddableControl on Feature Service Layer

1205
7
Jump to solution
03-05-2025 03:18 PM
JimmyBowden
Frequent Contributor

I have created an add-in with an AttributeTabEmbeddableControl, following the instructions at ProConcepts Editing · Esri/arcgis-pro-sdk Wiki · GitHub. The control works as expected on a file geodatabase source (First image) but doesn't work when the layer source is a feature service (Second Image). I have only tested in Pro 3.3.1. Is this expected behavior or is it possible I'm doing something wrong. I have attached the project

JimmyBowden_0-1741215965715.png

JimmyBowden_2-1741216283669.png

 

 

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

Hi,

It was registered bug some time ago, but support page is not accessible.

I have tried your code and it works only with File Geodatabase (gdb).

View solution in original post

0 Kudos
7 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

It was registered bug some time ago, but support page is not accessible.

I have tried your code and it works only with File Geodatabase (gdb).

0 Kudos
NicolasAugustin
New Contributor

Hello

Is there any update about this issue ? I have compiled @JimmyBowden code on 3.3 and it does not work for SHP based layer
Any hint or update about this issue ?
Thank you

0 Kudos
RussellBrennan
Esri Contributor

The ActivationExtension pattern only works with geodatabase datasets and feature services. For feature services this pattern is currently limited to feature services published referencing geodatabase datasets and is not working for Hosted feature services in Enterprise and Online

0 Kudos
JimmyBowden
Frequent Contributor

I contacted tech support and they said it was NOT the same as the bug reported and created a new bug BUG-000175139.

DrewDowling
Frequent Contributor

When I look up BUG-000175139 it says it is a duplicate of ENH-000173660 . However I can find no information on ENH-000173660. Is this bug fixed in any release? I'd like to create a custom inspector panel for a feature service using Pro 3.5 but need to know if the bug is fixed before I start development.

0 Kudos
NicolasAugustin
New Contributor

Hi

I'm in the same situation that you were.
Did you get any confirmation ?
I'm using version 3.3

0 Kudos
RussellBrennan
Esri Contributor

Hi all, 

BUG-000175139 was logged as an issue related to ArcGIS Online feature services and following the AddActivationExtension pattern for custom behavior. This pattern is already supported for feature services published by reference to Enterprise.

ENH-000173660 is to support the ActivationExtension pattern with AGOL based feature services, this has not been implemented yet. I would consider reaching out to Support to get your account attached to this enhancement to help prioritize it if you feel this applies to you.

0 Kudos