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

Forum Posts

GlideRecordSecure not working in scoped widget

Our team built a scoped widget, but can't seem to get GlideRecordSecure to work.  When we cloned the widget into the Global application however, it works just fine.  Does GlideRecordSecure not work in scoped applications/widgets?

davilu by Mega Sage
  • 2556 Views
  • 3 replies
  • 0 helpfuls

How to set reference variables in Catalog API posts

I'm currently working with the ServiceNow Catalog Rest API in Java. I have successfully added items to my cart and submitted my cart, however whenever a variable in the body of my post is of type reference I am unable to set it's value. The ticket ...

mtuman by Giga Contributor
  • 3861 Views
  • 12 replies
  • 2 helpfuls

Resolved! Create an auditor role,

Hi all,  We are just about to have an audit and I have been asked to come up with a solution on allowing the auditors "Read Only" access into SN. After reading all the forums to see what other admins have done, I am still lost as to what route is bes...

Lucien1 by Giga Expert
  • 6598 Views
  • 18 replies
  • 2 helpfuls

gr.update() not working

Hi, gr = new GlideRecord('incident');gr.addQuery('stateNOT IN6,7,8');gr.query();while (gr.next()) {gr.description = gr.description + '.';gr.update();} The above is a small code i am writing to update all open incidents(anything except Resolved, Close...

Manikandan2 by Kilo Expert
  • 6305 Views
  • 16 replies
  • 3 helpfuls

Auto notification to chase end user to provide information

Hi All, When we place our incidents in the state of 'pending' we have an additional sub state field.  One of the options is 'pending client information'.  When in this state the SLA pauses until we receive the details from the client. Part of our pro...

Sam Ogden by Tera Guru
  • 1524 Views
  • 3 replies
  • 4 helpfuls

Voice Notification Setup

When a P1 incident is assigned to a group, customer needs a Voice message/Phone call to their mobile number stating a P1 incident is assigned to their group.I have already configured email/SMS notification. Its working fine. Customer needs to Voice m...

Resolved! How to create a calculation field?

I apologize for the easy question but I'm new at this.  I'm attempting to modify a total score field (integer) and modify to a calculated field. I want to take 3 separate scores to get a total score. A Score + B Score + C Score = Total Score.  I'm aw...

Phil14 by Kilo Explorer
  • 2761 Views
  • 3 replies
  • 0 helpfuls

Import XML, Business Rules + sys_user_grmember

So using Import XML does not run a business rule.... except if it is sys_user_grmember An admin at my client asked about this.  Recently he imported a number of CI's recently which failed to run a number of rules to create associated approval records...

poyntzj by Kilo Sage
  • 1640 Views
  • 1 replies
  • 1 helpfuls

Resolved! Pick list from a hierarchical table

We have a client that is using the Location field in a hierarchical manner that looks like this: RegionPhysical AddressFloor Works great until they go to use a Reference in another table. Then, all of the locations get lumped into one big list. I h...

jesterize by Tera Contributor
  • 1977 Views
  • 1 replies
  • 0 helpfuls

UI Policy - set all fields to Mandatory & Visible

Hello all, I create a UI policy to make all field ServiceNow Instance visible and mandatory only if the Change Category is ServiceNow.  The question is: how can I select all fields instead of do it one by one?

hongsok by Tera Contributor
  • 2736 Views
  • 3 replies
  • 0 helpfuls

Current.update in Business Rules

Hi All,I have below questions.1. What is best practice to use current.update in business rules?2. where we have to use in before or after BRs and why?Please explain me.Thank you.

Anil74 by Tera Guru
  • 20289 Views
  • 4 replies
  • 6 helpfuls