How to achieve dynamic subjects? | Community
Skip to main content
mustafau3722362
Level 2
August 2, 2019
Solved

How to achieve dynamic subjects?

  • August 2, 2019
  • 3 replies
  • 2854 views

Hi,

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

What is the best way to save them?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

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

3 replies

kapilKochar
Level 6
August 5, 2019

Hi,

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

Thanks,

Kapil

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
August 5, 2019

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

mustafau3722362
Level 2
August 5, 2019

Thanks wodnicki,

it worked.