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

Forum Posts

Resolved! Service Operations Workspace remove worknote from Catalog Task section

Hey, is it possible to remove the worknote field just from the Catalog task section in the Details tab (1), but not from the Compose tab (2) in the Service Operations Workspace? If I want to configure the form layout and remove the field there, it w...

find_real_file.png
Soeren by Tera Contributor
  • 1264 Views
  • 3 replies
  • 2 helpfuls

UI Page Pop up issue

We are calling an UI page dialog window from OnSubmit client script. After clicking on Ok from that pop up, the Unauthorized field should set to true for a change request. But Once we click on Ok, we are getting 'Leave Site' alert Pop up. Please let ...

How to mark catalog task as closed complete

Hello All,I have a catalog item where it creates 5 catalog tasks in it based on the path variable.Path Variable :Fast Track  : Value - 1Full Track   : Value - 2Tasks based on the short description :Task 1 : Initial AssessmentTask 2 : GAO ReviewTask 3...

taqdeer by Tera Contributor
  • 1120 Views
  • 3 replies
  • 0 helpfuls

How to remove Non existent users from reports

Hello,   I got an observation as nearly 2364 entries as " Reports assigned to nonexistent group/User" , i checking i see the most of the user are moved out of organisation, what is the easy way to remove these users and ensure the correctness, Regard...

PaulSylo by Tera Sage
  • 744 Views
  • 1 replies
  • 0 helpfuls

Resolved! g_form.clearValue() is not working in catalog client script

Hi All, I am using onChange catalog client script on Var1. However, clearValue for Var2 is not working onChange.Below is the Script. Kindly help. g_form.clearValue('Var2');g_form.clearOptions('Var2');if (newValue == '1' || newValue == '2') {g_form.ad...