How to display targeting and workflow tab by default while creating campaign template | Community
Skip to main content
Level 3
January 5, 2021
Question

How to display targeting and workflow tab by default while creating campaign template

  • January 5, 2021
  • 2 replies
  • 1446 views

Hi,

 

While creating campaign template Targeting and Workflow tab is not displayed by default.

Targeting and workflows tab should be enabled in the Advanced campaign parameter option as given below.

 

Could you please guide me, how to set "Targeting and workflows" value  "Yes" by default.

 

Thank You! 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

DavidKangni
Community Advisor
Community Advisor
January 5, 2021

Hi @ramprakasht3196 ,

 

You will need to extend your operation schema and set the useWorkflow as true per default

<attribute default="true" label="Targeting and workflows" name="useWorkflow" type="boolean"/>

 Thanks,

David

David Kangni
Level 3
January 7, 2021

Hi,

Thanks you!
I have tried the code in schema. The attribute useWorkflow is defined with xml="true" in the schema. So I was unable to achieve the solution. Is there any other solutions for this.

 

BR,

Ram.

Level 3
January 7, 2021

Hi @davidkangni ,


I have tried the code in schema. The attribute useWorkflow is defined with xml="true" in the schema(nms:operation). So I was unable to achieve the solution. Is there any other solutions for this.

 

BR,

Ram.