Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mgranillo
Specialist
Specialist

Connecting extension with extension code

Lets say I have a hundred extensions uploaded with very similar names and only one is being used in my qvf.  How can I figure out which of the extensions is being used?

1 Solution

Accepted Solutions
ErikWetterberg

Hi,

If you open the app in the standard client and go through all the sheets, you will see what extensions are loaded in the sources tab of the developer console:

extensionconsole.PNG

Here you will se extensions, themes, widgets. You will also see extensions loaded by other extensions, which is possible but not very common.

This works well for one app, but for many apps you will need some kind of tool that scans the metadata.

Hope this helps

Erik Wetterberg

View solution in original post

2 Replies
Levi_Turner
Employee
Employee

https://github.com/eapowertools/qs-governance-dashboard‌ is the easiest UI tool for accessing this meta-data.

In brief, you're going to need to cycle through apps using the QES APIs. There is no logical connection between an app and its extensions (or data connection) using the QRS APIs.

Hope that helps

ErikWetterberg

Hi,

If you open the app in the standard client and go through all the sheets, you will see what extensions are loaded in the sources tab of the developer console:

extensionconsole.PNG

Here you will se extensions, themes, widgets. You will also see extensions loaded by other extensions, which is possible but not very common.

This works well for one app, but for many apps you will need some kind of tool that scans the metadata.

Hope this helps

Erik Wetterberg