In my Apex application, I want to display custom application version. From the page template I see that it is using substitution string APP_VERSION
.
I tried changing this in application properties > Definition > Substitution String. But it is not showing the changes.
Can anyone suggest how to solve this problem ?
I was able to solve this problem by adding application level item APP_VERSION. Added this as &APP_VERSION at field application properties > Definition > Name: Version.
In an Application Process, application level item APP_VERSION is assigned a value after reading a property in database table.