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

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

Community Advisor

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