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

Forum Posts

BR is not working

Hi All, I am trying below code. var usr=gs.getUserName();gs.addInfoMessage("usr"+usr);var pc=new GlideRecord("cmn_location");pc.addQuery('name',usr);pc.query();if(pc.next()){var flag=pc.name;gs.addInfoMessage(flag);}else{flag=111111;gs.addInfoMessage...

Madhavi2 by Tera Contributor
  • 621 Views
  • 5 replies
  • 0 helpfuls

Resolved! chuck tomasi not in washington DC release

Hi,It's been a few weeks since i upgraded my instance to washington DC. If I try to impersonate chuck tomasi, he is not appearing. I know that he is a part of demo data of change management module. since there are many modules related to change manag...

Adil a by Tera Expert
  • 820 Views
  • 7 replies
  • 2 helpfuls

Text Event Not Processing

Hey there,When I do a global search using a keyword, it doesn't return all matching records. i.e it only returns 3/4 records.After some analysis, I see that the text_index events are not getting processed.Also, the "text index events process" schedul...

SyedMulthazim1_0-1710315272535.png

How to create logout button

In service portal of servicenow I have created custom home page for users where they have to logout once they are log in , and after log out it has to redirect to login page and if i login again it has to go to same custom home pagegive solutions tha...

Task SLA RITM

Hi Team ,  How do i bring Task SLA in RITM Table in Related list .  can anyone please help me with proper steps to configure this . If possible please provide screenshot of configuration of this for better understanding . Thank u  

nameisnani_0-1710261080628.png
nameisnani by Mega Sage
  • 435 Views
  • 9 replies
  • 0 helpfuls

Response to Scripted REST API Payload

Hi All, I have created a staging table using web service for my ServiceNow Integrtion. Created below Scripted Rest API to receive the payload from a third party. It should create an incident using a staging table and respond to the Incident number in...