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

Forum Posts

Resolved! Add a 'User Details' Ribbon to the Agent Workspace

Hi, I was just looking at the Agent Workspace training and it mentions that you can add details about the user as a Form Ribbon - I can't find any guides/advice on how to achieve this.  Can someone help please?

find_real_file.png
Dan Brown2 by Kilo Sage
  • 3312 Views
  • 6 replies
  • 2 helpfuls

add option in client script

On load of sc_req_item i need to add one option in the state field which is already available in the choice list and is disabled for now for some reason so will  the below code will work for adding it back ? g_form.addOption('state','104');

jobin1 by Tera Expert
  • 1508 Views
  • 10 replies
  • 0 helpfuls

Resolved! Adding comments on service portal when the Request is created.

When a User Requested something example 'Apple iPhone 13' they have submitted the request. Now if they have any Approval or group Approval. if they have approval on Ritm for the request then it should automatically be added in the comments on the por...

Sushant20 by Tera Contributor
  • 1969 Views
  • 9 replies
  • 0 helpfuls

Resolved! Populate date after 90days using catalog client script

Hello, There is requirement where I need to auto populate the date after 90 days in a catalog item using catalog client script. A field A (Drop down) has an option 90 days. When user selects this option then field B (Date field) should be visible on ...

Rakshandha_0-1669895769592.png Rakshandha_1-1669896345536.png
Community Alums by Community Alums  
  • 2116 Views
  • 10 replies
  • 3 helpfuls

Audit Log users data

Hi ,  How do we know where to view the audit logs of users on the system. For example if a users status is changed from Active = true to Active = false or something like when their names are changed I would like to see when these things are updated a...

priya17 by Tera Contributor
  • 1779 Views
  • 1 replies
  • 0 helpfuls

Resolved! Open URL in another window in flow designer

Hi All, I have the code in flow designer and that works fine added in the WorkNotes . I need to open this URL in another window. How to do it. var text='Review the Link ';var url = '<a href="www.servicenow.com">'+text+'</a>';return '[code]' + url + '...

Shohaib_0-1669830239982.png
Saib1 by Tera Guru
  • 1397 Views
  • 2 replies
  • 0 helpfuls

download all attachments into a folder ?

i want to download all attachments to a folder... that are attached to any table i.e incident,problem,change How it is possible? share your ideas

hibye by Giga Contributor
  • 5281 Views
  • 6 replies
  • 1 helpfuls

Resolved! how to write if condition for greater number in client script

Hi team,I want to set assignment group using onload client script , if the number of users field value is greater than 200.tried with below but its not entering into the loop.var nou = g_form.getValue('number_of_users');if (nou > 200) {g_form.setValu...

Resolved! How to add additional 'Submit' button at the bottom of catalog item.

1] I have one requirement that I want additional "Submit" button to submit the catalog item from portal.2] The button should be in the bottom of  catalog item from and it should work(functionality) same as existing 'Submit'   button.  (Implement abov...

SonuParab_0-1669878997851.png
Para5 by Tera Guru
  • 2997 Views
  • 5 replies
  • 0 helpfuls

How to sort Knowledge articles in Service Portal

Hello Guys,   Need your help to sort the Knowledge articles in Service Portal! For Example - In below snapshot - Operating Systems has 12 articles categorized. Now I need to customize which one to feature at the top when I choose this category.  

find_real_file.png
SMS1 by Tera Contributor
  • 1692 Views
  • 2 replies
  • 0 helpfuls

How to get use date in function field

I am using function field and want to get just the date difference. I used the following and it returns the hours/minutes etc.glidefunction:datediff(now(), start_date)what can I use to replace now () to just get the date?

samadam by Mega Sage
  • 3065 Views
  • 11 replies
  • 0 helpfuls