Multiple paramters support Deployment wizard | Community
Skip to main content
Level 2
June 9, 2020
Solved

Multiple paramters support Deployment wizard

  • June 9, 2020
  • 1 reply
  • 4109 views

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

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 kapilKochar

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

 

1 reply

kapilKochar
kapilKocharAccepted solution
Level 6
June 9, 2020

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

 

Level 2
June 9, 2020
Thanks @545806, 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...