mail script for cc not working

samadam
Kilo Sage

I have a mail script to add cc to a notification. The script is getting called as I can see it in the logs and right values. When emails are generated I cannot see that in CC column. How can I fix this? This is a scoped application and both notification and mail script are in the same scope.

1 ACCEPTED SOLUTION

had to add .toString() and it worked

View solution in original post

5 REPLIES 5

Yes, dot walking fields from gliderecord returns a glideelement object not a string which is why it's recommended to use the getValue method of gr to avoid typing issues