The CreatorCon Call for Content is officially open! Get started here.

Condition Operator "is different"

Christophe
Tera Contributor

Dear ServiceNow gurus,

 

I'm building SLA definitions and in the Stop Condition I want to use "Created is different from Updated".

This is actually not possible, as "Updated" is a date field. I can only choose "Is different Hour, Day, Week,..."

Is there a way to work around this? 

 

When using the operator "is more than", I can only choose hours, days, weeks, ...  . Is it possible to add minutes and seconds as an option?

 

Thank you for your feedback.

 

Best regards,

 

Chris.

1 ACCEPTED SOLUTION

If you put a reference field to the case on the event, you can have the stop condition on when that field gets filled.

Be aware that an SLA will only start if the stop condition isn't true at the same time it is supposed to start.

But also: these kinds of requirements don't make any sense. I understand that you sometimes need to 'pick your battles', but this is one of those things I would give back with the remark 'can't be done in ServiceNow'.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

9 REPLIES 9

James Chun
Kilo Patron

Hey @Christophe,

 

I don't understand what you are trying to do with 'created is different from updated'.

Why are you using this for your SLA stop condition?

 

Cheers

Ivan Betev
Mega Sage
Mega Sage

Hi @Christophe ,

 

May I ask you what is the logic behind this condition?

 

Regards, Ivan

Mark Manders
Mega Patron

What is the requirement behind your SLA definition? It needs to stop when the ticket is updated after it's created? Isn't that a weird SLA condition? An after insert BR will update the ticket with some logic (even just validating something) and your SLA will stop. I am guessing it's a response SLA, but you are you measuring the response? 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hello Mark, Thank you for the tip. It is a stupid SLA condition, but the "Business" requested this timer. For some events a case is created automatically, so the response time is practically 0. For a lot of events, case are created manually, so in these cases there is some time between the moment the event occurs, and a case is created. So the BR that updates the case after creation is a good idea.