- 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: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:38 AM
Thanks @Community Alums for your solution, as a side question: what else are end users able to see on the activity log besides comments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:49 AM
I'm sorry I didn't clarify my question, but end users can see more on the activity log than just comments no? They can also see form changes for example. If I just use the ${comment:n} variable, end users can only see latest comments but not form changes etc.
This is the requirement for the activity variable: "Last end user visible activity update done by IT analyst"