We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Daylight Saving Time

This weekend was supposed to change the hour becouse Daylight Saving Time but it was postponed for another week in our country.Is Servicenow going to change the time automatically this weekend? How can I prevent it from happening and change it for ne...

Rod Flowers by Tera Contributor
  • 1603 Views
  • 1 replies
  • 0 helpfuls

Resolved! Trigger flow from a workflow in scope

Hi! I was wondering if it's possible to trigger a flow from a workflow (the flow and the workflow is in the same scope as I am working in). How can I run a flow in the workflow?   Thanks.  

Nora3 by Kilo Expert
  • 4889 Views
  • 6 replies
  • 3 helpfuls

Resolved! Globally Scoped Apps and Delegated Developers

Hey y'all! I'm working on modifying some pre-existing citizen development we have on our platform. Our citizens are given the delegated_developer role and assigned to scopes as usual. We have some globally scoped applications that should be restricte...

Report on Incidents to show Percentage

Hello Experts, I wanted to have a report on incidents which should show the total count of incidents opened in a month and also total number of incidents resolved/closed on first call and also need to show how much percentage of incidents are closed ...

Rocky5 by Kilo Sage
  • 1683 Views
  • 2 replies
  • 0 helpfuls

Resolved! Copy Change UI action without copying the change tasks

We have a requirement to stop the OOB Copy change UI Action from copying change tasks, as the tasks get triggered naturally through the change workflow. Looking at the 'Copy Change' UI action script - it does not refer to the copying of tasks. The sc...

Resolved! getting error "Cannot find function split in object 90237e60db5df410d6a11c9468961995 00000288.0." while trying to Split the array value.

I am doing one rest message integartion , for which i have created script incude, in the script inculde i have bold the 2 line of code, the first code which is bold is working fine but due to second bold code i am getting error "Cannot find function ...

VIKAS MISHRA by Tera Contributor
  • 5077 Views
  • 6 replies
  • 0 helpfuls

Resolved! Find difference between two dates

Hi All,  I have two seperate dates in the format of DD-MMM-YYYY that i need to calculate the difference off. I need the answer to be in days. What's the best way to achieve this as i'm using a client script i cannot use anything gs.

arobertson by Tera Guru
  • 40227 Views
  • 16 replies
  • 14 helpfuls

Resolved! Which ACL controls letting added attachments show up in the email preview when sending an email out of a catalog task?

We're having an issue where when our helpdesk team tries to send an email out of a catalog task, they usually attach some kind of document to assist the user. However, ever since 8/1 (before this we confirmed it was working totally fine) even though ...

find_real_file.png find_real_file.png find_real_file.png

Resolved! Sys_ID on Table List View

Hi,Is it possible to add sys_id values from table records as a column of the table ? Example: On the incident table I have many records (INC0xxxx). On the list view of incident table can I add a column that show the sys_ID of the incident records ?  ...

Resolved! How to restrict access to records based on a condition?

Hi, I want to restrict access to records and want the user only see the records where he is requester. requester is a reference field from another table. I tried doing it via read ACL and given following condition = but its not working answer = false...