17
Views
1
Comments
[Application Objects Count] Application Object Details
application-objects-count
Web icon
Forge asset by João Barata

Hi All,

I am trying to get all the application object names from the platform. Is there anyway we can get it. I have explored the forge component {Application Objects Count}. How can we get the complete details of the application object. 

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  we can use . How can we get these details from the platform.  

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,

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