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

Forum Posts

Reports

Within a demand ticket, a project is created, and subsequently, project tasks are established. Our goal is to develop a dashboard that comprehensively illustrates the timelines of both the project and its tasks, alongside their progression status in ...

pramn_1-1756443020427.png pramn_0-1756442939786.png pramn_2-1756443195785.png
pramn by Kilo Sage
  • 316 Views
  • 2 replies
  • 0 helpfuls

Resolved! Make Assignment group dynamic

Hello ServiceNow gurus, could you please help me ?I've created a client script to auto populate the assignment_group based of the Assigned_to. In other words, you just have to type the fulfiller's name and his service group will get populated in the ...

AhuelieW_0-1756293712240.png AhuelieW_1-1756293725747.png
AhuelieW by Tera Contributor
  • 722 Views
  • 5 replies
  • 2 helpfuls

Knowledge

(function executeRule(current, previous /*null when async*/) {    var kb = new GlideRecord('kb_knowledge');    if (kb.get(current.document_id)) {        if (current.state == 'rejected' && previous.state != 'rejected') {            var author = curren...

Bhavani1995 by Tera Contributor
  • 270 Views
  • 1 replies
  • 0 helpfuls

Resolved! Catalog client script to clear location

For catalog items, we have a variable set that includes location with a default of javascript:gs.getUser().getLocation(). We have traveling staff with multiple locations and would like this cleared on load for them so they are forced to select ...

Mary S by Mega Sage
  • 605 Views
  • 3 replies
  • 1 helpfuls

Resolved! Create Follow-Up when there are Additional Comments on Closed RITMs

Hello,I've been tasked with creating an incident ticket when a closed RITM receives an additional comment. I created a flow to help satisfy this request as follows:Trigger - UpdatedTable - sc_request (sc_request_item was not available)condition: addi...

Beth19 by Tera Contributor
  • 432 Views
  • 1 replies
  • 0 helpfuls

Importing bulk knowledge articles

how does using the CSV/XML process work with bulk knowledge import. Specifically if and when the article has images. The legacy system can export articles in CSV/XML format with required fields (title, body, metadata, valid to date). what is the proc...

Bhavani1995 by Tera Contributor
  • 964 Views
  • 16 replies
  • 0 helpfuls

Search Knowledge Button on Tasks but not Incident?

Looking for some insight on this please. The Search Knowledge button is an excellent feature when dealing with Tasks as it seems like it grabs the whole article html and posts that so the person would receive an email with that in. Does the same feat...

CaitlynD by Tera Contributor
  • 825 Views
  • 6 replies
  • 0 helpfuls

Admin fields on catalog item for reporting out?

In our previous request system we had administrative fields on the catalog items allowing us to report on the items once completed. It seems like ServiceNow does not work in this same manner so what is everyone using to do this? For example we have a...

KristinaN by Tera Contributor
  • 200 Views
  • 2 replies
  • 1 helpfuls

Variable Sync from task to ritm

Lets say, I have a variable called "TEST 1" in RITM and hidden but the same variable is also present in task and visible on the form.Now I am trying to update the TEST 1 variable with dropdown as "yes" and saved the form. I am going back to the reque...

InnamuriH by Tera Contributor
  • 375 Views
  • 5 replies
  • 0 helpfuls

HTML/JavaScript Codetag Properties

Hey community,Has anybody been able to properly identify the implications/risks involved with enabling the following two properties? Specifically focusing on the first one which focuses on HTML embedding according to ServiceNow documentation. glide.u...

adementiev by Tera Contributor
  • 571 Views
  • 10 replies
  • 1 helpfuls