How to capture closed by name in the notification that created on sc_req_item table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 01:11 PM
Hello,
I have been struggling to capture the 'Closed By' name in the notification when an RITM is closed complete. Can you please provide suggestions?
I'm using "${sys_closed_by", but it is returning empty.
Here is the example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 01:52 PM
I'm like 99% sure that it's just "closed_by" for the sc_req_item table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 02:32 PM
I'm currently using "${sys_closed_by} " for the sc_req_item table, but not sure why it is returning blank/empty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 03:44 PM
Hello @Annie10 as highlighted by Michael, the field you want is "closed_by" not "sys_closed_by"
hope that helps
--
Bala G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2023 07:13 AM