Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following improvements have been implemented:

Export: Allow value arrays directly on Data Item lines (Data Format JSON).

Export: Added an additional key in the IDYC Export Queue Entry table for performance improvements on both export table/field monitoring and export queue processing.

Functions: New functions ENCRYPTTEXT and DECRYPTTEXT to encrypt en and decrypt strings.

Functions: New functions GENERATEHASH and GENERATEHASHBASE64 to create hash values with support for multiple hash algorithms optionally using a key.

Functions: New functions TRIM, TRIMSTART and TRIMEND to trim leading and or trailing characters.

Functions: New function GETEXPORTSYSTEMIDS to retrieve System Ids from the Export Entry. Can be used in combination with processing rule to store the exported system ids when processing a (webservice) response with an import definition.

Functions: Added addtional additional parameter for function FORMAT to explicitly specify which data type to validate against.

Functions: Renamed FORMATDECIMAL to PARSEDECIMAL and changed behaviour to handle function in AL (previously handled by the ConnectIT API).

Functions: Changed behaviour for functions REST and AZUREFUNCTION to handle function in AL (previously handled by the ConnectIT API). This results in requests to the endpoint URI being sent directly instead of through a proxy/gateway service.

Functions: Added lookup pages for parameters that are based on enums/options to select the option value (used for functions FORMAT, GENERATEHASH and GENERATEHASHBASE64)

Logging: (Beta feature) Added option to choose between local/internal and API logging when beta feature is enabled.

Logging: (Beta feature) Performance improvements for local/internal logging when beta feature is enabled.

OAuth2: Custom grant flow: Added additional check on empty token in response when using an import definition (with temporary values).

...