162
Views
2
Comments
Solved
System entity
Question

This SQL-query that I use in Microsoft SQL Server Management Studio gives me the desired results: 

select AV.NAME from  OSSYS_APP_VERSION as AV

join OSSYS_APPLICATION as A on AV.APPLICATIONID = A.ID

where A.NAME = 'Rider'

and year(AV.CREATEDON) > 2021

In Outsystems in the tab Manage dependencies under the public elements for Systems I can find the entitiy 'Application', but not the entity 'App_Version'. Why???? Is the logic name different???

2022-07-12 16-41-57
Pedro Costa
Solution

Hi Danny,

I think this entity is not exposed natively.

But I believe you can access it through the extension below:

https://www.outsystems.com/forge/component-overview/2146/extended-metamodel

Regards,

Pedro Costa

2020-09-26 09-10-18
Danny Eeraerts

Thanks for your help.

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