- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Badr,
Having a service file watcher process (OS scheduled process or a service) or a post delivery/export activity node in ACC can do part of the work but still the ability to identify files extracted by specific users and move them to different directories is challenging.
For example, you can have a file watcher process (OS scheduled script) to look for files with *_A.txt suffix and move them to final destination folder xxxxx_A while moving files with *_B.txt suffix to a different destination directory. It is still the user duty to either set the exported file name to *_A.txt or *_B.txt by either doing that manually or by using an export template. Any automation using javascript to get the user ID as a variable and include in the file name does not worth it. It is better to re-evaluate the requirements for this part and determine a reasonable approach.
Good luck.
Thanks.