Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Run script when user logs in

I'm thinking of doing a few things when a user logs in.So I'm looking into ways of how to trigger this. I found this Help the Helpdesk - run when logging into ServiceNowwhich seems pretty straight forwards and isn't many line of code to get it to wor...

gliderecord examples

HI Team,Can you please provide real time scenarios for the glide record and for script includes.

rangadevi by Kilo Contributor
  • 21266 Views
  • 4 replies
  • 2 helpfuls

Importing dependencies into SP widget

Morning all, I'm trying to import the dragula libraries into a custom Service Portal widget. I've tried both of these versions of Dragula for angular 1GitHub - luckylooke/dragular: Angular drag and drop based on dragula.js. Visit GitHub - bevacqua/an...

Community Alums by Community Alums  
  • 1934 Views
  • 3 replies
  • 0 helpfuls

Not seeing debug output

I had seen debug output with one client, so I tried to use 'gs.debug' myself, but I do not see any output?I did notice the property 'glide.amb.log.level', which is set to 'info', but I'm not sure whether that's the culprit. Especially as I cannot dec...

Resolved! Schedule job event not being processed

I have created a scheduled job to keep the track of priority two incidents that are currently in waiting feedback status and last update was 3 days ago. But once executed the list of event are not processed and the state always stay as ready. Could s...

p2incident.jpg p22.jpg p23.png
pablor by Giga Expert
  • 6790 Views
  • 10 replies
  • 0 helpfuls

XMLHelper with Namespaces

ServiceNow Level: BeginnerTrying to parse a SOAP response and I have found all suggestions point to XMLDocument and XMLHelper but I see very little about what functions are exposed through these objects. I think my troubles are due to the namespace i...

raprohaska by Kilo Guru
  • 6030 Views
  • 10 replies
  • 10 helpfuls

Resolved! Using setPreference to set system

Hi all,With the holidays upon us, I am using the downtime to automate some of the more tedious tasks.   I am currently working on the after clone work, as this is something I had previously neglected and grinded.On our Dev instance, we have a specifi...

find_real_file.png

ServiceNow Create Request Using REST API

Hello,         I am using the ServiceNow REST API, specifically the table API. I know how to create a new RITM using POST. I have the following 3 questions though:                   1. How can I create a request (REQ #)?                   2. What is ...

francisp by Kilo Contributor
  • 6002 Views
  • 1 replies
  • 7 helpfuls

Giving permission to a Database View

Good Afternoon All,I have created a database view that I would like to share with an ITIL user but it gives me the "Security constraints prevent access to requested page" error.I have given this user access via ACL to read just about every sys_db_???...

Resolved! dot walking reference fields in gliderecord query

I'm hoping this is fairly straightforward, but I'm still new to ServiceNow scripting and I'm working with a custom table that was defined for us by a consultant.The custom table is used for tracking roles that users have been assigned for application...

find_real_file.png
mikemanuel by Kilo Contributor
  • 34867 Views
  • 4 replies
  • 3 helpfuls

POST inserting empty records

I am trying to create records in a custom table via REST. When I post to this class in my DEV instance, all works well. When I moved this update set to my TEST instance, it creates empty records, BUT, processes an on insert business rule correctly. S...