Metadata within HTML from switch

Post Reply
Penguin
Member
Posts: 34
Joined: Tue Jul 31, 2018 5:57 pm

Metadata within HTML from switch

Post by Penguin »

Can HTML email put a link for where switch moves files based off the Set Hierarchy Path. This is the Metadata that it looks at to place the processed file. [Metadata.Text:Path="/field-list/field[tag= 'Job_Number']/value",Dataset="Submit",Model="XML"]
I'm not sure how to put that into the email so that CSR only has to click link to go to the processed file. Any help would be greatly appreciated.

Thanks,
Padawan
Advanced member
Posts: 358
Joined: Mon Jun 12, 2017 8:48 pm
Location: Belgium
Contact:

Re: Metadata within HTML from switch

Post by Padawan »

You can just put in Switch variables like [Metadata.Text:Path="/field-list/field[tag= 'Job_Number']/value",Dataset="Submit",Model="XML"] in the html template files, Switch will replace it with the value behind the variable. This way you can build the path in the html template.
Post Reply