- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 07:28 AM
I have enabled the New Call feature in ServiceNow (Fuji) and have an inbound action that pulls emails into the system into a new call and then I choose if it's a request or an incident.
If I chose request then it will be one catalog item called Quick Request. I use the OOB (only a couple of changes) 'CallTypeChanged to Request' business rule to pull the information into the requested item but when info of the new_call description field comes into the requested item description (which is a variable) it loses it's formatting. Is there any way to keep the formatting correct in the variable?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:21 AM
Screenshot from my Fuji system... It seems to be there. Not sure why you aren't seeing it. It might be time to call customer support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:34 AM
No sorry I meant I have them in my own personal developer instance the issue is occurring in my work instances both production and dev. I'll try to see if I can export from my personal instance into my work one though. You never know.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:36 AM
You should be fine. I took a quick look and those options haven't changed since 2012. I think that was Berlin or Aspen time frame.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:55 AM
Thanks Chuck you can't import into it but manually created and seems to work. Thanks for pointing me in the right direction.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2016 08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 07:42 AM
Hi Chuck
Me again .... I've got the variable types that were missing now but changing the variable to html didn't fix the issue unfortunately.
Could it be the value that is being passed in that needs to be changed in someway? I'm using the below catalog client script to populate the variables from the new_call table is there anything that could be amended here in order to display say the HTML value?