I have currently setup tasks in EPDM to automatically create PDF's in a network drive once they are approved for production. I would like to have it setup so the network drive location (used by our manufacturing group) has the same folder structure as our vault. In order to do this I think I need to create a new variable that can be used in specifying the folder path. Currently I can only set it up so all the pdf's go to the same two folders. This ends up being very poorly organized. Is it possible to create new variables that can be used to specify the path?
If not should I start looking towards using dispatch or should I go straight to learning the API.
Is there anything in the filename which would indicate the destination folder, i.e. 02-1234.pdf would go to folder C:\02\, and 19-4213.pdf would go to C:\19\?
If so, it may be easier to set up a program to monitor the output directory and redistribute the files to the appropriate directory.
Otherwise, I would look into the API and then maybe use Dispatch to kick off the routine, b/c Dispatch may not be enough to get you there.
Calvin