Select to view content in your preferred language

Data Added Message Action Trigger unavailable when adding Custom ExB Widget (1.14) to ArcGIS Enterprise (11.3)

265
1
Jump to solution
01-24-2025 06:33 AM
Labels (1)
SerjStol
Frequent Contributor

Hello,

I have a custom ExB (1.14) widget that automatically adds data to the map using Data Action Message Action similar top how Add Data Widget works. It is working fine in ExB Dev Builder but when I host the widget in IIS and add it to ArcGIS Enterprise (11.3) the Data Action Trigger is not available. This is really frustrating as I was hoping to use proper ExB message actions and its not working. Am I doing something wrong? My manifest.json contains "DATA_SOURCES_CHANGE" message:

SerjStol_1-1737728770347.png

 

Works fine in ExB Dev (1.14) Builder:

SerjStol_0-1737728704878.png

 

When adding to Enterprise 11.3 ExB Builder action not available only record selection changes is:

SerjStol_2-1737729058312.png

 

Hope its some small misconfig or I would have to change the code to add the layers some other way.

 

 

 

0 Kudos
1 Solution

Accepted Solutions
SerjStol
Frequent Contributor

Ok i found the issue, it was browser cache still remembered my previous manifest.json it seems before I added "DATA_SOURCES_CHANGE" entry. Running incognito tab, I can now see Data Added trigger action message.

I tried re adding the widget again and I checked the manifest.json from the portal and it was correct. Annoying that the browser does this. I am using Firefox.

View solution in original post

1 Reply
SerjStol
Frequent Contributor

Ok i found the issue, it was browser cache still remembered my previous manifest.json it seems before I added "DATA_SOURCES_CHANGE" entry. Running incognito tab, I can now see Data Added trigger action message.

I tried re adding the widget again and I checked the manifest.json from the portal and it was correct. Annoying that the browser does this. I am using Firefox.