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

Forum Posts

Resolved! Add mandatory red asterisk to the Label for checkbox

I have a group of individual checkbox variables, i want to add a red asterisk to the Label of the checkbox list..   I created a UI policy with conditions checking if the checkbox is not checked... In the advanced view i added the below script..     v...

vai by Kilo Contributor
  • 3740 Views
  • 4 replies
  • 1 helpfuls

Upgrade monitor skipped records after patch update

Hello, We have recently updated our development instance with patch Istanbul patch 10 C. I've looked at the upgrade monitor and have few questions for you experts: 1) After the upgrade, we have been testing the functionality we had before the patch a...

pauladams by Tera Contributor
  • 3123 Views
  • 5 replies
  • 4 helpfuls

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
  • 8174 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
  • 4126 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
  • 1814 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
  • 3970 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
  • 2591 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
  • 3576 Views
  • 6 replies
  • 1 helpfuls