Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

How to achieve dynamic subjects?

Avatar

Level 3

Hi,

I want to store each dynamic email subjects that are created in a workflow.

What is the best way to save them?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Assuming 'dynamic subjects' are materialized subject lines ('Hello <%= recipient.firstName %>' => 'Hello Mustafa'), they can be stored to broadlog by extending nms:broadLogRcp (assuming recipient target) and altering its target mapping's storage parameters to include the data in the delivery's subject field.

Thanks,

-Jon

View solution in original post

3 Replies

Avatar

Level 8

Hi,

I am not sure i understand your problem statement. Could you please explain more with some screenshot if possible.

Thanks,

Kapil

Avatar

Correct answer by
Community Advisor

Hi,

Assuming 'dynamic subjects' are materialized subject lines ('Hello <%= recipient.firstName %>' => 'Hello Mustafa'), they can be stored to broadlog by extending nms:broadLogRcp (assuming recipient target) and altering its target mapping's storage parameters to include the data in the delivery's subject field.

Thanks,

-Jon

Avatar

Level 3

Thanks wodnicki,

it worked.