Editing Activity Due
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 09:26 AM
My company is trying to get the Activity Due to change from Unknown to show the actual time/Date like it should. How does one go about changing it so that it will stop showing this unknown message. Kind of new to this ServiceNow and so a step by step would be really grateful. Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:17 AM
Please let us know more about what you are trying to accomplish. Screen shots would be helpful. Once we know, we can offer an appropriate solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 10:18 AM
OOB, it is set to not be populated. You would have to create a business rule that sets the value based on what your requirements are. For example, if you want it to be a flat one hour, so this:
current.<duration field>.setDisplayValue('0 01:00:00');
That is days, hours, minutes, and seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2017 11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2018 06:56 AM
Hi
I do not recommend to use activity_due as it is maintained by Inactivity Monitors, so if you set Inactivity Monitor against the affected table in the future then activity_due will be modified after each task update with value that is equal to current date/time + Inactivity Monitor Duration.
You may want to use similar field "follow_up" (Follow Up) which is not touched by anything. You will be able to set up Reminders based on that field value which is also good thing to drive your tasks to closure.