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

Forum Posts

Resolved! How to leave top 100 records and delete the remaining ?

Hi Experts, I got a requirement to leave top 100 records and delete the remaining. var gr = new GlideRecord("custom table");gr.orderByDesc('created');gr.setLimit(100);gr.query();while(gr.next()){gr.deleteRecord();} By using above script i am able to ...

jay1111 by Kilo Guru
  • 2241 Views
  • 10 replies
  • 8 helpfuls

TASK_SLA bulk repair script.

I have a requirement to repair one common SLA in each of the incident ticket. I tried doing it in TASK SLA Repair option, but it updates the ticket work note with the wording "User experience SLA has been removed from 'Task' table" and it is updated ...

Resolved! Removing line on labels

I am using labels as a way to have notes on my forms, but I do not like how they are underlined. Is there a way I can remove this line?Thanks

test1.PNG test2.PNG
tgcorbin by Mega Contributor
  • 3951 Views
  • 5 replies
  • 9 helpfuls

Resolved! Add multiple dependants in field for Choice

Hi all, Is it possible to add multiple references/qualifiers in the Dependent Value field for a Choice in a list. The scenario at hand, is I have a custom app that operates across seven regions. The Category dropdown is different for all regions. How...

find_real_file.png

Order Guide Approvals

Hello, We are currently working on the Order Guide wherein we have almost 30 catalog items to be used and in all the items we have Manager approval.We want a single notification at the order guide level to the Manager which will contain all the Reque...

samruddhi by Mega Contributor
  • 1421 Views
  • 1 replies
  • 0 helpfuls

Resolved! Integration questions

Hi All,   Few questions on SN integration capabilities, 1. How much data can be created/Updated in a third party system via the POST method ? Does SN have any restriction? 2. How much data a third party system can create/update in SN in a given POST ...

davjohn by Kilo Expert
  • 4372 Views
  • 1 replies
  • 4 helpfuls

Resolved! How to change a field value on UI page from the client script?

Hi All, Please find the scenario below: I have a UI page with 4 fields. When the field value for one field (field A) changes, I need to check if other three fields are empty or filled. If the three fields are empty, I need to display a message on the...

Kalyani by Tera Contributor
  • 5000 Views
  • 6 replies
  • 3 helpfuls