How to Show catalog item variables on email notifications

Chaitanya Redd1
Tera Guru

Hello Team,

I need help how to show variables which added on catalog form through email notification. As shown below all that variables has to show on email notification. I have tried by creating Script Include.

find_real_file.png

Thanks,

JRY

1 ACCEPTED SOLUTION

Hi,

I have updated code as below and it worked for me

can you update these 2 lines

var value = current.variables.software_selection.toString(); // give proper variable name here

var parser = JSON.parse(value);

If my answer solved your issue, please mark my answer as Correct & 👍Helpful based on the Impact.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

19 REPLIES 19

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Can you shared what you tried? What specifically is not working for you, where specifically do you need help with? Is it for example including variables itself to your notification? Or is this about how to generate a summary of your MRVS and add that to your notification? Or is it about how to attach your Script Include to your notification? Etc..

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Hi Mark,

I'm trying to share all the software selection which you can see below image which i have added on catalog form. I just wanted to Show Software Selection Varaible set values on Email Notification 

For Example : 

Number : RITM1234567

Short Description : Test

Software

  1.  AutoCAD
  2. Microsoft Project
  3. Microsoft Visio

I need your help to show below image values like above example. 

find_real_file.png

 

How to do this.

Thanks,

JRY

Hi,

please find my previous response

that should help you

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

So can you share what you've tried? What specifically is not working for you, where specifically do you need help with?

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn