Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Insert the Value of a field if it doesn't exists. if the value exists then create a new increment value which doesn't exists in a table field

Hi Guys, I have one use case -  I need to insert a value in a field 'class number'  that needs to be unique. I need to check if the value already exists or not in a field 'class number' from the same table.  - if the new value doesn't exist then inse...

Resolved! Change Request Requirements document creation

Hello all, I recently joined a company and started a new project with a client for Change Management.  The project involves implementing standard change request and risk calculators.  As part of initial deliverable I have been asked to produce a func...

Jay k by Kilo Contributor
  • 3416 Views
  • 1 replies
  • 4 helpfuls

How to get the duplicate values from array

Hi all can someone please let me know how to get the duplicate value from array. I do have one variable which will store the list of values in array. I need to get only the duplicate values and store the duplicate value in another variable

Santhosh23 by Tera Expert
  • 2159 Views
  • 1 replies
  • 1 helpfuls

Is there a way to easily copy a dashboard tab with all its reports?

Is there a way to easily copy a dashboard tab with all its reports? Or a way to easily copy reports but be able to update the configuration filters on a dashboard? We want to create a dashboard tab for each team to easily manage their work and we hav...

Connie5 by Kilo Contributor
  • 2890 Views
  • 5 replies
  • 1 helpfuls

Resolved! Does anyone use data policies to make all variables read only?

I am currently using UI Policies to make variables read only but I've since noticed that you can select 'variables' on the data policy module. I have created a data policy on [sc_req_item] and set 'variables' to read only but it hasn't worked. I crea...

find_real_file.png
AndyNow by Tera Contributor
  • 1537 Views
  • 2 replies
  • 1 helpfuls

Non admin users not able to see inactive users

We have a request to access terminated users but in our system it makes them not active, which causing the end users without roles not being able to search for them. I made a filter for one module to say Active = true or active = false. I can see it ...

mattrom1 by Giga Expert
  • 6068 Views
  • 4 replies
  • 15 helpfuls

Resolved! Copy data from table to a custom table

Hi community, we are trying to copy the data from Assessment instance table to a custom table we created with similar fields, initially we want to copy all the data from Assessment table and after that we want to create a scheduled job that runs dail...

How can we link users within Servicenow

We have users with multiple accounts (e.g Admin and normal user account) which is synched to servicenow. Is there any possibility to have them linked ?  For example User ID                    Name   XY@test.com          Joe, Test SY@test.com         ...

Ibrahim19 by Tera Contributor
  • 1622 Views
  • 8 replies
  • 0 helpfuls

Resolved! How do I replace g_form.getReference() to Glide Ajax client script

Hi, I need to replace g_form.getReference() by Glide Ajax for the below code , how do i do that.? Script function onChange(control, oldValue, newValue, isLoading, isTemplate) { //Label Value & Field Value var requestedforLabel = $('label.sc_request.r...

Bindhu1 by Tera Contributor
  • 923 Views
  • 2 replies
  • 1 helpfuls

one variable dependent on another variable in catalog item

Hi All, I have a multiple choice of variable. there is 2 question , I have added in catalog item I wanted to  some variables dependent on 2nd choice of question in catalog item. whenever user select 2nd choice of question, only that time those depend...