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

Forum Posts

Help on replacing the values through Business rules

Hi All, I have a field called logged in user in computer table which is updated through discovery as an email id not as an user id. We are copying the email id and trimming the same user id within servicenow and comparing with sys_user table and copy...

Manadatory fields using client script

function onChange(control, oldValue, newValue, isLoading) {  if (isLoading) {    return;  }  hideAll();  // Approval Matrix  if (newValue === "approval_matrix_modification") {    g_form.setDisplay("name_of_approval_matrix", true);    g_form.setDispla...

muskaanchan by Tera Contributor
  • 668 Views
  • 5 replies
  • 0 helpfuls

Resolved! Expired articles are visible in global search

Even after the knowledge article’s Valid To date has been passed, the article is still visible to all users in the global search(Native UI). The workflow state of this article is still published, and valid to date is passed

seelamnandh by Tera Contributor
  • 1350 Views
  • 10 replies
  • 1 helpfuls

Parse an excel which we receive via email

if I have to parse an excel sheet which we we receive via email that email will end up  in sys_email table and its attachment will reside in sys_attachment table. The Excel contains details about terminated users and that users need to be removed fro...

QamrainPeerzad_0-1779079006986.png

Resolved! HTML field not rendering properly

When incident is close and we open the record again then field show as expected as per in 1st pic but we click on any other tabs provided on form like incident details etc provided in 2nd pic then again open alert summary tab then field having some s...

1st .png 2nd.png 3rd.png
Community Alums by Community Alums  
  • 1038 Views
  • 5 replies
  • 1 helpfuls

About Copilot-ServiceNow authentication

HelloI would like to obtain ServiceNow knowledge using the ServiceNow connector "GetKnowledgeArticles" from Copilot Studio.I understand that there are three authentication methods: "Basic Authentication", "OAuth2.0", and "MiscroSoft Entra ID", but I ...

takei by Tera Expert
  • 14214 Views
  • 8 replies
  • 0 helpfuls

Resolved! Set form Value - UiBuilder

Why does this not set the value of the field on the form to rejected? I have other ones like this here that work for comments entered in a modal. 

KarsonD_0-1779129096452.png KarsonD_1-1779129197559.png
KarsonD by Tera Contributor
  • 806 Views
  • 2 replies
  • 0 helpfuls

How to Set Field Mandatory on UI Page

Hi,I need to make a few fields mandatory on a UI Page.I already tried:Adding the required attribute in HTMLUsing gel() and setting required = trueTrying CSS-based approachesNone of these worked in my case.Is there any OOB functionality in ServiceNow ...

Resolved! workspace Lists

hiIn the workspace added a new list in lists view , but that list is now visible to the Admin not for other users. How to make that list visible for users with particular role.

armanoj by Mega Sage
  • 557 Views
  • 4 replies
  • 0 helpfuls

502 Bad Gateway (snow_adc) PDI Offline

My PDI has been showing:"Developer Instance is undergoing unscheduled maintenance"for the past 6+ hours.Current status:Instance status shows as OfflineAccessing the instance URL gives:502 Bad Gateway snow_adcI already tested:multiple browsersincognit...