Bootstrap

Version 5.1.40

by 管理者 / 2022年01月19日 / アップデート情報
タグ: , ,

Scheduler

  • Fix – FTP did not display the file details when reopening and editing an Action.  Action would work correctly but editing the file setting would require you set it again.
  • Add – File Change Trigger to trigger the Task when file changes are made to the Windows file system.  This is combined with a new System Table called File System Change that can be used in Query Combinations to cycle through the files or folders that have changed.  This trigger is perfect for monitoring folders that are used as a file drop zone for processing.   For example, dropping CSV files into a process payments folder.  Also note that file change events are only raise once a file lock is release so it a large file is copying then the event is only raised once the file has completed copying.

Query Builder

  • Fix – Issue with Single Filters and << where the filter criteria would disappear on reopening the Query Builder.  This bug was introduced in version 5.1.10
  • Fix – Sub Queries in Dynamic Output could not use another Output value as a driver for it’s filters if the Output was also part of its Dynamic Output set.