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

Forum Posts

Resolved! Knowledge V3 and Service Portal

We are getting ready to migrate to Knowledge V3 and use Service Portal.   I understand that in ServiceNow (not the service portal environment), Knowledge can be configured so that multiple knowledge bases can be created with different user criteria s...

Jerry20 by Tera Contributor
  • 5540 Views
  • 6 replies
  • 10 helpfuls

Resolved! System Log - Display file size

We are planning an upgrade to Geneva and were reviewing the Upgrade Best Practice documentation.     It says to look at log file sizeto check for excessively large log files.     However I do not see a file size on the System Logs > System Log > Erro...

location tree picker not working

I have added the tree picker attribute to the Location field of the software license form.   I am only seeing the lowest level of the hierarchy, even though there is a parent child relationship.   This is the hierarchy that gets displayed:If I take o...

find_real_file.png
richofing by Mega Contributor
  • 2251 Views
  • 2 replies
  • 0 helpfuls

Enterprise licenses tracking

For enterprise licenses, what is the best practice to track licenses, manage their renewals, and assign licenses to users?

vi_ by Kilo Explorer
  • 1227 Views
  • 1 replies
  • 1 helpfuls

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
  • 5291 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
  • 1677 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
  • 3066 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  
  • 5771 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
  • 5606 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
  • 2843 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
  • 2602 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.