How do I add extra fields in Word interaction doc

Hi all, I am setting up Navision (3.7A) CRM with Word integration. Is there any way to control which fields are transferred to word? I would like to transfer contact.firstname and contact.surname as wel. currently it only transfers contact.name. The integration module calls a function called WordManagement, but I can´t find any documentation in this function. Thanks, [:D] Leo Bink

Fixed it myself![Wow!] You can freely add fields from any table to be merged to Word in Codeunit 5054 Wordmanagement. You should add the fields in three places. Regards, Leo

When Adding the fields, Make sure you add them in EXACTLY the same LOCATION relative to the other existing fields and in the same ORDER. [^]