Due date is getting populated, I am not able to find out from where it is getting populated?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:22 AM
Hi Team,
Due date is getting populated, I am not able to find out from where it is getting populated?
I want to update the due date from "created date + 14" days to "created days + 21 days",
But I am not able to do that hence I as updating due date after record is created, but because of that 2 SLA's are getting attached, I want to find out from where the created + 14 days due date getting populated, already looked for BR and search code,
Please help me in this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:34 AM
Due date is a Task field, so it is available on all tables extended from task and every table handles the field differently based on its own logic. Please elaborate what you are looking for, so we can help you (assuming you are using the OOB logic for the field).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:35 AM - edited 09-24-2024 03:37 AM
If this is on Issue, it will be coming from the settings of Issue Rating
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:38 AM
Manually create GRC issues (servicenow.com)
Starting with Version 12.0.1, the issue manager can assign the issue rating to the issue. Based on the issue rating, the Due date under the Dates tab is calculated as follows and displayed:
- Very high (2 days)
- High (4 days)
- Moderate (8 days)
- Low (10 days)
- Very Low (15 days)
You can manually override the Due date.
When the issue transitions to the Respond state, the Issue rating field is read only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 03:43 AM - edited 09-24-2024 03:46 AM
Hi @Mark Manders ,
This field is on regulatory change task
Currently it is created+14, hence sla gets attached to it showing time left 14 days,
because I am not able to find you I was running the BR to update this field from created+14 to created+21,
but here first SLA gets attached for 14 and then 21 days too I want it only for 21 days,
so here my requirement is to find out from where the due date is getting populated so that I can turn it off or changes it from there only to 21 days rather than updating one.