413
Views
3
Comments
Solved
Show version number with expression
Question

Hi!


I was wondering if there was a value I could enter in the expression form which would show the version number of the app. Anyone has an answer for this?

2024-06-12 10-07-10
Daniel Martins
Solution


For Lifetime version number, you already have in the forge one component, that exposes LifeTime Application version using LifeTime Deployment API (as Remco suggested):

https://www.outsystems.com/forge/component/2034/application-version/


Hope it helps you.

Best regards,

Daniel Martins 

2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Hi Koen,

The version numbers are only available on LifeTime. You can however get the Version number of your app by using the deployment API available on your LifeTime environment. You can fetch the current version number with this API.

Kind regards,

Remco Dekkinga

2024-06-12 10-07-10
Daniel Martins

Hi Koen,

Could you please describe in more detail?

What do you mean by version? eSpace version? Lifetime tag version?

Easiest way is to create a site property and manage that info via service center (manually), and built a screen/webblock to show the value of the site property (using an expression).


Hope it helps you.

Best regards,

Daniel Martins 

2024-06-12 10-07-10
Daniel Martins
Solution


For Lifetime version number, you already have in the forge one component, that exposes LifeTime Application version using LifeTime Deployment API (as Remco suggested):

https://www.outsystems.com/forge/component/2034/application-version/


Hope it helps you.

Best regards,

Daniel Martins 

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