SLA Definitions not triggering for new scoped app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 05:31 AM
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:37 AM
Hi Shane,
I'd then review your SLA definition.
Just in case, this is the SLA definition that I created just for testing purposes:
This is the stop condition:
And this is the result of SLA definition validation. No errors on my side:
Regards:
Joaquín
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:57 AM
You'd have to pick a record (top left) to see the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 06:09 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 09:51 AM
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.