77
Views
8
Comments
How to count AO for each Outsystems Application?
Service Studio Version
11.55.27 (Build 64225)

I want to View Application AO Count for all the environments for each application when viewing application details.

2026-02-26 06-29-24
Rahul
 
MVP

Hi @Jivendra Kumar ,

In service center you have this option to view application AO.


Let me know if you are looking something else?


Regards
Rahul

2024-08-12 03-27-24
Jivendra Kumar

Thanks for your comment.

I need to create a application where I am going to show the AO count for Each application in Dashboard. Please let me know if you have Idea How I can extract or calculate AO in Service Studio to display in my Reactive web application.

Thanks,

Jivendra

2023-02-20 05-20-57
Nam Nguyen

Hi, 

You can check this link

 https://www.outsystems.com/forums/discussion/53704/how-to-tell-how-many-application-objects-i-have/

You can also check the Forge. There are many components that may help you. (E.g AO Report ,...)

Cheers,

Nam

2024-08-12 03-27-24
Jivendra Kumar

Thankyou for your response.

In this forge using the extension module to calculate the AO but requirement is to calculate without using the extension.

Do you have any idea how we can calculate using the system Entity?

2021-08-04 12-19-54
Mayank Dharmpurikar

Hi,

you can check below forge component that will list out the AO count based on the Application->Espace .

https://www.outsystems.com/forge/component-overview/4242/application-objects-count-o11


2024-08-12 03-27-24
Jivendra Kumar

Hi Mayank, 

This forge is also using the Extension Module. Please suggest where AO calculate using with Entity.

Thanks,

Jivendra

2021-08-04 12-19-54
Mayank Dharmpurikar


Yes, internally the Forge component calculates the AO count using the OSSYS_ESPACE_OBJECT_COUNT entity. This entity provides detailed AO count information at the element level.

Although OSSYS_ESPACE_OBJECT_COUNT is not part of the officially documented OutSystems metamodel, it can still be queried to retrieve AO usage per module.


I am attaching screenshot for your reference how you can call this entity since OSSYS is reserved keyword.


2024-08-12 03-27-24
Jivendra Kumar

Thanks for your response,

Can you please share more details? If possible, can you please share your OML file?

Thanks,

Jivendra 

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