The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! gs. log not working in fix script(scoped application)

Hi i have an issue on how to see log in scoped application for fix script. to log the row count and see what method we should use? var count = 0;var grBook = new GlideRecord('sys_ui_bookmark');grBook.addEncodedQuery('urlSTARTSWITHu_x_test_eclassi_ecl...

surya76 by Tera Contributor
  • 2868 Views
  • 3 replies
  • 0 helpfuls

Resolved! ACL user roles are not getting deleted in QA

i have removed two roles in READ ACL (snc_internal, x_gre_user) and added a new admin role to that ACL. Totally 3 update set versions were captured, in payload XML also i can see the Changes were getting Captured. when i moved this to QA only the adm...

surya76 by Tera Contributor
  • 1030 Views
  • 4 replies
  • 0 helpfuls

Export to CSV or XML using script

Hi Everyone, I need help with exporting to either XML or CSV.I am aware that I can do this using the UI but I would rather do it using a script.Here is the script I am using currently. It prints exactly what I want. I just want this information to be...

benl by Giga Contributor
  • 25645 Views
  • 18 replies
  • 12 helpfuls

Resolved! matches regex or matches pattern

So I have a requirement to filter SN on the 5th and 6th positions of a server name. This is in Helsinki and on a reference field within a Record Producer.   I can't seem to get either matches pattern or matches regex to work.   I get a lot of SQL/MyS...

stevenm by Kilo Guru
  • 20513 Views
  • 16 replies
  • 17 helpfuls

Schedule Object working ? (new GlideSchedule) .

Hello All, As we know if i want to find dateTime after 2 days from now using some schedule, we will use  var Sc = new GlideSchedule('sys_id'); Sc.add(currentDateTime, duration);   Is there any way i can get dateTime 2 days ago using same schedule??? ...

Viraj7 by Tera Contributor
  • 556 Views
  • 4 replies
  • 0 helpfuls

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
  • 1328 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
  • 3876 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
  • 1282 Views
  • 2 replies
  • 0 helpfuls