
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 02:43 PM
I need to add 90 days to the date that a record is created and put it in another date field.
Any thoughts on how I do that. I am trying it with an onsubmit script because it needs to be done when the record is created.
Thanks,
Stacy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 02:47 PM
You can create a business rule and use addDays function to add 90 days
https://developer.servicenow.com/app.do#!/api_doc?v=madrid&id=r_GDT-addDays_N
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019 02:47 PM
You can create a business rule and use addDays function to add 90 days
https://developer.servicenow.com/app.do#!/api_doc?v=madrid&id=r_GDT-addDays_N