Could someone guide me to right place as to where I can find know detailed information about ossys tables in outsystems. I.e what each tables does and as to when a record is created. Any under the hood knowledge.So far I found this article to be very interesting.https://www.outsystems.com/forums/discussion/41063/light-processes-under-the-hood/Any recommendations, articles or documentations will be greatly appreciated.
Hi Craig,
Almost all these tables are exposed via the System extension:
The Application entity for instance correspond to the OSSYS_APPLICATION physical table.
As you can see by the image, you should have descriptions that should guide through what each table does, as well as their attributes.
You can also take a look at the documentation on the OutSystems Platform Metamodel.
Kind Regards,João