Resolved! Email script- get RITM variables
Hi, some one help me how to show below details in email notification how to show Owner name in Notification body template.print("<b>Summary of Requested items:\n</b>");var item = new GlideRecord("sc_req_item");if (item.get(current.document_id)) ...
