Bootstrap

Scheduler

  • Added Writeback from Excel xlsx workbooks
  • Added Query Save as Excel with append mode.  Used with Query Combinations to create a single Excel workbook with a worksheet for each combination, simular to Excel Split Sheet
  • Added Query Save as PDF with append mode.  Used with Query Combinations to merge all the combinations into a single PDF file.
  • Added Publisher Save as Excel with append mode.  Used with Query Combinations to create a single Excel workbook with a worksheet for each combination, simular to Excel Split Sheet
  • Added Publisher Save as PDF with append mode.  Used with Query Combinations to merge all the combinations into a single PDF file.
  • Added History now shows log details
  • Added JavaScript console log display area for real time logging during test execution
  • Fix some versions of Windows 10  cut off at the bottom of the edit window
  • Added timeout logic for Publisher Cache refresh

Query Builder

  • New Preview Save As PDF, Excel CSV and JSON added

Studio

  • Added Datamodel Compared support for Extension Datamodels, Dictionaries and Table Display. In previous versions it compared Tables, Fields and Processes. Also the XML attributes are now displayed side by side for the two versions.

Instance Management

  • Added right click menus for Datamodel Installer, Dashboard Pages, Scheduler, Materialized Queries, System Properties.

Engine

  • Revised temporary folder and file logic to always create folders and files under a folder called SL_Temp.  This is further sub divided by a folder for each Instance Id SL_Inst_Id.  The SL_Temp folder is created under the Windows AppData temporary folder.  This provides even more separation of instances and allows for easier clean-up of temporary files while not affecting other instances.
  • Fix Signing in with a Windows Account when using multiple Remote Connection showed a access denied error in Query Builder for connections other than the main connection.

Site Setup

  • Added support for multiple trusted folder locations in Product Settings \ System \ Allow Scheduler Files in Folder.  Uses pipe separator   C:\Temp\ | D:\WorkFolder2 | D:\WorkFolder3