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

Forum Posts

OAuth 2.0 authentication from 3rd Party Application

Our client has a third-party app that will take in the username and password on their end, post it to ServiceNow, and expect an access token and refresh token as a response. I set it up so it goes through <instance name>/oauth_token.do? and pass the ...

Sean8 by Tera Expert
  • 3602 Views
  • 4 replies
  • 1 helpfuls

Import sets and Transform map

Hey ServiceNow Gurus, I have imported a catalog item through excel sheet (using Import sets and Transform map), I then imported Variable sets followed by Variables into their respective tables using same method, then I had to add the variable set in ...

Resolved! g_form.submit in Workspace Client Script not working

Hi all, I'm trying to add the ability for users to create/manage change requests within the CSM/FSM Dashboard and I added some of the UI actions to the workspace (Request Approval, Implement, Review, Close).Within the UI actions, I have the following...

Community Alums by Community Alums  
  • 8508 Views
  • 3 replies
  • 4 helpfuls

Resolved! Does addEncodedQuery work with addQuery

I have a GlideRecord query that looks something like this:var ka = new GlideRecord('x_81991_knowledge');   ka.addQuery('workflow_state', 'Published');   ka.addQuery('kb_category.label', 'Benefits');   var qry = "seriesLIKE"+occ+"^NQlocationLIKE"+loc+...

yundlu316 by Kilo Guru
  • 18635 Views
  • 5 replies
  • 5 helpfuls

Remove users from the group

Hi all,schedule job to remove the users from the particular groups who not logged in for 60 days in servicenow.If user is part of some groups and if he hasn’t logged in for 60 days.Thank you.Please suggest 

dileep0146 by Tera Contributor
  • 1761 Views
  • 6 replies
  • 0 helpfuls

Testing and Trying Application in PDI

Hello, I am developing an app on PDI. How can I test it? It is possible to use the application in PDI to test it. I know that I can't publish/submit app in PDI but I want to use application to test how is the experience. Don't want to click preview f...

TunaSiskon by Tera Contributor
  • 1486 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to update form fields from UI Page Client script?

I have a pop-up window which gives the user two options; Cancel and OK.  If they hit cancel I want to simply change the value of a the type field and destroy the GlideDialogWindow.  If they hit OK it will close out the demand record and set all field...

MBarrott by Mega Sage
  • 1602 Views
  • 2 replies
  • 1 helpfuls

Resolved! What is the typeOf check box?

I  thought it should be a Boolean, but it does not look like.Below code is failing. if(g_form.getValue("vip") == true){        alert("User is VIP");  }  else{    alert("User is not VIP");  }

Udbhav by Tera Contributor
  • 1533 Views
  • 6 replies
  • 3 helpfuls