" /> Is it possible to add a field to a Calling List associated to a Campaign? - Genesys CTI User Forum

Author Topic: Is it possible to add a field to a Calling List associated to a Campaign?  (Read 2490 times)

Offline Mau_CTI

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Advertisement
Hi all,
I need to change the format of the a Calling List already associated to a Campaign. Since this Campaign is in production environment, I can't delete anything.
Now, my problem is that when I try to modify the format (adding a new field), CME returns me an error.
Is there a way to make this change without deleting actual Calling Lists? Our Customer often asks for new fields to Calling Lists (to create new Dialing Filters), so I need to find a way to make these modifications without stopping the service.

I hope you solve this problem.

Thanks so much,
Maurizio

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Is it possible to add a field to a Calling List associated to a Campaign?
« Reply #1 on: November 20, 2012, 10:25:14 AM »
For these cases is the best way during the install/create CL expands DB table on the next column(with yours fields). Dynamic changes are not allowed,you can create temp table,move datas to this table,alter old table and next move datas to the new table..

Offline Mau_CTI

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Is it possible to add a field to a Calling List associated to a Campaign?
« Reply #2 on: November 20, 2012, 10:31:49 AM »
Thanks for the reply.

A question: I can migrate data on the DB, but the Genesys does not permit to alter the original Format...

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Is it possible to add a field to a Calling List associated to a Campaign?
« Reply #3 on: November 20, 2012, 10:37:50 AM »
[quote author=Mau_CTI link=topic=7505.msg32177#msg32177 date=1353407509]
Thanks for the reply.

A question: I can migrate data on the DB, but the Genesys does not permit to alter the original Format...
[/quote]
Create new table in DB and all related Genesys staf - fileds, table formats, etc. Then use SQL to copy/update data from old DB tables to new one. Then assign new call list to you current campaign.

WBR Timur.