Documentation Trigger
Use this tool to extract the contents of the documentation triggers from a NAV object textfile.
Use the attached form (99999) to run the dataport. After the import of the Object textfile you get the contents of the documentation triggers in a table. You can then print the report, or copy the contents of the table to Excel.
Very usefull in projects with (strict) documentation guidelines.
Notice:
I tested this with varous NAV object textfiles, but I'm curious to know if somewhere out there Navision spits out a textfile in a different format. Please let me know so I can make the tool compatible.
http://www.mibuso.com/dlinfo.asp?FileID=936
Discuss this download here.
Comments
I got an error when importing a text-file. Caused by global txtInput because it's got length 1000, which should be 1024.
Tino Ruijs
Microsoft Dynamics NAV specialist
Thx,
Karel
The message I get:
"The text is too long. Text can have a maximum length of 1000 characters."
So when I change the length of txtInput to 1024, the error is gone.
Tino Ruijs
Microsoft Dynamics NAV specialist
I got this error as well, extending the variable did the trick though. Maybe this should be corrected in the download so it works from the beginning.
Apart from that it's a great tool that saves me a lot of time. Thanks. =D>