Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Attachement URL or directory

Avatar

Level 4

Hi Geeks,

Where are Dynamic Email Attachment(which converts odt to pdf) are stored in adobe campaign.
Is there a way to access them after they are sent out.

Regards.
A noob.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Assuming Linux, run this in a js activity in a workflow, then check audit log:

logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])

Thanks,

-Jon

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Assuming Linux, run this in a js activity in a workflow, then check audit log:

logInfo(execCommand("find /usr/local/neolane/nl6/var -name '*.pdf'")[1])

Thanks,

-Jon

Avatar

Level 4

It seems i dont have access to view that file.
I tried to view that file by sending as an attachment in email.
How else can i preview it?

Thanks.