Skip to main content
Question

Automatic close Call Center case after 5 days

  • November 21, 2022
  • 4 replies
  • 94 views

lopespetro
Hero (Customer)
Forum|alt.badge.img+13

Hi All!

Is there any option to close case in call center automatic after 5 days modified?

I try to create a database task but I’m getting the erro bellow.

Tks a lot.

 

 

4 replies

  • Superhero (Employee)
  • 1487 replies
  • November 21, 2022

Hi All!

Is there any option to close case in call center automatic after 5 days modified?

I try to create a database task but I’m getting the erro bellow.

Tks a lot.

 

 

Try and use the same function in a migration job, provide the required parameters and schedule the job to run as required. 


lopespetro
Hero (Customer)
Forum|alt.badge.img+13
  • Author
  • Hero (Customer)
  • 280 replies
  • November 22, 2022

Hi All!

Is there any option to close case in call center automatic after 5 days modified?

I try to create a database task but I’m getting the erro bellow.

Tks a lot.

 

 

Try and use the same function in a migration job, provide the required parameters and schedule the job to run as required. 

Hi @anmise , Thanks for the quick info.

Sorry but I din’t get it. I could create the task by insering the Method but get this message as I try to create the parameter.

I’m not sure if you have meant this way, but could you please give me an example how to do that?

Tks a lot

 


  • Superhero (Employee)
  • 1487 replies
  • November 22, 2022

Hi All!

Is there any option to close case in call center automatic after 5 days modified?

I try to create a database task but I’m getting the erro bellow.

Tks a lot.

 

 

Try and use the same function in a migration job, provide the required parameters and schedule the job to run as required. 

Hi @anmise , Thanks for the quick info.

Sorry but I din’t get it. I could create the task by insering the Method but get this message as I try to create the parameter.

I’m not sure if you have meant this way, but could you please give me an example how to do that?

Tks a lot

 

I was thinking that you could use the CC_CASE_API.Close__ method in a migration job, like this

 

But I haven’t tested it, and it might be tricky. 

 

Another more laborious option would be to create a migration job that updates all the cases with a value in some field and the trigger an event to close the cases, using the method.


lopespetro
Hero (Customer)
Forum|alt.badge.img+13
  • Author
  • Hero (Customer)
  • 280 replies
  • November 22, 2022

Hi All!

Is there any option to close case in call center automatic after 5 days modified?

I try to create a database task but I’m getting the erro bellow.

Tks a lot.

 

 

Try and use the same function in a migration job, provide the required parameters and schedule the job to run as required. 

Hi @anmise , Thanks for the quick info.

Sorry but I din’t get it. I could create the task by insering the Method but get this message as I try to create the parameter.

I’m not sure if you have meant this way, but could you please give me an example how to do that?

Tks a lot

 

I was thinking that you could use the CC_CASE_API.Close__ method in a migration job, like this

 

But I haven’t tested it, and it might be tricky. 

 

Another more laborious option would be to create a migration job that updates all the cases with a value in some field and the trigger an event to close the cases, using the method.

Hi @anmise , Thank you for the ideas.

I’ll test it out and let you guys know id it works.

Br.

Lopes