ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Ask the Expert: ITSM Common Services Data Model (CSDM)

Join us for another session of Ask the Experts! In this session, we'll be covering ITSM's Common Services Data Model (CSDM).  The Common Services Data Model (CSDM) represents a shared set of service related definitions that span the ServiceNow® pro...

Lisa Latour by Administrator
  • 7904 Views
  • 9 replies
  • 14 helpfuls

How to update parent record using business rule

Hi All, I have created a after business rule. When change is created need to update the change record in the under parent field in release table. below is the script. var gr=new GlideRecord('rm_release'); gr.addQuery('change_request',current.sys_id);...

find_real_file.png
Sai25 by Giga Guru
  • 2179 Views
  • 12 replies
  • 0 helpfuls

Catalog variable for multi select

I have a requirement to let a user select multiple choices from a drop down list. See belowHow do I accomplish this? Can't find an OOB option for variable type that let's me do the above.

Screen Shot 2017-03-27 at 6.01.58 PM.png
vktripper by Tera Contributor
  • 17399 Views
  • 10 replies
  • 11 helpfuls

Seeing Incident linked to Request

Hello folks, I'm testing the process for Create Request from Incident, not something we've used before.  I can see the link to the RITM from the Incident but I can't see the link to the Incident from the REQ or RITM.  Is there a way to see this?  It ...

Trish Mac by Mega Guru
  • 1095 Views
  • 3 replies
  • 2 helpfuls

Resolved! Place Multi Row Variables in Email Script

I have a Record Producer with a Multi Row Variable Set (MRVS) that is creating an HR Case.  The resulting case requires an Approval needed prior to being fulfilled.  I have been asked to include the contents of the MRVS in a readable, table format on...

find_real_file.png find_real_file.png
kevinthury by Tera Guru
  • 3461 Views
  • 8 replies
  • 6 helpfuls

Resolved! How to see which users are subscribed to a knowledgebase

I'd like to identify which users are subscribed to a specific knowledgebase  I've looked in the specifc knowledgebase record, tried to run a report using the knowledgebase and knowledge tables without any success. The knowledge table does include the...

pattym by Tera Contributor
  • 3445 Views
  • 2 replies
  • 10 helpfuls

Resolved! How to write script in flow designer.

Hi All, How to write script in flow designer. I want to write the below code in flow designer, var groupValue=gr.assignment_group.u_auto_close_duration;var half = (groupValue/2).toFixed(2);var roundingValue=Math.round(half);var gDate = new GlideDate(...

find_real_file.png
Sai25 by Giga Guru
  • 15553 Views
  • 8 replies
  • 3 helpfuls

REST API best practices

Hi All,I have a requirement to setup inbound REST API, so the third party system can consume our REST API's to create/update the incident tickets in our system.At the same time we do not want them to send any data that is not compliance with the our ...

ramjiram by Kilo Explorer
  • 3145 Views
  • 7 replies
  • 1 helpfuls

Resolved! How to get correct CI Class for imported Assets?

I am importing asset data through a transform map/import set, and am setting my model category (Computer for instance), but yet, the CI that is created is not being set to the Computer class.   It keeps creating a CI with the 'Configuration Item' cla...

braddiamond by Giga Expert
  • 4061 Views
  • 10 replies
  • 3 helpfuls

Resolved! Is There A Max Question Choice Limit On A Select Box?

Is there a max number of Question Choices that can be added to a Select Box? I have 11 choices and only 10 will show up when I click the select box.  I've seen potential answers that say to adjust glide.xmlhttp.max_choices (has a max of 15) or glide....

Casey3 by Kilo Expert
  • 2281 Views
  • 5 replies
  • 1 helpfuls

Is there a way to recover a deleted attachment?

We are currently on a London instance of ITSM. A client was wondering if it was possible to recover a deleted attachment from a Requested Item.  The user has gone in to a Requested Item record, and clicked the paperclip to manage the attachments asso...

eric987dc by Kilo Contributor
  • 5957 Views
  • 3 replies
  • 0 helpfuls