Layton ServiceDesk - Procedures - General - How to Find the Version Number

From Layton Support
Revision as of 14:57, 17 September 2014 by Tscholl (Talk | contribs)

Jump to: navigation, search

Btn back up.png Back to Contents

Application Version

In Layton ServiceDesk, click the Administration button Lsd btn admin.png and scroll to the bottom of the page. The version number appears in the footer. You may also view the version information along with your registered Company ID and product key in Admin > System Settings > License Information

NOTE: The version number listed in Programs and Features may be incorrect. When Layton ServiceDesk is installed, the version number is correct. Later updates may not change this version, however.

Database Version

The version of the database may be different to that of the application. The database structure may not need to be modified between versions. In terms of disaster recovery, the same application version could be installed and connected to the database.

In the database table admin, look for the value db_compatible_app in the sys_admin_id column. The version number appears in the sys_admin_value column in this row. This SQL query will also return the version number:

   SELECT sys_admin_value AS "Database Version Number"
   
   FROM [admin]
   
   WHERE sys_admin_id = 'db_compatible_app'

Btn back up.png Back to Contents

Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox