Skip to main content
17-Peridot
August 28, 2023
Solved

Extension version from service

  • August 28, 2023
  • 1 reply
  • 1331 views

Hello Everyone,

 

For one of our projects, we have decided on deploying our solution as an extension.

However we would like the users to be able to tell which version of the application they are using.

 

Is there any OOTB service to either fetch all the information regarding an installed extension?

 

What I am thinking about is to get something like this:

jensc_0-1693214382999.png

Where we could then get the Package version.

 

Does anyone have any ideas?

 

Thanks,

Jens

Best answer by Velkumar

Hi @jensc 

 

You can use GetExtensionPackageList service in PlatformSubsystem to get extension details. 

Velkumar_0-1693217693361.png

 

 

 

/VR

 

 

 

 

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
August 28, 2023

Hi @jensc 

 

You can use GetExtensionPackageList service in PlatformSubsystem to get extension details. 

Velkumar_0-1693217693361.png

 

 

 

/VR

 

 

 

 

jensc17-PeridotAuthor
17-Peridot
August 28, 2023

Hello @Velkumar,

 

Thank you, that's exactly what I was looking for!