Cancellation of a Problem

Shruthi8
Tera Contributor

Hi,

I have a requirement to Cancel a problem when it is in New State.

Is it possible to cancel a problem with New state without deleting it?

Thanks in advance

3 REPLIES 3

eumak
Tera Guru

Hii,

You can achieve this via writing a BR on the specific condition.

Hope it will help you.

Cheers..!
Tushar

Mark it as helpful or correct, If Applicable


Cheers..!

Happy Learning:)

Tushar

Anshu_Anand_
Kilo Sage
Kilo Sage

You can use BR on insert/update in problem table

When to run:- state is new

action:- state to closed/resolved or any choice up to your requirement.

find_real_file.png

Action

find_real_file.png

 

Please mark the answer as correct if its helpful

 

Regards,
Anshu

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

you can create UI action on problem table and show when state is New

UI Action Condition:

current.state == 101

Script:

current.state = ''; // give choice value for cancel

current.update();

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader