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

Forum Posts

Currency Script Calculation Woes

I'm currently doing a customization on the request items table that is making me pull out my hair. What I need to do is create a "Total Cost" field on the requested items table such that the field takes the price of the item, and multiplies that to g...

Resolved! How to set delay in scheduled job for every run?

Hi, I am using a scheduled job in which I am getting the records from a table and performing action on every record in while loop. Now I want to set some delay for every iteration in while loop, how to achieve it? var csa = new GlideRecord('cmdb_ci_c...

rkreddy by Giga Expert
  • 3774 Views
  • 8 replies
  • 0 helpfuls

Hide UI Action buttons based on choice field

Hi, My requirement: I have created choice field with choice1,choice2,choice3,choice4. i have a ui actions 1. manager approval, 2. justify If i select choice1 or choice2 visible manger approval ui action or if select other options i need visible justi...

prasad8 by Giga Expert
  • 2005 Views
  • 4 replies
  • 0 helpfuls

Find all indidents that was assigned to a que at some point

Hello,   I have a reporting problem. I want to know all the tickets that originated from a particular queue. I can pull a report for a primitive condition of "contact type" but still the numbers would change if someone tinkers with it.    For this pr...

Suhail2 by Kilo Contributor
  • 1896 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to change User time zone from Service Portal

Hi,End users have access only to Service Portal and need to change Location, time zone etc from Portal. When I click on User Profile I find an option to change Location, but there is no option to change Time Zone. How can user change time zone from p...

bharu by Kilo Expert
  • 5922 Views
  • 4 replies
  • 2 helpfuls

Show Short Description in My Requests - Service Portal

Im sure this is out of the box, and I am just not finding it. I have a request from senior management that in the Self Service Portal to add the Short Description to the Requests view This is what we currently see We want to add the short descriptio...

find_real_file.png

Resolved! To hide 'Retired' CI's under Impacted CI's in Change Record

Hello, Currently under the Impacted CI's in change record, while trying to relate or add the CI, the 'Retired' CI's are also selectable. How to make it not selectable? Operation Status = Retired I believe we may need to make the changes in the "Add" ...

find_real_file.png find_real_file.png
Amith6 by Tera Contributor
  • 1557 Views
  • 2 replies
  • 1 helpfuls

Create a URL,which is referring to a record

Hi All,   I have a requirement to create a URL which should hit a particular record of the table. The catch here is that currently we are having the sys_id of the record in the URL, due to which we are unable to hit the record with the URL as the sys...