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

Forum Posts

Making a Service Catalog "Available For"

Hello.   I have to set up a catalog of services so that it is visible only to Brazil's users.I am using the following script:   var g = new GlideRecord ( ' sys_user ');gr.addQuery ( 'country ', ' BR ');gr.addActiveQuery ();gr.query ();gr.next ();   A...

rafaelcosta by Kilo Contributor
  • 6026 Views
  • 4 replies
  • 1 helpfuls

Resolved! How can I change the state of multiple assets from "In Stock" to "In Use" instead of going to each asset and changing it?

Attached is an example of what i am trying to do.We have a stockroom at a warehouse that ships certain assets to our stores, but each time they ship the asset out, the asset is automatically set to "In Stock", "Reserved" to "Generic Stockroom. All th...

Convert Consumables to Hardware Assets

We have a model that was created incorrectly as consumables. It should have been a hardware model.   Can you suggest how best to convert these consumables into hardware assets?Teresa

tsho by Giga Contributor
  • 2230 Views
  • 3 replies
  • 3 helpfuls

hello guys i am new to development and scripting , can anyone explain me what does this condition represent(new global.StateFlow().validFlow(current, 'b46c02ca4f2d0a0097b3b82ca310c743', 'manual')), here sysid represent state flow record

hello guys i am new to development and scripting , can anyone explain me what does this condition represent(new global.StateFlow().validFlow(current, 'b46c02ca4f2d0a0097b3b82ca310c743', 'manual')),   here sysid   represent state flow   record

harryh by Tera Contributor
  • 3524 Views
  • 1 replies
  • 10 helpfuls

Resolved! Remove a recipient from a Email Notification

Can we remove a particular recipient from Email Notification being sent. This Notification is sent to glide field recipients.Any suggestions will be helpful.   Thanks!!

Community Alums by Community Alums  
  • 7373 Views
  • 10 replies
  • 5 helpfuls

Service Now integration with FTP

We need to integrate Service Now with an FTP. The FTP will contain two xml folders. One of the folders will contain data from HP Service Manager 7.0 and the other folder will contain data uploaded from the Service Now instance. See attachment1. Can w...

sorensalte by Kilo Explorer
  • 6671 Views
  • 15 replies
  • 0 helpfuls

Ci's model id

Hi,On importing data to CI using an import set , model id data creates a new model( blank name field and display name same as model id of CI) if the same model name doesnot exist in model module.   Why does it dont map to Name field and to display na...

surya123 by Mega Guru
  • 3282 Views
  • 2 replies
  • 0 helpfuls

accessing variable through dot walking

I have reference to "sc_req_item" called request_item on another table. I am trying to dot walk to get one of the variable and not successful. Tried to query the table using "request_item.variables.temp_var" but don't seem to get the value. gr.addQue...

samadam by Mega Sage
  • 3043 Views
  • 1 replies
  • 0 helpfuls

How to setup a user to login with an Identity Provider

I have a Shibboleth IdP installed on my local PC (which is working well using TestShib as the SP)Now, in ServiceNow, I've set up a dev instance, clicked on Multi Provider SSO, created an IdP, imported my Shibboleth metadata, generate ServiceNow SP me...

andrewau by Kilo Contributor
  • 3265 Views
  • 2 replies
  • 0 helpfuls

Multiple Alert Correlation to Single Incident?

Hello all,I need to find a way to correlate multiple related alerts through SNOW Event Manager into one single Incident form through the Alert related list on the form. Is this possible? I have tried running filters through the Alert -->Incident rela...

thunt by Giga Contributor
  • 5354 Views
  • 4 replies
  • 1 helpfuls

Created and closed date difference of task in servicenow reporting

Hi all,Can any one tell me is there any way out to find the difference between the "created" and "closed" date in task table or change_request table in basic reporting?I can not use script/ custom chart. Is it possible to get the time difference in b...

rituc by Kilo Expert
  • 4179 Views
  • 4 replies
  • 0 helpfuls