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

Forum Posts

Add option to date filter

Hi Community,   I am attempting to add an extra value to the date filter:     From reading other posts I think the key lies in modifying the "Get Date Filter Options for Date Filters" business rule but I have added the line that I want and it does n...

find_real_file.png

How to know a script is OOB from servicenow?

We are trying to avoid changes to OOB scripts without an approval or only a specific group members will be allowed to make changes and developing a POC around it Question : How can we identify/query all scripts whether they are OOB or not. example fo...

Kiddy by Tera Guru
  • 3310 Views
  • 7 replies
  • 12 helpfuls

Display value is not shown for the reference field

I have a list field in my form which refers to the pm_project table. When I select records from the reference field it does not display the value for which I have set the Display as true in the dictionary. It displays another column Project Name's va...

chakings22 by Mega Contributor
  • 8402 Views
  • 6 replies
  • 2 helpfuls

Resolved! Reference field shows blank, still has correct reference ?

I am working in scoped Application but I am unable to see reference incident record in custom table. Tho, for Testing I have use sys_user table, User table is showing record in field. In incident reference field  record is selected but field is blank...

find_real_file.png find_real_file.png find_real_file.png

Templates in Service Portal - not working

We want to use the templates in service portal forms. Is it possible to show the template bar in the service portal?Since I didn ´t find any solution, I made a new reference field and used the applyTemplate() function like described here - Apply Temp...

dschneide by Kilo Contributor
  • 3618 Views
  • 12 replies
  • 3 helpfuls

Resolved! Stamp bullet point point on email script

Hi all, I have below mail script, it stamps individual apps name when found - i would like to replace the "Name:" to bullet point point  - how should i change this?   var appsNames = event.parm2.split(','); var details = ""; for (var i = 0; i < appsN...

Sam198 by Mega Guru
  • 1977 Views
  • 1 replies
  • 2 helpfuls

Resolved! ServiceNow REST API response column sort

Hello Everyone       I am retrieving records from a table using REST API feature in servicenow. I selected columns in the query parameter (sysparm_fields) in a particular order . But while the API is being formed at the backend , the columns get re-o...

Ann32 by Kilo Contributor
  • 2015 Views
  • 1 replies
  • 1 helpfuls

No incident is created from inbound email action

I have an inbound email action named 'Create Incident' in our dev environment where I'm an admin. It is the only active inbound action by that name. This action runs when the Subject starts with 'Submit'. When I send an email in from prod, the action...