Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

What does "!==" Mean in script

Hello community  Bit confused with "!==" In the script. I know !== Will check both value and type.    Thanks in advance

Mk_snow by Tera Contributor
  • 1418 Views
  • 5 replies
  • 0 helpfuls

Resolved! CSA Question 2

I'm doing a simulation and this question came up. I found this link (https://docs.servicenow.com/en-US/bundle/sandiego-platform-user-interface/page/use/using-lists/concept/c_GroupedLists.html) where I could see that one of the answers would be option...

Execute a scheduled job after an Import is processed

I am trying to trigger to execute a scheduled job to run immediately. Upon completion the script should call and execute the scheduled job but its not working.Can anyone assist me in accomplishing this, below is the script I am using (function runTra...

GChanner by Tera Guru
  • 1433 Views
  • 2 replies
  • 0 helpfuls

After and Asynch BR

Can anyone give real-time use case with brief explanation where we can only go for "After" BR and not "Asynch" BR. Asynch BR just can be used in that scenario. P.S: I'm just trying to understand the difference between the two BRs with example. -Thank...

Resolved! Need help on UI Action

Hello, We need to create an update button on the Incident form that overrides the out-of-the-box (OOB) update button. When we submit the update button, it should update the form. Before updating the form, a pop-up message should be displayed. Once th...

Khalid9030 by Tera Contributor
  • 1106 Views
  • 2 replies
  • 1 helpfuls

Global Search should show Change Request record

Hi, I have a requirement to search custom table record (abcdID) in Global search which should give result as its related Change Request record. We have created changeID column on custom table(fo example: abcd) which is referring to Change Request (ab...

_Yash24 by Tera Guru
  • 983 Views
  • 2 replies
  • 0 helpfuls

record access

Evening all We have an odd situation in which we have split access to records out using business rules and an ACL. the expected access works fine in list view, as in our tests users can see the right records based on conditions set but when clicking ...