518
Views
1
Comments
Solved
Detailed information ossys tables in outsystems
Question

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.

2018-10-29 08-31-03
João Marques
 
MVP
Solution

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

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