We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Why Assigned To list is empty

Hi,The 'Assigned To' list is empty, even though the Assignment Group has members with an itil role. Kindly help.   RegardsSuman P. 

1.png 2.png
Community Alums by Community Alums  
  • 1377 Views
  • 6 replies
  • 2 helpfuls

Redirecting to another form not working in workspace

Hi There,in change form once i change cateory to Telecom it will save the form and redirec to the cmdb_ci_outage form and get the details form change form to autopopulate in cmdb_ci_outage form .  this is the script i have written. Client script: fun...

gillerlaraj_0-1732209283013.png gillerlaraj_2-1732209411291.png
Community Alums by Community Alums  
  • 510 Views
  • 1 replies
  • 0 helpfuls

copying fields when converting incident to ritm (requested irm)

I am converting incident to a Ritm using a ui action button,i neeed to copy some field fron the incident to the ritm.everythomg is copied fine except the caller_id  to the requested for from the incident to the ritm.the requested for field stays empt...

ofekg by Tera Contributor
  • 842 Views
  • 4 replies
  • 0 helpfuls

Resolved! Can a Widget on a Record Producer update the g_form?

I have a record producer I want to use in the Service Portal.On my record producer, I have a Single Line Text type field called string_field.I also have a Custom type field with an embedded widget.This widget has a button. I want to press this button...

Resolved! CSA exam

What is a reference field in ServiceNow, and how is it used to create relationships between different tables?

Sofvrg by Tera Contributor
  • 1254 Views
  • 4 replies
  • 5 helpfuls

Article- Configure Live Agent Chat

"Let's configure the Live Agent Chat "As we all know that connect chat has been deprecated. Now it considered as customization and risk. ServiceNow is no longer supporting the connect chat.So, I have implemented the 'Liva Agent Chat ' for HRSD and al...

Article- addExtraField()

"Did you know about the new function addExtrafield() in GlideRecord?"If I need to query for the reference field, I could dot walked by writing the multiple queries in GlideRecord.Thanks to ServiceNow, from Washington, it just got easier.......Yes, yo...

addExtraField.png

Article- Import Sets

"Let's bring the data into the system"The term data is very important, if you want to bring the data into the system (ServiceNow) from excel, csv or other third-party data sources how will you achieve that?Not to worry , let's import it.......Yes we...

Article- UI Policy

"Let make something visible, read-only & mandatory"The most important thing in ServiceNow when it comes to handling the behavior of the fields in forms.Yes, you got it correct it's UI policy for client side & Data policy for server side.'What is the ...