Bootstrap

Writeback

  • Fix – Boolean Yes/No validation and handling of nulls was not correct.  Was saving nulls as No instead of Null.

Client Setup

  • New – Service Properties now has a set of fields to allow branding of the Web Channel Logon Page without using custom CSS and HTML files.  Can now use a file path or URL address to define a logo and the title background colour and font colour can be set.

Query Builder

  • New – JSON output to file hint on output Name called _JsonRaw.   This allows output fields that contain JSON as a string to be output as raw JSON without quotes.  This is useful for integration projects where JSON payloads contain sub-classes and arrays.
  • Fix – SAP Business One would error if the <DEFAULT> company had user defined fields
  • Add – JSON output support for sub classes.  The follow suffixes can be appended to the output name  _JsonObjStart_<name>,  _JsonObjMiddle and _JsonObjEnd
  • Add – JSON output array support. The follow suffixes can be appended to the output name   _JsonArrayStart, _JsonArrayMiddle and _JsonArryEnd