Archiving documents within NAV 5.0

RichHollidayRichHolliday Member Posts: 2
Greetings all,

I am quite new to NAV so forgive me if I'm retreading common ground...

As a developer for my company's document management product, I am looking at possible programmatic methods to archive PDF documents (autogenerated via our product) to the NAV system. These documents will need to be associated with a chosen company / person.

A coarse-cut idea that came up would be to store the documents as 'attachments' within an 'interaction' associated with the required contact. As a method of interfacing with our bespoke application the C/FRONT API seemed like a possible option, but this raised several issues:

As C/FRONT only updates data tables without executing business logic, is this a sufficient mechanism to achieve the above or does it need to be used in conjunction with something like Navision Application Server? A colleague suggested that using C/FRONT to write to the NAV database was indeed 'risky', it should really only be employed to read from the database.

If I wanted to create new attachment / interaction records is there reference material that covers the NAV database tables / columns in any detail? I would like to find out with reasonable confidence what set of records needs to be created / updated.

As I value the opinion of people on this forum, I would be most grateful for any guidance or opinions on this.

Comments

  • ara3nara3n Member Posts: 9,256
    Hello Rich

    Welcome to mibuso and NAV.

    I suggest to do the modification in NAV and get a NSC to do the mod for you.
    There are several PDF documents on installation cd that I recommend reading.
    Get developer manual and start learning the application and how to use it.

    As far as creating pdf documents, there is a how to in Tips and tricks section.
    You can store them in a blob field.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.