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-20-2020 09:17 AM
Hi Shane,
Based on this documentation, any table that extends task table could have a defined SLA.
I've actually created a custom application that extends task table, I've created SLA definitions for that table for response and resolution and as long as tickets match with SLA definitions, SLAs are up and running. To check them I just included "Task SLA" related list in the form and it displays the corresponding SLA tasks related to the specific ticket:
Hope it helps!
Joaquín
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 11:09 AM
Well you confirmed that it shouldn't be a scope related issue, but still leaves me with the error. 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2020 11:43 PM
Hi Shane,
Would you provide additional information about the UI Action that you're using?
Thanks:
Joaquín
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 05:25 AM
It's the OOTB 'Validate SLA Definition' on the SLA Definition record.
Right now I don't know if the issue there is that no SLA has actually been triggered for my scoped records, so it just fails, or it's related to the lack of triggering.