DRV_VERSION is a derived field displays the version of the build the application is currently running.

This is derived from the files within the HLAppResources\release\config directory. This version would only be updated during an upgrade of the application.

For example, for admin users, the file ePersonalityStyle.xml contains the following XML snippet, which indicates the version that will be presented to the Admin interface:

 <versionRules>
    <versionRule application="ProfessionalUI"  productName="Personality"   version="5.03.00" />      
  </versionRules>

and the selfServiceStyle.xml files present the version to the Self Service users (in the browser banner)


Notes #

Click to create a new notes page