- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:09 AM
Hi,
I would like to create a variable for an email notification that shows the latest update made to the activities log, but that it shows only the things end users can see (so for example no work notes).
How do I go about creating this? Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:30 AM
Hi @JordyZ ,
${comments: n} |
Display the most recent comments that were made on the target record. The number of comments to display is n. For example, To display all comments, use the variable |
Any number greater than 0. |
${comments_and_work_notes:n} |
Display the most recent comments and work notes that were made on the target record. The number of comments and work notes to display is n. For example, To display all comments and work notes, use the variable |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:53 AM
Hi @JordyZ ,
For that, you need to understand what is comments in the activity log :
Additional comments are the ones which are displayed even to the end users with no role so that they can post their comments on it and the worknotes is something which is used to have conversations between basically the fulfillers of the requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:05 AM
Thanks @Community Alums for your time!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 06:16 AM