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

Forum Posts

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
  • 1380 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
  • 1081 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 Kilo Sage
  • 1850 Views
  • 11 replies
  • 0 helpfuls

Resolved! Adding columns to list view

We have a requirement to add columns from Case table to the list from Task table by dot waking. Is there anyway that we can do that?

Prem5 by Tera Contributor
  • 4026 Views
  • 3 replies
  • 2 helpfuls

Resolved! Copy catalog item variable field value to the field on RITM table

Hi Team,I need to copy catalog item variable field value [location] which is a reference field referring to custom table [u_one_team_workflow_location], to custom field [u_service_location_test] on RITM which is also reference field referring to same...

Bindhu1_0-1669820764119.png Bindhu1_1-1669820838818.png Bindhu1_2-1669820968937.png Bindhu1_3-1669821167891.png
Bindhu1 by Tera Contributor
  • 986 Views
  • 9 replies
  • 2 helpfuls

Resolved! Reference Qualifier on Catalog multirow variable

I have a service catalog where I have two fields : 1. Contract Number - Single line text (independent variable) 2. Assets (Multi row variable set having one variable of type reference to asset) Now, when I enter Contract Number, I should see only tho...