activity log in which table

____39
Tera Contributor

Hi, anyone knows activity log(like this picture) data store in which table? 

find_real_file.png

1 ACCEPTED SOLUTION

Hi,

Good day!

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.

 

Thanks,

Sagar Pagar

 
The world works with ServiceNow

View solution in original post

7 REPLIES 7

Aman Kumar S
Kilo Patron

Hey,

It is stored in sys_journal_field table

 

Feel free to mark correct, If I answered your query.

Will be helpful for future visitors looking for similar questions 🙂

Best Regards
Aman Kumar

Hey,

Didn't hear back on this.

Is your issue resolved? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.

Best Regards
Aman Kumar

Hi Aman,

 

Thank you for the table sys_journal_field

I found that in this table I can't retrieved any Field changes type activity.

Is it normal ? Is it possible that this kind of activity is catch on another table ?

 

Kind regards,

 

Sebastien

Sagar Pagar
Tera Patron

The activities are stored in Journal Entries [sys_journal_field] table, and the rendered Email sent/ Received are stored Email logs [sys_email] table.

The attachments are stored in Attachments [sys_attachment] table.

 

Thanks,

Sagar Pagar

The world works with ServiceNow