Insert Documentation Trigger By Code

mikmik Member Posts: 79
edited 2013-09-30 in NAV Three Tier
Hello Community,
we are searching for a Piece of Code with which we can insert some lines of documenation to a list of objects.
Does anybody know if there is something in for free? We do not want to edit the exported text files.
I hope someone can help.
I alreday tried some Tools from the download area.
(documentationtrigger/Objectdoclines)

greetings
mik

With kind regards
mik

Comments

  • ppavukppavuk Member Posts: 334
    I think only reliable way is to edit text files... The fob format is proprietary and nobody actually know how to write to it... there is some tools to read docs from fob, but i am afraid no tools to edit.

    With NAV since 2009 prior to 2013 you can use EXPORTOBJECTS, then parse file, add documentation lines and then IMPORTOBJECTS. But, after import you have to compile everything. With this approach you will need to ensure that your documentation lines are properly indented and take care or documentation lines length, to avoid import errors...

    Honestly, i'd say that manual process will do a job better than any tool...
Sign In or Register to comment.