SLA Definitions not triggering for new scoped app

Shane J
Tera Guru

I've created a new scoped app with some SLA definitions of of the custom table I extended off Task.  None of those Definitions are triggering.

When I try to run the SLA Validation UI Action I see this error message:

java.lang.NullPointerException

In the log, I see this error:  

wfv_gr.condition:;undefined
 
I've gone through everything here and none of it applies:  https://hi.service-now.com/kb_view.do?sysparm_article=KB0598456
 
 
I thought maybe the issue was due to Cross Scope but we have other scoped apps that don't seem to be having any issues.
 
Anyone else seen this before and know how to fix?
 
 
11 REPLIES 11

Hi Shane,

I'd then review your SLA definition.

Just in case, this is the SLA definition that I created just for testing purposes:

find_real_file.png

 

This is the stop condition:

find_real_file.png

 

And this is the result of SLA definition validation. No errors on my side:

 

find_real_file.png

 

Regards:

 

Joaquín

You'd have to pick a record (top left) to see the error.

 

Hi Shane,

 

I just had to include the audit flag for the custom table and then it works for me.

Please refer to this link to see how to include the audit flag:

 

Regards:

 

Joaquín

Auditing was enabled from the get go:

find_real_file.png

Well with SN HI, determined the issue with the lack of triggering.

 

When we create a new SLA, we get an Interceptor that asks if it's for Contract or SLA Offering - Contract is correct and SLA Offering is not (in this case).  These options create SLA Def on completely different tables, though they appear to be the same.

 

The SLA Validation UI Action still doesn't work though.