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

Multiple paramters support Deployment wizard

Avatar

Level 2

Under deployment wizard, I need to add values / parameters like deliveryID and deliveryCode. At the moment, am able to insert only one value at a time, but need to support multiple entries. Tried using comma, semi-colon, but nu luck. Could someone please help....

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Rohan,

 

Since you able to change the deployment wizard by adding required field so that mean you know which form to use. 

In Deployment wizard we have Email channel ,where you can see a field name as @fromMask  which take multiple values using , separated. So you can build your column similar to this. 

 

Hope this will help. 

 

Thanks,

Kapil

 

View solution in original post

9 Replies

Avatar

Correct answer by
Community Advisor

Hi Rohan,

 

Since you able to change the deployment wizard by adding required field so that mean you know which form to use. 

In Deployment wizard we have Email channel ,where you can see a field name as @fromMask  which take multiple values using , separated. So you can build your column similar to this. 

 

Hope this will help. 

 

Thanks,

Kapil

 

Avatar

Level 2
Thanks @kapil, will surely try out. One more question I had, Email deliveries are happening via my MTA server, and I need to sync the stats with adobe reporting, what table do I need to refer for insertion so that the stats start showing up in UI? Any specific one under broadlog? I manually inserted few values in Recipient delivery log table, but it stats didn't show up on reports. Here's the flow in campaign classic where I am looking for the stats : "open delivered mail->select summary tab->delivery option(Right top)->Non-deliverables and bounces". Could you please help...

Avatar

Community Advisor
Hi Rohan, I am not sure i understand your query correctly. Can you please share a screenshot for -- > Here's the flow in campaign classic where I am looking for the stats : "open delivered mail->select summary tab->delivery option(Right top)->Non-deliverables and bounces

Avatar

Community Advisor

Hi @rohanpat,

 

This out of the box report use cube - Delivery and tracking statistics to create data and show the result. 

This cube use Delivery and tracking statistics (nms:deliveryLogStats) Schema to fetch data . 

 

I hope this helps. 

 

Thanks,

Kapil

Avatar

Level 2
Hi @kapil, Basically, I had two more questions, since I am integrating my MTA server with adobe, upon delivery I need to trace back the stats back to adobe for reporting. 1. With resp to failure reasons, like mail box full, not connected, refused, unreachable, what table should I refer to insert the values? Would it be directly 'nmsdeliverylogstats'? Any other tables I need to take care? Because the delivery success / failures I am inserting in 'nmsbroadlogrcp' table and they auto populate in 'nmsdeliverylogstats'. 2. Is it possible to import / create work-flow in a way to insert the entries in above 2-3 tables at the same time? Currently, my work-flow just inserts entries into 'nmsbroadlogrcp'. Any reference for example?