Problem:
Cannot specify the name (eg. Quote12345.html) to the HTML document when being EXPORTed TO FILE?
EXPORT DOCUMENT myHTMLdocument TO FILE 'c:/mydocs/Quote<<Quote.ID>>.html'
This issue does not exist when using MsWord .doc document template.
The IMPORT/EXPORT worked perfectly.
What is expected:
- The document to be exported using the object ID in the name eg.Quote123456.html
IMPORT DOCUMENT Quote.myDocument FROM 'c:/mydocs/Quote<<Quote.ID>>.html'
What happens:
- The document is exported as the name of the actual HTML file that is imported into the awareIM document template.
- Can't store individual exported HTML documents in one folder.
- Cannot use IMPORT DOCUMENT to import the right HTML document.
- Cannot use EXECUTE PROGRAM to convert the right HTML document to PDF
Solution:
HTML document templates should work the same way as .doc templates with IMPORT/EXPORT functions.
Cheers