oracle-databaseoracle-apex

How do I override the value of APP_VERSION substitution string in Oracle APEX?


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 ?


Solution

  • 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.