Expand my Community achievements bar.

SOLVED

How find the AEM Forms version using the AEM admin or System Console

Avatar

Level 5

Hi Team,

 

Currently I am checking the AEM Forms version using the package manager console by looking forms Add-on  package .Is there any other way to check the AEM Forms Version using Site /System admin console

 

Regards

Vara

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @varaande - 

 

  1. AEM Package Manager Console:

    • Log in to your AEM instance as an administrator.
    • Access the Package Manager Console by navigating to http://localhost:4502/crx/packmgr/index.jsp.
    • Look for the AEM Forms add-on package in the list of installed packages. The package name typically includes "aemfd" or "forms" in it. Click on the package to view its details, which should include the version number.
  2. AEM Felix Web Console:

    • Log in to your AEM instance as an administrator.
    • Access the Felix Web Console by navigating to http://localhost:4502/system/console/bundles.
    • Look for the AEM Forms-related OSGi bundles. These bundles are typically prefixed with "com.adobe.aemfd" or "com.adobe.aemds". Check the version numbers of these bundles to determine the AEM Forms version.

 

https://github.com/adobe/aem-core-forms-components 

View solution in original post

3 Replies

Avatar

Employee

Hi @varaande ,

As per my understanding, AEM Forms Add-on is a package that is deployed using the package manager in CRX. As it is a package, the complete information about that package is present only in the package manager console. Thus, if you are going to the package manager to check the AEM Forms version, you are looking at the right place and there is no other place to get that details.

Thanks, 
Ayush

Avatar

Level 3

Hi @varaande,

Check this,

/system/console/status-productinfo

 

Thanks,

 

Avatar

Correct answer by
Community Advisor

Hello @varaande - 

 

  1. AEM Package Manager Console:

    • Log in to your AEM instance as an administrator.
    • Access the Package Manager Console by navigating to http://localhost:4502/crx/packmgr/index.jsp.
    • Look for the AEM Forms add-on package in the list of installed packages. The package name typically includes "aemfd" or "forms" in it. Click on the package to view its details, which should include the version number.
  2. AEM Felix Web Console:

    • Log in to your AEM instance as an administrator.
    • Access the Felix Web Console by navigating to http://localhost:4502/system/console/bundles.
    • Look for the AEM Forms-related OSGi bundles. These bundles are typically prefixed with "com.adobe.aemfd" or "com.adobe.aemds". Check the version numbers of these bundles to determine the AEM Forms version.

 

https://github.com/adobe/aem-core-forms-components