Skip to main content
Skip table of contents

Release Notes

See the list below for the latest additions in automation for grid features and other features that are not product specific.

Added August 2023

Tag to close a frame (sub-module): <SetKeepAlive value="false"/>.

Parameter for <GridDataComposition> to freeze the exact column instead of just the column at a given position: <SetFrozenColumn ColumnID ='preferredLanguage' />.

Execution hierarchy and order set for OnError, OnExit and job error management: 1) ExecuteVar, 2) Execute, 3) MsgBox.

Parameter to set the PrimaryKey of the grid selection with <SetVarListFromGridSelection/> and to use with <Select>: $PK$.

Parameter for <SetVarListFromGridSelection/> to add the ability to "auto explode" multi values: ExplodeColumnID.

Mode for Export to quickly append a row without matching the column header of the grid to the column header of the target file: <SetParam field="Mode" value="AppendRowsBlind"/>.

Added March 20 2023

Automation attribute to "end" the automation without closing the dialog: <KeepAlive="ThisAndStop">

Automation GetEnv/SetEnv and GetReg/SetReg to read/write Windows Registry items.

Parameter Unique="true" in <copy> to only get the Unique attribute in <SetVarListFromGridSelection/>.

New Variable in UserInput to enter a username: <Variable Type='Username'/>

Attribute "waitinfo" for a wait panel when using the TextFieldSelectExt.hbs in HTML forms. 

New Variable type in UserInput to execute or launch another automation Job.

Attribute "AutoClose" for MsgBox with various parameters.

Automations for views: "MakeLiveView" allows you to store existing sorting, grouping and filtering while "ApplyLiveView" lets you restore the grid state by removing existing sorting, groupings and filters.

New Variable {%LastError%} which contains the last error raised during the current job or script run (warnings are not set in this variable). 

Automation to trigger another script or message box when the main script ends:  <OnExit executeVar="MyVar"> 

Automation to trigger another script or message box when there's an error:  <OnError executeVar="MyVar"/>

Modes "IsIn" and "IsNotIn" for the "IF" automation.

Added October 26 2022

Tag to show or hide filtered and hidden rows.

Read or write to the registry (SetReg and GetReg).

Terminate automation without closing the dialog using KeepAlive="ThisAndStop"

Added September 29 2022

Combine two lists.

Tag to read the content of a file and put it in a Var.

New conditions for SetVarListFromGridSelection where mode = text: isInString/isNotInStringstring, IsIn/isNotIn conditions.

Tag to copy an existing list to another one. 

Automation "SetvarListFromFile" where the user will provide a path to a file (CSV or Excel), and it creates a List of SetVar for each column index provided in the file. 

Tag to apply an existing View. 

Reserved, system variable name for LOCALAPPDATA: "FolderLocalAppData". 

Create a variable list of raw values from grid selection using new "SetVarListFromGridSelection" attribute:  RawFormat = "true". 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.