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

Forum Posts

Resolved! Script to add users in a group

I have a requirement as follows.All users who are responsible for a system (u_cmdb_ci_service_system) should belong to the group "ServiceNow - System Responsible".If you are removed as system responsible you should no longer belong to the group.If yo...

palmen by Tera Guru
  • 8710 Views
  • 14 replies
  • 0 helpfuls

How to dynamically update a field value

Hello,I have the following question:I am dealing with a request item, and I am setting the assignment_group field on the request item = to the assignment _group field from a specific catalog task. (to make this easier, I basically set up 2 variables ...

sandyml by Kilo Expert
  • 4357 Views
  • 5 replies
  • 0 helpfuls

Resolved! Copy Date field value to Date Time field

Hi All, I have a Start and End Date(Date type) variable in my catalog item. User will provide those dates and submit the request. I have Start and End date(date time type) in the custom table. i have written a script to copy the date field value from...

madanm7786 by Mega Guru
  • 1894 Views
  • 2 replies
  • 3 helpfuls

Metrics with script calculation.

Hi all,I'm trying to create metrics to calculate 'Time between ticket creation and ticket closure' for a particular assignment group.I've written the following code so far but the script doesn't work at all whatever the condition is.From Subject Rece...

find_real_file.png

Changes with no open Change Tasks

Hi AllI am having an issue whereby occasionally someone will close a Change Task, but the next Change Task will not automatically open.This then leaves the Change with no open Change Task.To catch these, I would like to create a report that shows me ...

find_real_file.png

Resolved! How to get affected CIs from change_request table

Hello all. I'm trying to get all affected CIs attached to a change request. I'm sending a get request to https://ven01523.service-now.com/api/now/table/change_request, which returns all changes and the main CI under cmdb_ci, however it doesn't return...

erika7 by Kilo Explorer
  • 4086 Views
  • 1 replies
  • 0 helpfuls

Resolved! SNOW-JIRA integration: Issue status mapping

Hi All,Please suggest on how can the below requirement be achieved.We are doing bi-dierctional integration with SNOW-JIRA using REST API.Right now when an incident is created similar ticket is created in JIRA too.Comments are also getting updated bot...

savitha5 by Tera Contributor
  • 2845 Views
  • 4 replies
  • 0 helpfuls

Event Parameter

Hi ,I have created an event and am triggering it via   a business rule.like the one below  var grTask = new GlideRecord('rm_task');grTask.addQuery('parent.parent',current.sys_id);grTask.query();while(grTask.next()){ gs.eventQueue("cs.rm.task.assignme...

anindya_11 by Giga Contributor
  • 3717 Views
  • 6 replies
  • 1 helpfuls

Resolved! Service Portal - search bar is not showing on Mobile view

Hi guys,   I've noticed that the search bar is missing when I change my view port to mobile size. Would you guys have any idea why?      HTML: <div id="homepage-search" class="hidden-xs wrapper-xl"> <div class="wrapper-xl"> <h3 class="text-center te...

find_real_file.png