Incident - Cancel State

rsanon
Tera Contributor

What is the best approach to setting cancelled incident tickets to Non-Active?

15 REPLIES 15

rsanon
Tera Contributor

Hi Abhijat - I tried updating our UI Action, but it doesn't seem to work. (see screenshot). Not sure what I am missing. Any Ideas?


abhijats
Tera Expert

Hi rsanon,

Can you please check the choice list for incident state field, the button will be visible if incident state is not 1, so need to check the values of this state.


abhijats
Tera Expert

Hi rsanon,

Can you please check the choice list for incident state field, the button will be visible if incident state is not 1, so need to check the values of this state.


rsanon
Tera Contributor

That is correct. The part that is not working is that when the Incident State is set to cancelled (value = 8), the ticket still shows up as active.


abhijats
Tera Expert

There is a Business Rule OOB - 'incident reopen'. According to this rule- "if incident state changed to be other than Closed, reopen the incident by setting it active".

Because of this rule active field becomes true, However your UI Action is working fine and performing expected changes. So you need to reconsider about this rule according to requirement and then make some sync in between them.