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

How to use Field Map Variable for iCalendar mapping

On the Field Map (sys_impex_entry) table, how do you use the "Variable name" field with Type = var?  I'm building an Import Export Map for my icalendar email template.  I want to be able to map catalog variables from sc_req_item to display in the ica...

Darren Lau by Kilo Sage
  • 2984 Views
  • 5 replies
  • 0 helpfuls

Using MID Server and getting No Sensors Defined

Hi folks,We have a scoped application that requires us to send a REST Message to an appliance in our network that will return a resource queried for in XML that we will then parse. This is driven by a business rule. It's not a Discovery task per-se. ...

graemek by Kilo Contributor
  • 7102 Views
  • 5 replies
  • 3 helpfuls

Resolved! BCC field for email client template used in Major incident

We have a email client template which we are using for technical communication in major incidents(Sev 1/sev 2). I want to use BCC field dynamically according to Incident severity i.e, sev1/sev2. I tried mail script in htmlBody as well as in bcc but s...

find_real_file.png
Community Alums by Community Alums  
  • 5329 Views
  • 7 replies
  • 5 helpfuls

Resolved! How to Display POP-UP Box [ Message Box] when we click on Button

Hi,if i clicked   YES or NO button in KB ARTICLE     then immediately       display POP-UP box(message box) with message- Thanks for VisitingOR     Make Comments box mandatory .for this i tried to check UI Macro's(it is in readonly)   , UI pages   bu...

find_real_file.png
Kishore8 by Kilo Guru
  • 8535 Views
  • 11 replies
  • 1 helpfuls

Resolved! Cancelling an incident

When I cancelled an incident it marks the Closed field at 11/26/2019.   So if I reopen that incident the Closed info is still showing 11/26/2019 and when I actually close out the incident it will still show the same 11/26/2019.  So now if managers w...

find_real_file.png
John Vo1 by Tera Guru
  • 8570 Views
  • 12 replies
  • 3 helpfuls

Is there a Fleet Vehicle Loan App available?

I am looking for a Fleet Loan Vehicle App in ServiceNow. I found "Loaner Request System v3.0" by Chuck Tomasi.My questions are these:1) Can I download it to my free developers instance so i can evaluate it?2) Are there any other Apps out there that m...

tony_carter by Giga Contributor
  • 4324 Views
  • 4 replies
  • 5 helpfuls

Adding a multi-line text field to a UI Page

Hello! I posted a question in this forum and was correctly answered. Thank you!But I want to change the text field  in the pop-up display from a single-line text field to a multi-line.This is the HTML section in the UI Page.  <g:ui_form> <input type...

ceraulo by Mega Guru
  • 3010 Views
  • 1 replies
  • 1 helpfuls

Resolved! Trouble Accessing variables from inbound action

I am having trouble accessing the variable in my inbound action from my workflow this is my inbound action that is used to kick the workflow off. var userEmail = email.from; var grUser = new GlideRecord(sys_user); grUser.addQuery('email', userEmail.t...