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

Forum Posts

Resolved! Update user field when added to new group

I want to update the "notification" field on the sys_user record when the user is added to a specific group.I am trying with a Business Rule but haven't been able to make it work.   Is a Business Rule the best way or should I use a Client Script?This...

LRobinson by Giga Contributor
  • 1098 Views
  • 4 replies
  • 0 helpfuls

Resolved! Need help hiding status options

I am trying to figure out how to hide some of my status items on a request item until all related tasks are closed. I reied simply hiding the options but then my Request Items would not auto close when the tasks closed.Below is my fumbling attempt: /...

Resolved! Reporting on Incident by Time Opened

Greetings, Community!I'd like to report on Incident in a way that would allow me to get some insight into what time of day incidents are created. Since the "Opened" field is a datetime format, I'm assuming this is going to take some scripting. What i...

Resolved! How do you submit a reference variable from a record producer?

I understand that to submit data from a record producer from a variable you can simply name the variable the same thing as what you're submitting.  This is working fine for strings, but when I'm trying to submit data into reference field it just show...

mahudg2 by Kilo Expert
  • 1523 Views
  • 5 replies
  • 1 helpfuls

Resolved! How to update an array field for many records at one time?

I am needing to add a specific role to all of our 4,500 knowledge articles, however, I am prevented from editing the "Role" field when viewing these articles in List view.That was the fastest way I could think to update them all - anyone else have so...

MG Casey by Mega Sage
  • 1422 Views
  • 3 replies
  • 0 helpfuls

Modifying out of the box button UI in Jelly

I am creating a custom UI page in Jelly; I am using the out of the box [dialog_buttons_ok_cancel] UI macro on the page. I'm also using the [dialog_button_ok] macro as baseline to create a new macro to perform an additional function. The problem is th...

nmartinez by Kilo Contributor
  • 4538 Views
  • 2 replies
  • 2 helpfuls

Resolved! Exporting Large Data Sets?

We have some teams that need the ability to export larger datasets, > 50,000 rows, for auditng and licensing purposes.   I know that they can manually break up the exports into chunks, and export each chunk, but we're trying to come up with an easier...

Chris M3 by Tera Guru
  • 4468 Views
  • 3 replies
  • 1 helpfuls

Resolved! List Report links - how to change them?

I have a List report based on the Project Task Link table. In the results I am displaying the Top Project, the Project Task Link, and the Linked.Task (in this case it is Change Request). When the report produces the list of results, the link off the ...

axelortiz by Mega Contributor
  • 2189 Views
  • 9 replies
  • 0 helpfuls

Create a new Task Type

Hi, I need/want to create a new task type to sit against Change_request,   can anyone point me in the direction of how to do this please.   I've seen a post from a few years ago which referenced a video on how to do this , but that has since been tak...

John_Judd by Kilo Contributor
  • 3155 Views
  • 6 replies
  • 0 helpfuls

restart instance

Hi All,Did anybody ask   Servicenow to restart instance node for performance issues?How long it takes?ThanksMini

maximini by Kilo Contributor
  • 4910 Views
  • 1 replies
  • 0 helpfuls

How do you perform a javascript function on a ui page onload?

What I want is pretty simple. I just want a javascript function to execute as soon as the page loads. I'm attempting to get this to work in a ui page.  This is how I would normally perform this  <body onload="myFunction()">  and then in the client s...

mahudg2 by Kilo Expert
  • 4752 Views
  • 2 replies
  • 3 helpfuls

Testing the visibility of a Record Producer Variable

I have a Record Producer with several Variables. When the RP is submitted I'm dynamically creating content based on the values of these Variables. Some of these Variables may have their visibility hidden based on the selection of other variables. If ...