Release Notes 🔗︎

Transmitting Input Values via POST 🔗︎

MDE+ now transmits the values typed or scanned into the input fields by POST request. As a result, the values are not being written to the URL. This means that refreshing the page does not lead to sending the values to MDE+ once more and Dynamics NAV will process them again.

In the configuration file ‘MDE-PLUS.ini’, the setting ‘FormMethod’ can be used to control whether data is being transmitted via ‘POST’ or ‘GET’. The configuration file is usually located in the directory C:\ProgramData\AGOLUTION® GmbH\Handheld-Server for Dynamics NAV\.

[Environment1]
Code = CRONUS
NAVWebserviceURI = http://localhost:7047/Dynamics NAV/WS/
NAVWebserviceName = Handheld
NAVDefaultCompanyName = CRONUS AG
FormMethod = Post; or Get

Information Page via HTTP://IP-ADRESSE/INFO/ 🔗︎

An information page can be displayed via the URL http://IP-Adresse/info/. Replace IP address with the IP address of the server on which MDE+ has been installed. The information page displays the following details:

  • Product name and version
  • Copyright information
  • Licence information
  • Remote IP address
  • User agent
  • Device type
  • Operating system

Supporting DATALOGIC Memor X3 🔗︎

MDE+ supports the device DATALOGIC Memor X3.

Faulty HTML Code for Pages without Input Fields 🔗︎

The HTML code produced was incorrect in case there had not been specified an input field to focus on.

Storage Space is not released 🔗︎

An internal object has not been released. This resulted in the free RAM storage on the server getting smaller and smaller.