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

Forum Posts

Calling data export to CSV/PDF/EXCEL from a processor

Hi,is there a way to call export data functionality from a processor. I mean can I call something similar to /incident_list.do?CSV inside a processor and return result to the client?processor.redirect is not an option as it deals with the client side...

kikhtenko by Kilo Contributor
  • 1503 Views
  • 1 replies
  • 0 helpfuls

Different Time Zone required in Email Notification

Hi,I have some Date/Time fields in my incident form. Some notifications are triggering on Incident form and that fields are there in the notification body.System's time zone is in EDT. So in the notification also I am getting the field value as EDT f...

tanumoy by Tera Guru
  • 3424 Views
  • 3 replies
  • 0 helpfuls

Export report to CSV in URL

I was able to create a custom report and I can browse to it directly in the URL by entering https://slu.service-now.com/sys_report_template.do?jvar_report_id=myreallylongreportidis there a way I can add a switch or value to the URL to automatically l...

timtoennies by Mega Contributor
  • 5804 Views
  • 3 replies
  • 4 helpfuls

"Updated" and "Updated by" fields

Hi all!Currently "Updated" and "Updated by" fields only reflect when there is a field change.I would like to have any task's (incident, change, catalog task, etc.) "Updated" and "Updated by" fields reflect (1) when a work note or comment was added an...

jleyco by Mega Contributor
  • 4530 Views
  • 5 replies
  • 1 helpfuls

Error "g_form is undefined" in UI Page client script

Hi All,I am trying to implement the functionality, "When a user clicks on a image in a UI page, its needs to display a dialog box asking for comments, On providing comments, its needs to invoke certain action." something like call back from GlideDial...

ramireddy by Mega Guru
  • 2012 Views
  • 5 replies
  • 0 helpfuls

Two application scopes on the same form!

Since the last patch (Fuji Patch 8), whenever I deploy an application via update set (created via 'Publish') from the upgraded instance to a new one, I am finding my forms have fields and sections from both the application scope and global on the sam...

Resolved! Populate a reference field (transform map)

Hello,How can I populate a reference field via import or transform map?   The reference field is caller_id, but the source data contains the caller_id.user_name.   Currently, we are able to type in the user_name in that field, and it is able to find ...

Dynamic value to Table Rest API Request body

I am trying to pass html text input value to the rest request body. In the wiki, there is a example of rest call but it's body is having static values.What i am trying, is pass javascript variable value to json kay., I tried to use FormData() api to ...

update user profile using REST API

I want to update a already existing user profile using REST Api. The problem is that PATCH request in servicenow API explorer does not give me a field to write the matching query.Could someone let me know how can i match the 'user_name' field in user...