Hello,
Does anyone know how to write a word/M2DOC field to point at some other file inside the Word document ?
Thanks
Hello,
Does anyone know how to write a word/M2DOC field to point at some other file inside the Word document ?
Thanks
You can use the asLink() service:
'Some Text Refrence'.asLink('otherFile.docx')
or
'Some Text Refrence'.asLink('otherFile.docx#SomeBookmark')