cancel
Showing results for 
Search instead for 
Did you mean: 

Use a variable or dynamic string in MessageTransformationBean?

Former Member
0 Kudos

Hi!

I am using the MessageTransformationBean to apply a distinct name to email attachments that I send to partners.

Now I have been asked if I could make this naming dynamic - like

ILN_Sender + ILN_Receiver + date + time

I know how to use dynamic Configuration objects, but the email adapter does not support "TAttachmentName" or similar and I cannot use the mailpackage due to the szenario that is in place.

Any possibility over there using standard tools?

Thanks!

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>Any possibility over there using standard tools?

no but you can create a simple adapter module

in which you will change the attachment names to

values from the main message like

ILN_Sender + ILN_Receiver + date + time

Regards,

michal

Former Member
0 Kudos

You do not by any chance have a template for doing that?

Problem is I am just not that familiar with module implementation - sorry.

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Got a fellow developer to code just that module...