Options

A Practical Introduction to Navision Customizations

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,496
edited 2006-07-11 in Download section
A Practical Introduction to Navision Customizations
A short Navision Customization/Development guide optimized for the common cases. It is not meant to replace the manuals but rather to show the big picture first, to make understanding the manuals later on easier. Also for those cases where you have to jump into actual customizations without having the time to read and learn everything.

http://www.mibuso.com/dlinfo.asp?FileID=744

Discuss this download here.

Comments

  • Options
    girish.joshigirish.joshi Member Posts: 407
    That's a really good overview of logical structure of Navision! Great job.

    There was one thing I would do differently in your standard customization:

    When you have a field on the header, and you need to keep the same field in sync on the lines, I like to put the code in the UpdateSalesLine function of the Sales Header, then put a call to the function on the field trigger.

    That's the way standard Navision does it, and it just seems better to keep all the similar code in one place.
  • Options
    Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Thanx for the compliment.

    As for UpdateSalesLine, I agree in a live system - in this tutorial I just wanted to show how triggers work.
Sign In or Register to comment.