How to achieve dynamic subjects? | Adobe Higher Education
Skip to main content
mustafau3722362
Level 2
August 2, 2019
Beantwortet

How to achieve dynamic subjects?

  • August 2, 2019
  • 3 Antworten
  • 2854 Ansichten

Hi,

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

What is the best way to save them?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

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
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.