Extracting XML from Keyfax tables
Help to pull data in a readable format
Last updated
Was this helpful?
Help to pull data in a readable format
Last updated
Was this helpful?
We are often asked, particularly by integration engineers, how to access information relating to Startup or Export data. Typically, data are held in XML documents which can be difficult to read. Using SQL Server Management Services (SSMS) it is possible to view either Session or History data.
Here we are looking at session data from the seSessionValues table. Other tables holding XML content are syOrder (repair orders) and syTaskHistory (repairs and enquiries).
To retrieve the latest Startup XML the following provides clickable links.
Run the results into a Grid and the hyperlinks will be presented; clicking each will open the formatted XML document in a new tab:
Export XML can be extracted as follows:
Depending on your configuration, this will involve two main tables syOrders and syTaskHistory: