I want to View Application AO Count for all the environments for each application when viewing application details.
Hi @Jivendra Kumar ,
In service center you have this option to view application AO.
Let me know if you are looking something else?
RegardsRahul
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
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
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?
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
Hi Mayank,
This forge is also using the Extension Module. Please suggest where AO calculate using with Entity.
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.
Thanks for your response,
Can you please share more details? If possible, can you please share your OML file?