
Hi all,
I hav a word template attached in office integration -> document templates.
i need that word document to be attached in Standard attachments form( docuref and docuvalue) using x++ code against a particular record.
i can get that word document as memory stream ,after that how to attach/upload to standard attachments form.
any suggestions pls.
Hi Test,
Please try to use use DocuActionFile::attachFile() to attaches a file document value to the provided document reference.