What are all may be the reasons the timeworked data is not captured in the time worked related lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
From my experience, this usually comes down to a few common things:
Time might not actually be getting logged, just adding work notes won’t create a record, it has to be done via Log Time Worked or proper time fields.
I’ve also seen Business Rules or scripts block the insert into task_time_worked, especially in customized instances.
Sometimes the data is there, but ACLs prevent users from seeing it.
It could also be a related list issue with wrong filter, not configured properly, or missing on the form.
If you’re using Portal or Workspace, the UI/widget might not be writing to the table correctly.
Data policies or mandatory fields can silently stop the record from being created.
And in some cases, it’s integration/mapping issues or domain separation.
What I usually do first is check the task_time_worked table directly, if records exist, it’s a visibility/config issue; if not, something is blocking creation.
If you found this useful, feel free to mark it as Accept as Solution and Helpful. It makes my day (and helps others too 😉).
Regards,
- Ankit
LinkedIn: https://www.linkedin.com/in/sharmaankith/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
1)Ensure System Property "com.snc.time_worked.update_task_timer" has been set to True. OOB it is False.
2) The time worked field is not updating when deleting or updating time worked records (task_time_worked records) from the Time Worked related list on incident records.
Refer: KB0725627 Time worked field does not update when performing update/delete to time worked records
)When inserting a record into the Time Worked embedded list prior to submitting the record, a unique key violation occurs and the record cannot be submitted. This error only occurs when the com.snc.time_worked.update_task_timer property is set to True.
4) If you are using the time_worked field on the sc_req_item table if you submit a request via the service catalog the time_worked field is not auto-populated as 00:00:00. If you create a record manually it will be set.
Refer: KB0998677 Time worked not set as 00:00:00 on INSERT when requested via Service Catalog.
