Hi,
How can we get the application object details like application name, object type(screen/entity/webservice), object name(screen/entity) and AO count from the platform using this forge component.
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 used to get these details.
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,
Hi @Lincy Thomson
Just sharing the reference to accurately self-count the AOs in case.
https://success.outsystems.com/support/licensing/application_objects/
Also, later can cross verify the AO count per module through service center.