How to get journal activities in a report

wakespirit
Kilo Guru

Dear all,

If you look at the TASK table we are able to have a journal of activities displayed in a chronological order.

Question 1 :
Does this activity entry is physical store in a table some where for reporting ?

Question 2 :
Is tehre a way to get the activity journal in a report ?

thanks for your feedback

regards

1 ACCEPTED SOLUTION

I think you are talking about this:

find_real_file.png

So, it is a activity formatter available out of the box and you can see it in form layout as 'Activities (filtered)'. Let me know if you have any other query.

View solution in original post

3 REPLIES 3

Rohit Kaintura
Mega Guru

Question 1 :
Does this activity entry is physical store in a table some where for reporting ? - sys_journal_field

Question 2 :
Is tehre a way to get the activity journal in a report ? - You can make a database view with the target table and journal table(sys_journal_field).

How journal_field entry and task activities are linked together ? could not catch the proper link

I think you are talking about this:

find_real_file.png

So, it is a activity formatter available out of the box and you can see it in form layout as 'Activities (filtered)'. Let me know if you have any other query.