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

Forum Posts

Resolved! Change: Mark Fields required but allow updates

I have a requirement to make certain fields mandatory but allow updates to other fields without fulfilling the mandatory field. Example: Risk and Impact field is mandatory before it can move to the approval state but need the field to be highlight so...

keithcox by Giga Expert
  • 2407 Views
  • 4 replies
  • 0 helpfuls

Indexing in Glide Record

Hi All,I was working on a script, and I am facing difficulties in looping through the result set. PFB codevar stageUsers = GlideRecord('sys_user');stageUsers.addQuery('u_first_name','CONTAINS','test');stageUsers.query();var userArray = [];while(stage...

gowthams1024 by Kilo Contributor
  • 2892 Views
  • 6 replies
  • 3 helpfuls

Restrict Changing of Priority

Hello All,I am not very well versed in scripting at all and I need some help from the community.I am trying to restrict the lowering of a priority on incident tickets by technicians (which increases the SLA).I have created a role that I will assign t...

priority script.PNG Priority error.PNG
briansoucie by Kilo Contributor
  • 5174 Views
  • 7 replies
  • 1 helpfuls

Inactive/unpublished knowledge articles in global search

Hello All, We are facing some issue with the Global Text search.  Inactive/unpublished knowledge articles are showing up in global search when we give the exact KB number. Ex KB00000 if i search from global text search even if the article is inactive...

Resolved! What is the best way to route a ServiceNow ticket to the correct team?

Greetings-I'm new to the ServiceNow routing tickets based upon certain criteria (keywords, Ui actions, business rules, workflows).   I know how to route the tickets manually but want to automate this process.   What is the best way to route a Service...

lrt by Kilo Contributor
  • 6255 Views
  • 5 replies
  • 1 helpfuls

How to pass relaystate for IdP with SAML2

Hi,I am using SAML2 and I have this one problem.http://wiki.servicenow.com/index.php?title=SAML_2.0_Web_Browser_SSO_Profile#gsc.tab=01. How and where can I find this relayState? 2. How does relayState send to SSO?3. What does "origRelayState" contain...

hatazhix by Mega Expert
  • 8023 Views
  • 2 replies
  • 2 helpfuls

Client Script - Alert Message

I am trying to create a client script to display an alert message on the REQ and INC forms based on a particular form field.For some reason the alerts does not show when the if statements is included but I am rather new to client scripts so I am boun...

alert.PNG
Richard T by Kilo Guru
  • 37600 Views
  • 4 replies
  • 0 helpfuls

Add CMDB to Global Search

Our desk side support teams use the global search all the time to look for requests and incidents.They have now asked to be able to enter a CI in the search. I have read the wiki and searched here and don't see a way to adda new table to the global s...

lmann45 by Kilo Explorer
  • 2889 Views
  • 4 replies
  • 1 helpfuls

How to pull report on assignment group change

Hi,I want to pull report on incident table and the report should pull the records which were assigned to "A" group before and reassigned to my "B" group. How to achieve this??I am able to pull only records which were re-assigned to my group by applyi...

ronnie1 by Mega Contributor
  • 12798 Views
  • 2 replies
  • 0 helpfuls

UI Action Condition and Incident State

we are looking to create a new Incident State (Pending Resolution) and have specific Incident Form buttons appear/disappear in the event of this state.   I created a new UI Action and utilized similar conditions that I know work.   ie. current.incide...

find_real_file.png
kevinthury by Tera Guru
  • 3354 Views
  • 2 replies
  • 0 helpfuls

Resolved! SCCM Import to ServiceNow - Resources

Hello, I'm looking at importing our SCCM Data in to ServiceNow and was wondering if anyone knew of any handy resources on doing so? (Except the wiki which is very handy but doesn't have as many resources as Discovery as you'd expect)Our CMDB/Asset Ma...