I want to get the Application abject count for External application and System application separately.
Is there a way to achieve this?
I have been using these system tables to get the total AO count. But not able to separate external and system AO counts. Please help me to achieve this. Thank you!
Hello Sneha,
You can see AO counts in service center reports. You can also refer to the below forge component to get AO count in your application.
https://www.outsystems.com/forge/component-overview/4242/application-objects-count
Thanks,
Neha
There must be a system table with the attribute which tells which are system table and Not System once. I would like to know which table has this information.
Sneha Bhat
Hi Sneha,
Systems Entities are usually recognized by the prefix “OSSYS_” in their names . Almost all these entities you will find in systems module.
For more information you refer to this thread.
https://www.outsystems.com/forums/discussion/86198/detailed-information-ossys-tables-in-outsystems/
Thanks
I'm not looking for system entity here. I want to know which are system applications and which entity has that information.
So like I said in my first comment. You can check AO in Service center reports.Go to administration-> Licensing->Application Objects. There you can filter by application name and check the AO for particular application.
Similarly, you can refer to the above forge component as well.
I don't think there is any db entity where it is stored.
Hi SnehaAO information is not stored in DB.You can also refer the below thread:https://www.outsystems.com/forums/discussion/91958/application-objects/#RegardsKrishnanand Pathak
Can I know what this Entity used for?