Masked variables on Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 04:12 AM
Hello everyone
I have a masked variable in my Task (not show on the form, just in Task) for the technician to write the password. When RITM closes, an email with the password goes out to the requested for. So far, so good.
However, in the Email notification where I define what goes out in the email, the password comes out with strange characters and not the password. I want it to be encrypted so that no one else can see it, only the person who receives the email with the password.
I have this email script
(function runMailScript(current, template, email, email_action, event) {
I've also tried it with this script when it has the encrypted password.
Thanks in advance
Marisa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 04:15 AM
Can you try to run it in a background script to see if the decryption worked ?
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....