I'am looking for a way to move files from one folder to another, either by using the Rules Engine, or eg the distributions service. One example could be when changing status, moving the file to another folder ? Anybody tried this ?
I do not have DS setup at this time, so I can't check. I used DS about 10 years ago, it may have changed, or I may have used it with a hook I wrote. Your best bet on getting what you need exactly is to write a Hook using the API in C++. The hook could trigger on state change or any other event you need it to and either perform the move action before that event took place, integrate it into the event takng place, or after the event takes place. The dll you create would have to be installed with registry entries on each client machine that you wanted the behavior on.
Answer Verified By: Dana Guthrie