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

Forum Posts

How to make Currency field Mandatory

Hi, I am using Kingston version of ServiceNow and configuring Asset Module. I am trying to make Cost fields as Mandatory by using UI Policy or by setting field dictionary properties. But it won't consider Cost field as required field while submitting...

find_real_file.png find_real_file.png
psjajda by Tera Expert
  • 4418 Views
  • 8 replies
  • 1 helpfuls

Attaching Knowledge Record to Incident

Hello,We have noticed that in the Calgary release if we try and attach a Knowledge article to an Incident before submitting it, we receive the error: Invalid action: Record needs to be saved firstIs there a way around this error? I believe this worke...

mdidrikson by Kilo Contributor
  • 5982 Views
  • 14 replies
  • 0 helpfuls

How to add Button in RITM- in Portal

Hi ,   when i click a button "Cancelled RITM" then RITM was going to be cancelled . Script: var appr=new GlideRecord('sysapproval_approver');appr.addQuery('sysapproval', current.sys_id);appr.query();while(appr.next()){appr.state='rejected';appr.updat...

find_real_file.png find_real_file.png find_real_file.png
chanikya by Mega Sage
  • 4259 Views
  • 7 replies
  • 1 helpfuls

Contextual Search Results

Hello,Today on Incident when we type something on Short Description, the related knowledge articles gets displayed below on the Knowledge Search results, this functionality we need to bring up on the catalog form. i.e. on a particular catalog form, w...

find_real_file.png

Resolved! Find all incidents handled by a user

Hello community, May i ask you how to extract all tickets handled by a user, because when i do a research with Keywords of the user's name, it shows me only tickets with a comment inserted, but a user : - can add an attachment, without a comment - re...

nj5 by Kilo Contributor
  • 7666 Views
  • 3 replies
  • 4 helpfuls

Is it possible to reschedule servicenow change request? If yes please share the instructions. My change is planned to go yesterday but was postponed for some reasons, it need to be rescheduled for today?

Is it possible to reschedule servicenow change request? If yes please share the instructions. My change is planned to go yesterday but was postponed for some reasons, it need to be rescheduled for today?

sumanrao by Kilo Contributor
  • 5679 Views
  • 1 replies
  • 0 helpfuls

Resolved! gs.update() is not working properly?

Hi, I tried the update the incident state to 'resolved', after click on 'Withdrawal' button by customer. if (input && input.action) { var action = input.action; // If Incident table if (data.table == 'incident') { if (action == 'withdrawal') { // Wi...

chethann by Giga Contributor
  • 3175 Views
  • 6 replies
  • 2 helpfuls