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

Forum Posts

Load Attachment & Run the import set from email

Hi Team, Requirement is: When user send an email with attachment. that data (only open Incidents) should reflect in target table.ex: excel Attachment.Incident numberShort descriptionDescriptionState123keyborad issueKeyborad buttorns are not workingop...

sainath3 by Giga Guru
  • 2746 Views
  • 2 replies
  • 0 helpfuls

Retrieve "chooseWindow" attribute from a GlideRecord object

Hello,I am wondering if there is a way to retrieve "chooseWindow" attribute from a GlideRecord object.Consider this scenario:A widget is doing a GlideRecord query to grab some records from a table. It instantiates a gliderecord like this:  var gr = n...

RaysOdyssey by Tera Contributor
  • 1899 Views
  • 2 replies
  • 0 helpfuls

Use scripts - background to create catalog items

I'm trying to use the scripts - background to test out the code for an inbound email action, that creates a catalog item, but the compiler throws an error.  I understand the error, but is there a way to use these objects to create catalog items, or i...

psnow123 by Giga Guru
  • 2189 Views
  • 3 replies
  • 0 helpfuls

Resolved! Restore Archived Record using script in ServiceNow

Dear Community, How to restore a archived record using scripting in ServiceNow? I didn't find any dedicated documentation related to restore archive records API's.  Tried: new GlideArchiveRestore().restore(object.sys_id); but no luck. Please, let me ...

Resolved! Creating a Save button using UI Action

Hi All,I am trying to create a Save button on the incident form using UI Actions.This is what it looks like :This is how I created my UI Action. I actually copied the entire thing from one of the sample Save UI Actions available in Servicenow instanc...

Screenshot (4)_LI.jpg Screenshot (3)_LI.jpg
prudhvig by Tera Expert
  • 15850 Views
  • 13 replies
  • 8 helpfuls

Rerun the Flow on RITM

Hello, do anyone know how i can rerun the flow on ritms ? i have already gone through the documentationi.e. https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_fd-namespace/ScriptableFlowRunnerScopedAPIbut did not get. Thanks

Balram3 by Tera Contributor
  • 1133 Views
  • 1 replies
  • 1 helpfuls

Resolved! Flow designer stages translation in french

Hi guys Working in flow designer is there a way to translate stages ?Like for english they will show in english and french in french ? It looks possible with workflow but not flow designer ? We are on Tokyo

flsn2 by Tera Expert
  • 1436 Views
  • 2 replies
  • 0 helpfuls

Automate System Import with script

Hi! I am trying to automate the system import process. Essentially, from the servicenow catalog I want the user to be able to attach an excel spreadsheet, have it loaded into a data source, then a staging table, then transform it to a maintenance tab...

Add Outages to Virtual Agent Chatbot - OOB Functionality

Hi all, A member of our group saw a video that suggested there is OOB functionality that would add any known outages to the Virtual Agent chatbot as soon as it is launched.  For example, "We have a known outage with xyz.  Is this what you are reachin...

Resolved! Remove duplicate values Array

var res=[];var changeArr='';var changeTask = new GlideRecord('change_task');changeTask.addQuery('change_request', current.sys_id);changeTask.query();while (changeTask.next())   {   changeArr+=','+changeTask.assignment_group.manager;   res.push(curren...

Harish KM by Kilo Patron
  • 23884 Views
  • 10 replies
  • 9 helpfuls