- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I'm not sure what that setting does, probably something with budgeting and/or MRM.
To concatenate files from deliveries, use a post-processing workflow on the routing account or service provider: Check if current delivery is last delivery in the group (e.g. 5 files exist, 5 expected), and if so use js to execCommand('cat groupid_*.txt > groupid.txt') or write out all the code to read and write the files.
Thanks,
-Jon