21
Views
2
Comments
[Application Objects Count] Fetching details from the forge component AO count into a custom table
Question
application-objects-count
Web icon
Forge asset by João Barata

Hi All,

I am trying to fetch some details from Application Object Count. There are several server actions created to fetch details of screens, entities, web services etc. Basically, the output from the server action is stored in a structure format and displayed in the UI. So, I want to store the structure details in the custom table. The custom table has attributes like Screen name, entity name and web service name. I want to fetch all the details from the Output structure of the server actions from the forge component to the custom table. How can we fetch these details ?


2022-12-22 10-00-39
Beatriz Sabino

Hi Lincy,

This component retrieves data from System Entities, such as Application and Module.

If you need to store this information in a custom table, you could replicate and adapt the logic used in the component for your specific use case. For example, you can modify the SQL queries used in the Preparation of the AOList screen and use the results to save into your custom table. 

UserImage.jpg
Lincy Thomson

Thanks for the response @Beatriz Sabino 


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