30
Views
2
Comments
[Application Objects Count] Application object details and count
application-objects-count
Web icon
Forge asset by João Barata
Application Type
Traditional Web

Hi,

How can we get the application object details like application name, object type(screen/entity/webservice), object name(screen/entity) and AO count from the platform using this forge component. 

I have attached a screenshot of what exactly I need. So if I am selecting an application called ABC. I should be able to get the application name, Object name(Screen Name/Entity Name), Object Type(Screen/Entity). Is there any direct SQL query used to get these details.


Screenshot 2025-05-23.png
2020-10-08 19-51-35
João Barata
Staff

Hi @Lincy Thomson  ,

Unfortunately, there isn't a query that does that easily, however, it is technically possible to do that.

This component will give you the breakdown of the Application objects by type for each module.

However, in order to go into the details of each individual object, what the component is doing is using the extension from OutDoc to grab the details of the last published module version in order to display a detailed view of each object with its type and name.

This is not a fast process, and currently it is only being done when you click on the "details" link for a particular module.

This could be achieved by creating a timer that will evaluate each module and extract the details of the AO's per module using a similar logic to the one on the details screen.

Regards,

2025-05-02 20-28-47
Drishti Menghani

Hi @Lincy Thomson 

Just sharing the reference to accurately self-count the AOs in case.

https://success.outsystems.com/support/licensing/application_objects/

Also, later can cross verify the AO count per module through service center.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.