Hello.
I'm a Workflow newbie, so this is going to be my very first workflow. :)
We have a system already in place that processes our Vendor Invoices. The operators scan the Invoice in as it comes from the vendor, then they fill out some metadata fields and the Workflow does its magic to move the invoices through myriad of folders and eventually into the processed folder.
I need to associate a PDF with these documents. Basically, as we cut a check for each invoice, in our main system, we generate the check image as a PDF. These PDFs are then stored in a folder on a drive on some server or other. I want to programmatically associate this PDF with the Invoice.
I'm wondering if it is possible to append the PDF to the bottom of the scanned Invoice image, and if it is what are the Actions to accomplish that?
If it isn't possible I'd like to create at least a hyperlink to the PDF files in the metadata section of each Invoice document.
I think my flow would be something like:
1. Loop through the folder containing the PDFs (I was unable to find this Action)
2. Generate the PDF as a LF document (Also am not sure how to do that)
3. Append the LF document to the existing Invoice document, after the last page of the Invoice (Possibly using the Attach Electronic Document action?)
Thank you in advance for any and all help.
Rudy