Skip to main content
Level 2
June 9, 2020
해결됨

Multiple paramters support Deployment wizard

  • June 9, 2020
  • 9 답변들
  • 4165 조회

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

이 주제는 답변이 닫혔습니다.
최고의 답변: 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

 

9 답변

kapilKochar
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

 

rohanpat-1작성자
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...