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 ?
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.
Thanks for the response @Beatriz Sabino