Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Reuse an old campaign name, is this possible?

henrymaliszews
New Contributor
New Contributor

Hello,

We have a campaign that is deprecated.  It is no longer needed.

We would like to reuse the same name for a new campaign that has different settings and configuration.

When creating new campaign we get an error that the name is already in use.

Is there a way to reuse that old campaign name for a new campaign?

Thanks!

2 REPLIES 2

PremMahadikar
All-Star
All-Star

Hi @henrymaliszews ,

Can you run the below enhanced query:

select '<Your_Campaign_Name>_deprecated' AS campaign__campaign_name,ID as campaign__PRIMARYKEY from campaign where ID = <campaign ID>;

Once the job runs, your old campaign would be renamed. Try using same name for newly created campaign.

 

If you find the above response useful, Kindly Mark it as Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star

You can delete existing campaign and resuse same or add underscore in end . As elastic search index gets created which we can’t rename by changing campaign name


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.