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

Forum Posts

Resolved! Update records in other tables using UI Action

This is my UI Action(incident table) Script   if (!current.universal_request){ var gr = new GlideRecord('universal_request'); gr.initailize(); gr.short_description = current.short_description; gr.description = current.description; gr.business_service...

find_real_file.png
jinhui son by Tera Contributor
  • 1076 Views
  • 2 replies
  • 1 helpfuls

Resolved! code to Call UI page from UI action button

I have created a UI page name “ui_page_demo” like below  Now I want to create UI action button on the Incident table when I clicked UI action button this page will pop up   Please share the exact code from which I can pop up this form when I clicked ...

find_real_file.png
Abhishek64 by Kilo Contributor
  • 13314 Views
  • 2 replies
  • 5 helpfuls

Resolved! Extending tables from task

Hi Folks, I have a requirement to design a custom app with 7 new tables and the customer expects all the tables be extended from task. I did further analysis and found that 3 of these tables hardly drive any process and are just like data containers ...

ShAn21 by Tera Guru
  • 3352 Views
  • 2 replies
  • 2 helpfuls

Preview this record

Hi team, Could you please help me below issue, Description Copy the "preview this record" button from the incident form and add to:  *  Interaction form *  REQ and RITM forms Best regards, Bablu

class3 by Kilo Explorer
  • 632 Views
  • 3 replies
  • 0 helpfuls

Resolved! Fetching serial number from hostname of asset on catalog tasks.

Hi I am having a requirement. I am having one catalog item to order virtual machines. It contains two variables : 'hostname' and 'serial number'. These two variables are not visible in form. They are visible on RITM and sc_task. When the task is crea...

Anshika2 by Kilo Expert
  • 748 Views
  • 4 replies
  • 0 helpfuls

Set variable read only on order guide

Hello all, I want to implement set variable read only on order guide on the choose option page but not able to find any solution tried doing below catalog client script on order guide but it is not working any help????   function onLoad() {        se...

martin63 by Tera Contributor
  • 474 Views
  • 4 replies
  • 2 helpfuls

Resolved! Create a hyperlink that opens a PDF file

Hi all, I am trying to create a hyperlink to help end users understand what they need to add to the field while submitting the request. The hyperlink needs to open a PDF document for their reference.  Please find the screenshot attached. 'Guidance fo...