Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

How to hide delivery panel from campaign workflow input form for specific user group?

Avatar

Level 1

I am trying to hide a delivery panel from a campaign workflow input form  with the following code

       <container applicableIf="$(entityPath)=='/operation' and [currentOperator/@isSuperAdmin]=1 " img="nms:miniatures/mini-delivery.png"

label="Deliveries" name="delivery">. I am able to hide it  but I have a requirement to hide it for all the user group except super admin user group. but its hiding for all the operators including super admin group.How can I show the delivery panel to only super admin group but not others?

3 Replies

Avatar

Employee Advisor

Can you try with '==' in your equation?

Avatar

Level 1

Hi Vipul,

Thanks for the quick response. I tried '==' also but no luck.

Thanks

Avatar

Level 10

Hi,

Were you able to perform some more test and fin a way to do it?

Florent