I currently have a task that generates a pdf when moving a file to release state. I need a task that will delete a pdf from the vault when taking a file out of the release state. Can anyone help me with this?
I currently have a task that generates a pdf when moving a file to release state. I need a task that will delete a pdf from the vault when taking a file out of the release state. Can anyone help me with this?
We have a simple dispatch like the following (sorry it's in German):
It is just a command like: C:\Windows\system32\cmd.exe /c del <here full path with filename>
As you can see, we replaced the filenames with variables (%tArtNr%), that have been defined in the variables section of dispatch:
I hope, that helps a bit.
You can do it via Dispatch actions.