Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Hassan khwileh
58
Views
3
Comments
Application Version
Question
Database
Hi ,
i am going to use the application version record in my application, and i have fount this data in ApplicationVersion Table, but i dont know where is exatly this table locate, i have search in the lifetime eSpace but i couldn't found any, any help about that ?
Regards
Kilian Hekhuis
MVP
It seems it is not exposed.
João Rosado
Staff
Hi,
It is exposed for the LifeTime SDK API's:
ApplicationVersion_List
But it is only available in the LifeTime Environment, so if you want to access that information in your other environments (since the recommendation is to have a dedicated environment for LifeTime separated from your dev/qa/prod environments) you will need to make a Lifetime plugin, publish it in the LifeTime environment and create a WebService/REST API to access the information you need there.
You can read more about the LifeTime Plugins
here
.
Regards,
João Rosado
Kilian Hekhuis
MVP
Hi João,
That's useful information, thanks.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...