Trigger an Sla based on a date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 01:20 AM
Hi All,
I have a requirement where I need to trigger an SLA with Target = Resolution to ensure that it is triggered on the same date as the value of a variable (on catalog item) for example if i choose next monday the Sla has to start on that specific date.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 02:42 AM
The Sla must take the date that i mentioned in my variable u_due_date(type date) when i make the request.
i have tried to do a Business rule in order to get the value of my variable but it doesn't work
here is the BR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 02:46 AM
current.catalog_item.u_due_date
if i'm not totally mistaken, variable values are in variables, so for ex. ritm they are:
current.variables.u_due_date
please check: https://www.servicenow.com/community/developer-articles/how-to-easily-access-ritm-variables-via-scri...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 05:21 AM
Hey @simaoG , i have the same requirement. Did you get the solution