435
Views
7
Comments
Application object counts
Application Type
Reactive

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!


2022-01-13 11-06-04
Neha Sheikh
Champion

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

UserImage.jpg
Sneha V Bhat

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.


Thanks,

Sneha Bhat

2022-01-13 11-06-04
Neha Sheikh
Champion

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

Neha

UserImage.jpg
Sneha V Bhat

I'm not looking for system entity here. I want to know which are system applications and which entity has that information.


Thanks, 

Sneha Bhat

2022-01-13 11-06-04
Neha Sheikh
Champion

Hello Sneha,

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.

Thanks,

Neha

2023-04-16 15-25-31
Krishnanand Pathak

Hi Sneha

AO information is not stored in DB.

You can also refer the below thread:
https://www.outsystems.com/forums/discussion/91958/application-objects/#

Regards
Krishnanand Pathak

UserImage.jpg
Sneha V Bhat

Can I know what this Entity used for?

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