Bootstrap

Version 5.0.22

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

Web Channel

  • New – REST API methods to assist with writeback of very large datasets that take time to process.  Normally a writeback will call the EntryFormPost endpoint and then wait for the response.  The response contains details such as what errors occurred and if successful how many records were affected.  However, if the writeback takes a long time, say 10 minutes to process then the POST will timeout in the browser waiting for the response.  The new method EntryFormHistoryPost returns a writeback history id straight away that tracks the status of the writeback.   The history id can then be poled calling the GET method EntryFormHistory to find out if the Writeback is still running, finished or errored.
  • Fix – REST API History Writeback did not record all details correctly when calling EntryFormPost in batch mode.

Studio

  • Fix – Create Reports had a missing HTML tag and the prompt area of the reports was aligned to the right.