Options

Navision Integration Framework BETA

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
edited 2006-06-20 in Download section
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

  • Options
    Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Aaargh. When will I learn to NOT just copy-paste XML to websites? :)

    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
    <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 - and without that annoying Unicode conversion."
  • Options
    Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Thanks, Luc! :)
Sign In or Register to comment.