- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:47 AM
I am working on a requirement where i need to trigger a notificationfrom belowrequirement and template.print is not pulling value from SI,Please help me to get this issue resolved
Created a Script Include:
call this script include from notification
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:56 AM
Hi,
Replace line 3 &4 of message as below
var SMSNotSupport= new TwillioPropVal().not_allow_message();
template.print(SMSNotSupport);
while line 8 of script include as below
not_allow_message: function()
{
return 'Your text here';
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:49 AM
Hi @ABC6 ,
Can you try placing the 8th line in your script include after the 4th line and try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:59 AM
Tried the same,but not working,Actually previously its a property and as per the discussion with seniors i need to delete the property and use the same thing with SI and Notification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 03:56 AM
Hi,
Replace line 3 &4 of message as below
var SMSNotSupport= new TwillioPropVal().not_allow_message();
template.print(SMSNotSupport);
while line 8 of script include as below
not_allow_message: function()
{
return 'Your text here';
}