How to get the APP Version using a Pre-Render APEX
I'm trying to get the app version so I can log it in a table when inserting or updating data.
I'm currently doing this for APP_USER
and sysdate
which is working fine.
PL/SQL Code:
I would also like to add the Name and Version.
I tested APP_NAME
and that does work, but APP_Version
returns nothing?
I was also wondering what other APP_
variables are available?
Comments
Post a Comment