Navision Integration Framework BETA
NIF is a framework for quickly and painlessly integrating Navision with other applications, with web applications, or within a Service Oriented Architecture.
For example, just drop in an XML like
<Insert TableNo="18" CallOnInsert="True" RequestID="123">
<Field FieldNo="5" CallOnValidate="True">Vazze str. 69</Field>
<Field FieldNo="2" CallOnValidate="True">Jaoozsi</Field>
</Insert>
and you have inserted a Customer record - all triggers fired, no annoying Unicode conversion, and no customization necessary within Navision.
http://www.mibuso.com/dlinfo.asp?FileID=608
Discuss this download here.
[Corrected description by Administrator]
Comments
Here is what it meant to be:
"The goal of NIF is to provide a clean and easy way of external applications to communicate with a Navision database
with firing triggers. For example, just drop in an XML like
and you have inserted a Customer record - and without that annoying Unicode conversion."