Multiple or Hierarchy drop down in Adobe Campaign | Community
Skip to main content
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 Jyoti_Yadav

Hi @greeshma_sampath1 ,

 

I don't think so it is possible.

You want to save value based on multiple selection, so you can have multiple drop down fields. Let's understand using an example

Ex: Suppose you want to have campaign type as one drop down. And suppose I selected "Recurring" as campaign type and based on this selection another drop down should appear which will display value as "Daily", "Weekly", "Monthly". 

Using above method you can save and select multiple Hierarchy field value.

 

Thanks,

Jyoti

1 reply

Jyoti_Yadav
Jyoti_YadavAccepted solution
Level 8
November 17, 2021

Hi @greeshma_sampath1 ,

 

I don't think so it is possible.

You want to save value based on multiple selection, so you can have multiple drop down fields. Let's understand using an example

Ex: Suppose you want to have campaign type as one drop down. And suppose I selected "Recurring" as campaign type and based on this selection another drop down should appear which will display value as "Daily", "Weekly", "Monthly". 

Using above method you can save and select multiple Hierarchy field value.

 

Thanks,

Jyoti

Level 4
November 17, 2021

Yes for this process I was trying to check how that can be implemented.

So how can i add the code to schema for this process is my doubt mainly.

Can you please help me out in that?

 

Thanks & Regards,

Greeshma

Jyoti_Yadav
Level 8
November 17, 2021

Hi @greeshma_sampath1 ,

 

1) First extend the nms:delivery schema. You need to define columns in the extended schema. Decide number of new columns needs for the design. And then create those drop down ( enumeration). Also define enumeration values.

2) Once your new columns are defined in the schema. Then you need to do the addition in "Input Forms - nms:Delivery". Condition based display of columns will be done in Forms. Decide under which tab of the Delivery Properties, you want to do new column additions.

If you need help with design, then you need to elaborate on column values and how they should be displayed.

 

Thanks,

Jyoti