Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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
  • 5311 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
  • 1686 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
  • 3077 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  
  • 5791 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
  • 5612 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
  • 2858 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 Kilo Sage
  • 2603 Views
  • 1 replies
  • 0 helpfuls

Resolved! XML data extract

Hi,How do I extract data of the 'sys_audit', 'sys_choice', and 'sys_attachment' table for Incident table.

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
  • 2425 Views
  • 2 replies
  • 0 helpfuls

Resolved! Search Service Error: There is no table configuration defined.

Hi All,I have just upgraded our instance to Geneva Patch 7 and under the incident table I am getting the following error when I click 'Create New'Search Service Error: There is no table configuration [Create New]Everything looks fine and is the same ...

Graham18 by Giga Expert
  • 2034 Views
  • 6 replies
  • 1 helpfuls