- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2018 10:13 AM
In the activity log, I see that information of field changes such as "assigned_to" is captured. Which table stores this type of information?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2018 07:34 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2018 10:23 AM
sys_audit and sys_history_line
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2018 10:26 AM
Hi ,
all kind of information are stored in task.list table like short_description ,priority, assigned_to and state etc .
so you can check those fields in task table .
all tables(Like Incident, problem ,change ettc.) of record will be available in task table.
please remeber it mark as correct and helpful .
Thanks
Sanjay Bagri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2018 11:16 AM
I hope you did not understand my question.
for example, i change priority of a task. it is captured in activity log.
It says Priotiry was low now high with some time stamp. Then I change that back to medium.
Again, it is stored in activity log with timestamp. What tables has this information is my question

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2018 02:39 PM
Thanks,
Rahul Kumar