How to get Variable detail in Notification Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 10:06 AM
Hi,
I have a Notification Script designed now i want to get the variable details in Notificaiton script can anyone please help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 10:18 AM
Hello Irfan,
you can access any variable in following way:
current.variables.variable_name;
or
You can create a mail script and gliderecord the table and fetch the values in same way mentioned above. Then call that mailscript in notification as beloq:
current.variables.variable_name; or current.variables.variable_name.getDisplayValue();
${mail_script:nameofscript}
Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2021 02:36 AM
Thanks you all for your quick response.
I have used the same script as Jaspal mentioned and also added that email script to notification body.
That script is working fine but only issue is the variables which are not RITM variables those are also visible in email body.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2024 01:29 PM
${variables.question_name}