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

Forum Posts

Resolved! OnChange client script going in loop

I have onChange client script to call 2 fields using script include based on field "Region".If I select "Region", then location1 and location2 populates correctly and then I save the form.But if I select "Region", then both location value populate co...

Hafsa1 by Mega Sage
  • 480 Views
  • 9 replies
  • 1 helpfuls

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
  • 398 Views
  • 6 replies
  • 0 helpfuls

Resolved! Catalog Variables Not Visible on SCTASK

Hi,I am facing an issue with displaying catalog variables from the RITM on the corresponding SCTASK.Currently, we have a common Flow Designer flow that is attached to multiple catalog items. Each catalog item has its own set of variables. When a user...

zee15_0-1778744440075.png
zee15 by Tera Contributor
  • 159 Views
  • 2 replies
  • 1 helpfuls

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 Giga Contributor
  • 241 Views
  • 4 replies
  • 0 helpfuls

Help on replacing the values through Business rules

HI All I will get an value in the last logged in user field in computer table I need to trim that and need to check the same in user_id in the user table. Example value is: abc@example.com. ABC is the user id value or RF ID in user table. If the valu...

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...

water mark or prepopulated text inworknotes

Hi Team  when ever we are reopening the incident  can any one please help me on this requriement  Enable Mandatory capture of reason in Work Notes when an incident is reopened. request is to ensure that whenever an incident is moved from Resolved to ...

nameisnani_0-1778657527966.png
nameisnani by Mega Sage
  • 624 Views
  • 10 replies
  • 2 helpfuls

Dashboards

We have a requirement and I want to check with you about what is the best way of doing it. We have different users who have access to different dashboards. Everything is associated with SOW.Agent 1 has access to Dashboard 1Agent 2 has access to Dashb...