Help Centre Forum

TOTECS Forums

Connector 1.19 Beta Released
Author
Thread

Author moderator
20th September 2018

Version: 1.19.0.0
Date: 20/09/2018
Time Released: 10:00pm AEST

New Features

  • Micronet Harmoniq preset for the Generic adaptor. Allows the Generic adaptor to be configured to integrate with Micronet Harmoniq' s system through its SOAP based web service.
  • Generic Adaptor Documentation Generator. Allows a web page containing documentation of how a Generic adaptor has been configured to be generated, allowing data sources, data exports and data imports to be understood more easily.
  • Supplier Invoice importing into Connector. The Connector now supports importing Supplier Invoices into the Connector. The Generic adaptor now supports being able to import supplier invoices into JSON/XML web services/files, ODBC databases, MS SQL Server databases, SQLite databases, and CSV files.
  • ARRAY_LENGTH JSON/XML field function. Gets the length of an array within JSON/XML data.
  • ARRAY_VALUE_JOIN JSON/XML field function. Joins values together that stored within an array in JSON/XML data.
  • DECODE JSON/XML field function. Decodes text data back into plain text form.
  • ENCODE JSON/XML field function. Encodes text data into a form that is safe to use with XML, JSON, URL, BASE64, SQL data.
  • PAGE_NUMBER JSON/XML field function. Obtains the number of the page of records that are being processed within a data export request.
  • PARENT_ARRAY_INDEX JSON/XML field function. Gets the position/index number of a record being processed within its position of a parent index in JSON/XML data.
  • RECORD_SET_INDEX JSON/XML field function. Gets the position/index number of the record set currently processing JSON/XML data.
  • RECORD_INDEX JSON/XML field function. Gets the position/index number of the record currently being processed from XML/JSON data.
  • TRIM JSON/XML field function. Removes white space on the left, right, or both sides of text found in JSON/XML data.

Improvements

  • MYOB Retail Manager adaptor now supports placing the organisation name in the delivery address of a sales order into the address field of a MYOB Retail Manager sales order.
  • New setting in Generic adaptor's JSON/XML data export/import settings to set the HTTP request headers for each data export/import.
  • Data fields for Generic adaptor customer account record data exports to allow filtering and data hooks to be placed within JSON/XML data export/import setting fields.
  • Connector email setting to specifiy if emails should be sent securely over a network or not.

Bug Fixes

  • No bug fixes