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

Forum Posts

Resolved! Force Logout Users in all Nodes

I have a business rule that is trying to force Logout users using the below script  var gr = new GlideRecord('v_user_session'); gr.addEncodedQuery('user=YOURIDHERE'); gr.query(); while(gr.next()){ gr.locked = true; } But the problem is in productio...

D_8 by Tera Contributor
  • 4147 Views
  • 6 replies
  • 7 helpfuls

Resolved! SNC.Notify not defined in scope app

Dear all, I am using the following script to initiate a notify call var notify = new SNC.Notify(); var from = '+41215391714'; var to = '+41786930906'; // set up a conference call var conferenceCall = new GlideRecord('notify_conference_call'); confere...

wakespirit by Kilo Guru
  • 2997 Views
  • 6 replies
  • 1 helpfuls

Where to find SLA Timeline Table

Hi All, I am searching for SLA Timeline table. Specifically looking for code where it defines the color coding. Can any one let me know which table / business rule / ui policy to look into 

find_real_file.png
Sri63 by Mega Expert
  • 1178 Views
  • 2 replies
  • 0 helpfuls

Resolved! Obtaining all related data for a bundle with REST

Hi,I am new to Service Now development and do not have any historical knowledge with respect to internals and table structure. Can anyone provide a brief summary of the steps involved to obtain a request, its associated ritm's and enumerate their tas...

Resolved! reference field order in drop down

I have a choice (drop down) field that is a reference to another table. I get the value via script. How do I order the way the values display in the drop down? it is defaulting to alphabetical. I know on a choice field you can set the order on the co...

ggg by Giga Guru
  • 4281 Views
  • 7 replies
  • 1 helpfuls

Resolved! Trying to dot walk record producer variable in workflow

Hi,   I'm currently having an issue with dot walking in a workflow. I've got a form for leavers, where they user types in the name. It references the sys_user table and has secondary lookup fields (name, user_name, employee_number) which allows the u...

Resolved! Service Catalog - Table Variable

Hi all, Anyone figured out how the Service Catalog - Table Variable should work in London? This was presented in TechNow ep. 55. Though on my dev London instance I can't find a Variable looking like this. Would be a great feature! Any suggestions?

Resolved! Unable to spyOn GlideSystem for test

I am trying to write a Jasmine test to make sure that gs.addInfoMessage is called.     it('Gives a message if user already added to group.', function() {         spyOn(gs, 'addInfoMessage');                wf = new CustWorkflow();        wf.addGroup(...

Pitaro by Kilo Contributor
  • 3108 Views
  • 4 replies
  • 1 helpfuls