Hi guys,
I have a xaction file to generate report monthly which be saved in a shared directory and sent by email. To distinguish the file I define a variable via js and pass it to the file name.
It works fine by saving the report in directory but doesn't function by sending the email.
I tried to use <variable name> and {variable name} to specify the attachtment name like the following code:
orCode:<attachment-ref name-param="attach_name_1" input-param="berichtmailpdf"/> <attach_name_1><![CDATA[newreport_for_<month>.pdf]]></attach_name_1>
Both of them don't work.Code:<attachment-ref name-param="attach_name_1" input-param="berichtmailpdf"/> <attach_name_1><![CDATA[newreport_for_{month}.pdf]]></attach_name_1>
Has anybody ein idee?


Reply With Quote