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

Forum Posts

How a statement NOT equals an encoded query

Hi, I have a script that checks if a record matches specific criteria. I have put those criteria in an encoded query. When the record match the criteria I update a field, like this: var activateWorkstation = new GlideRecord("cmdb_ci_hardware"); activ...

Kenneth3 by Tera Guru
  • 3334 Views
  • 2 replies
  • 2 helpfuls

Assign tag to multiple records at once

Hi, Is there an easy way to assign a tag to multiple records at one shot. i have multiple tags which needs to be tagged to multiple records and not sure if there is an easier way. please suggest.

Auto reject approval after "x" days in workflow

Is there a way within the workflow of a catalog item to reject an approval automatically if it's not approved within a certain(x) amount of business days?  I know it can be done through a scheduled job, but we have a need to make this auto reject wit...

booher04 by Tera Guru
  • 2871 Views
  • 12 replies
  • 2 helpfuls

Resolved! Assignment group and Assigned to on Record Producer

Hi all. A customer has requested this.. On their self service form they want their users to be able to assign their own record to a team and an individual. To do this I need to recreate the relationship between Assignment group and Assigned to as it ...

find_real_file.png

Refer to system property in widget?

Hi, We have multiple service portals that we have to link to from our main service portal page.  We have the baseline breadcrumbs widget on most of our pages, however, when a user goes into one of the other service portals, when they click on Home in...

Resolved! how can I reset my dev instance

How can I reset my instance.I have got too many configurations, and I want to start fresh.I know I can create a new account on developer.servicenow.com but I was wondering if I can get it reset somehow.ThanksSumit

sumit1234 by Kilo Contributor
  • 8701 Views
  • 6 replies
  • 6 helpfuls

Resolved! Workspace Client Script Calling Script Include

I am looking for any advice on how to get past this issue. Function: workspace user opens form menu and selects UI action.  The UI action calls a script include that builds a url and passes it back as the response.  UI action script then opens the UR...

Brandon P1 by Mega Guru
  • 4248 Views
  • 2 replies
  • 1 helpfuls

Resolved! logged in user not showing in 'Logged in users' list?

Hi Community gurus, Investigating ways to expired session user, I was wondering any reasons that a user who's logged in but not showing in 'Logged in users' list?The user can be seen in User Tokens list (sys_user_token_list.do)but not shows in the Lo...

find_real_file.png find_real_file.png
georgechen by Kilo Guru
  • 8072 Views
  • 7 replies
  • 2 helpfuls

Max length of 14 on Decimal field type?

Hi all - there is a field on a custom table in our instance that supports our Journal Entry process. The field is set to a max of 20 and type decimal but only allows entry of 14 digits. I've set the max length to 30 and 32 but with no effect. Is ther...

Dan George by Tera Contributor
  • 3014 Views
  • 5 replies
  • 1 helpfuls

Resolved! Report Filter based on JavaScript

Good Afternoon,      I have been working for the last day trying to figure out how to make a filter based on JavaScript for a report.  Here is what I am trying to do.  Search all CI's (cmdb_ci) table, and look for duplicate IP Addresses.  I used a Mu...