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

Forum Posts

Pass field value from Interaction to Catalog Item's variable.

Hi All, In Agent Workspace, we have got 2 fields as short description & description. Whenever Service Desk's user click on Create User, it's redirected to a specific catalog item and we would like to populate these 2 fields Short Description & Descri...

manish123 by Giga Guru
  • 610 Views
  • 2 replies
  • 0 helpfuls

Resolved! Clicking dashboard is resulting in an Empty page

Hi Community members, I have a dash-board in my instance and when clicking on it, It is resulting in the blank page. However when we navigate to another dashboard which loads properly and then from the dashboard list selector from the top drop down s...

Resolved! Trying to get sys id from Attachemnt

Hi, i am having an issue with my script include. in my script include I am creating a csv file to save to the "sys_attachment" table. to do this I have created this code // create file and save var grRec = new GlideRecord("sys_attachment"); grRec...

Jonas VK by Tera Guru
  • 857 Views
  • 1 replies
  • 1 helpfuls

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
  • 1327 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
  • 14359 Views
  • 2 replies
  • 6 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
  • 4343 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
  • 871 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
  • 1167 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
  • 736 Views
  • 4 replies
  • 2 helpfuls