Hi,
We recently purchased ExpandIT’s Launch Utility to schedule the import of EDI transactions. The process works perfectly, expect that the report ends with a message which I need to confirm.
Reading the help documentation it seems you can add the CloseMessage into the .ini file using Notepad.
CloseMessage=*out of * Purchase Documents are posted. * out of * Sales Documents are posted.
However, it is having no effect. Do I need to put the message in a particular location in the file?
Your assistance would be appreciated.
This functionality cannot be controlled from the settings in the user interface. It must be configured in the ini file, which can be edited with a normal text editor such as notepad. The following settings have been added:
This setting can occur multiple times in the configuration file. Each entry can contain a text that will be matched against messageboxes displayed by the Navision client. If the text matches the text in the messagebox then the messagebox will be closed by the Launch Utility.
The match expression can contain the wildcard characters * and ?. The match is case sensitive.
Example:
CloseMessage=ab*c?d
This will match ab123c4d.