Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! How to implement a user-friendly list filter

Hi All, I am building a table of service providers that I want to make searchable for our users with some dynamic scripting. Normally I would use the filter in list view but I want to try a different approach to make it more user friendly and would l...

find_real_file.png
Ahmad6 by Giga Expert
  • 3696 Views
  • 3 replies
  • 0 helpfuls

Resolved! filter is not working on calculated field

Hi guys,I've created a checkbox filed with calculated value.It's working fine, so i have some true values and false values.When i filter on true, it gives me no record.When i filter on false, it gives me all the records includes the true ones.Why? I ...

xuan by Giga Contributor
  • 11378 Views
  • 11 replies
  • 36 helpfuls

Resolved! Assign Variables to Transform Map

I have a script that I want to write in a Script Includes called from a Transform Map. I also want to use results from the script in several fields. The results of the script will change for each imported record. I assume that I need to initialize th...

MGanon by Tera Guru
  • 4753 Views
  • 6 replies
  • 0 helpfuls

Resolved! List default view deleted in production

Hi Community,      We have recently encountered the following error on the incident list view: Per HI: "Thank you so much for your time on the call. As discussed on the call, this issue is caused because of a known documented problem PRB591855. In y...

find_real_file.png

How to call script include in background script

I am trying to call following script include in my background script as follows but, not successful?My script include: var GetDemandChangesLastQuarter = Class.create();GetDemandChangesLastQuarter.prototype = { initialize: function() {}, DemandFunctio...

dilini by Giga Expert
  • 18593 Views
  • 4 replies
  • 7 helpfuls

Resolved! How to count Distinct in GlideRecord?

Hi Team, I need to count the distinct number of requested approvals in the sysapproval_approver table. Like as shown in the below screenshot, the total count of approvals in requested state is 60, but after GroupBy of the Approval For the result is 3...

find_real_file.png
sarahm by Tera Contributor
  • 7857 Views
  • 10 replies
  • 2 helpfuls

How to fetch table records through rest api?

Dear All, I'm not able to fetch all table records from one table. For e.g i tried below queries. https://instance.service-now.com/api/now/table/cmdb_ci_win_server?sysparm_limit=100 For above query m getting records but i want to fetch all records so ...

mehak1890 by Tera Expert
  • 4061 Views
  • 6 replies
  • 0 helpfuls

Resolved! Need help determining how a service portal page is called

I'm having trouble figuring out how a page is called from the OOB page. I need to make a small change but I don't see where to make it. 1. Open the Service Portal and click on the menu item Requests (https://myinstance.service-now.com/sp?id=my_reques...

gjz1 by Giga Expert
  • 3050 Views
  • 4 replies
  • 0 helpfuls

Resolved! What is the specific use of gr.initialize()?

Hi, I saw a OOB Email Inbound Action "Create Incident'' in my developer instance with below script: current.caller_id = gs.getUserID(); current.comments = "received from: " + email.origemail + "\n\n" + email.body_text; current.short_description = ema...

Pranshu3 by Tera Expert
  • 29597 Views
  • 6 replies
  • 104 helpfuls