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 10, 2020
Hi @545806, 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?