Not sure if what I "want" to do is possible with VC:
1. We have two directories. Incoming files are stored by a separate application into Folder1. A VisualCron task watches for new files and copies them to Folder2. Staff access Folder2 to individually process the files. As each file is finished and deleted from Folder2, I'd like to delete the original/corresponding file from Folder1. The VC job I've set up ends up deleting all files from Folder1 when
any file is deleted from Folder2.
Is it possible to (through use of variables??) to have the delete job delete the specific file(s) from Folder1 that has been deleted from Folder2?2. As files are initially added to Folder1, a separate VC job monitors that folder and sends an email to staff. The VC job attaches the new file to the email, however, there are two issues.
a. The job currently sends an email attaching
ALL the files that exist in Folder1 - whether they are new or were already present.
Is it possible to attach only "new" files in the email?
b. The current process only sends one email. So if three new files are received, it sends one email with all files in the folder attached.
I'd like to have three separate emails - each with only one attachment (for each of the three new files detected). Is this possible to do this in VC?
Edited by moderator
2014-08-01T08:55:43Z
|
Reason: Not specified