Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Resolved! Set Field from template_value type field

I have created two custom field on incident table:1. Table type field2. Template_value type field Requirement is: If I am selecting table as problem and define some template then upon insert/update of incident, record should be created in selected ta...

mr18 by Tera Guru
  • 4295 Views
  • 12 replies
  • 2 helpfuls

Resolved! How to create Request from Incident and Incident from Request?

Hi,This is the requirement. 1. Create a Request ticket from an Incident. When 'Create Request' is clicked, it should trigger the current Incident to canceled state and create a request ticket with the details provided in the Incident form. 2. Also, v...

Community Alums by Community Alums  
  • 13822 Views
  • 12 replies
  • 10 helpfuls

Ideal Portal requirements

What exactly is required to implement the Idea Portal? Is the Innovation Management plugin required? This plugin is not installed in our instance but the Idea Portal is there. Is this plugin needed in order for the Idea Portal to fully function? Than...

mah1 by Mega Sage
  • 2439 Views
  • 4 replies
  • 1 helpfuls

Resolved! Change list view in reference field?

Hi, How to change the list view from default to custom in reference field? I can modify list layout but it's not the case.Below just an exampleDefault view: only Number is visible Custom view: Number and Short description    

find_real_file.png find_real_file.png
kris29 by Tera Contributor
  • 1986 Views
  • 1 replies
  • 1 helpfuls

Resolved! current record is not getting updated using the Workflow Run script.

Hi Team, I am trying to update the current record in the workflow run script. When I am trying to use current.update(), workflow giving a warning. So i have removed that line and simple set the value for a field. But the value of the field is not get...

Yesh by Tera Contributor
  • 3471 Views
  • 14 replies
  • 1 helpfuls

Service Portal CSS URL

Hi All, Could anyone please help me understand the below URL of the CSS. I am trying to trace the location of this file sp-bootstrap.scss And what is the v=sysid? (v=17c9899adb03c1503081d4bdd3961918). What is its pointing to?    Please assist since I...

find_real_file.png
sonalin by Tera Expert
  • 3954 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to get sys_id of a record using GlideAggregate

Hi, My requirement is I need to count number of incidents with some assignment group and if there is only one incident with that perticular assignment group then I require that incident's sys_id . I don't want to use getRowCount(). I want to use only...

Kalyan Gadde by Giga Contributor
  • 6785 Views
  • 9 replies
  • 6 helpfuls

Resolved! <g:ui_slushbucket> Add right side values

Hi, I'm working on a UI page slushbucket. Had 2 questions:  (1).  So far my current version works but only able to add left side values through <j:while> & <option value> etc...  Wondering are there anyway to add right side value? What would be the s...

Yuna1 by ServiceNow Employee
  • 2261 Views
  • 4 replies
  • 1 helpfuls

Workspace Declarative Action || Get URL in server script

Hi, I am trying to access the current URL in my list declarative action. Tried various methods in my server script to get the URL but none works. gs.action.getGlideURI() returns "api/now/v1/batch?api=api"  Any idea? @Ashley Snyder : I've gone through...