Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

how can we capture notification is worknotes

@Jyoti36 How can we capture email notification in worknoteswe have strike field in incident form when evert the strike changes notification will send the user the same notification should get captured in worknotes how we can achieve this.we have send...

Community Alums by Community Alums  
  • 1410 Views
  • 3 replies
  • 0 helpfuls

Resolved! Importing values in a custom table

Hi, I have a requirement where I need to import the data from an excel to a custom table in excel I am getting value of 3 fields for example email, UserID, Asset ID in on field after transforming it i need to push these three fields in 3 different fi...

micky09 by Tera Contributor
  • 3115 Views
  • 8 replies
  • 0 helpfuls

How to change "instructions" value of a element via script?

Hello Everyone, How can i set the "Instructions" value of an element via script?  my requirement is to change this value on the fly based on the account. I am not sure which property or method to use to set this value? Any help please?   

RB_1-1666294459152.png
R B by Tera Contributor
  • 1596 Views
  • 8 replies
  • 0 helpfuls

Resolved! always show 'g_form.showFieldMsg'

Hi, This is a simple question. I'm a record producer and want to always have a message at the bottom of the field. How is it best practice to implement it?   Thank you in advance,

Mi4 by Tera Expert
  • 4783 Views
  • 7 replies
  • 6 helpfuls

Adding a new filter value for datetime fields

Hello guys does anyone know if it's possible to add an option to filters that use datetime fields ? I would like to have an option here that would say Last 2 weeks (this has to be dynamic as we need all the data created over the last two weeks not c...

find_real_file.png

Why Integer type variable is returning 0 in my script?

I have a form where I have an integer type variable. The value of this field is 1. But when I try to log the value in my script, it's saying that the value is 0. I have no idea why this could be happening? If I log the value of any other field on tha...

Farah5_0-1666285525810.png
Farah5 by Tera Contributor
  • 1238 Views
  • 4 replies
  • 0 helpfuls

Resolved! String field not populating the special characters(/)(\\)

Hi i have string variable in a catalog item and I'm setting the value by using below codeg_form.setValue('home_directory' , '\\XXXXX.XXX.XXXX.XXX\share\homedrive');but it is populating like a \XXXXX.XXX.XXXX.XXXsharehomedrive. without forward slash a...

Vamshi_ch123 by Tera Contributor
  • 2837 Views
  • 2 replies
  • 2 helpfuls

How to Send a Custom Response to Table API?

Hello,I'm wondering, if possible, how to provide a custom response to a table api, specifically /api/now/v2/table/incident.Ultimately, for a specific integration user, we don't actually want them to create an incident but instead create a service_tas...

aen612 by Tera Guru
  • 2612 Views
  • 4 replies
  • 1 helpfuls

How to create a Export PDF button for Problem table

Hello exportsI have created a UI action in problem table for download PDF .but My current UI Action.function exportPDF() {var sysparm_table = g_form.getTableName();var sysparm_sys_id = g_form.getUniqueValue().toString();var instanceName = 'https://My...

akin9 by Tera Contributor
  • 1695 Views
  • 8 replies
  • 0 helpfuls