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

Forum Posts

OLA triggers on every ticket update?

 I am trying to make per assignment group OLA to track initial response times across assignment groups.  I made one with the following start conditions: Active=trueAssignment group = my assignment groupPriority=1Assigned to is anything Set start to u...

brandoncote by Giga Contributor
  • 693 Views
  • 5 replies
  • 0 helpfuls

Editable catalog reference variable

Hi All, I have a reference field on a form. When I click on the “I” (Info) icon, it opens the record in a popup window.Its portal side where I click on i button it is showing editable fieldsI want to make that popup read-only, so users can view the d...

1000280819.jpg 1000280824.jpg
DevYadav by Tera Contributor
  • 1015 Views
  • 8 replies
  • 0 helpfuls

Resolved! related list

I need a related list on Incident form. It should only list emails that the subject starts with P2 for that incident. if now emails we dont want the list to show at all

Add Tooltip to choices in a string field in workspace

Hi All,I tried to add Hint to a string field (name is Category) choice (Functionality) and it displays hint  when users hover on it in platform. The same is not working in Workspace, can we add tooltip/hint to choice values in workspace? Thanks!

Resolved! How can I hide the State choice on RITM forms?

Hello Everybody, I need to hide the “Closed Skipped” state choice on the RITM form.Will hiding it at the form level affect historical records that already have this state?I tried a UI Policy with g_form.removeOption('state', 7);. It hides the option,...

sattar3 by Tera Contributor
  • 1398 Views
  • 11 replies
  • 3 helpfuls

user avatar needs to display along with user information

Hi All,I am new to UI builder. We are building the custom workspace. in list view beside to user name the user's avatar also needs to display. Like it should be combination of users avatar and username. so kindly provide any idea to achieve this  

query business rule

Hi Team,I need to write a Query Business Rule where the short description contains "test12334", and only members of two groups (Group A and Group B) should be able to see those tickets in the list view in the catalog task. Could you please provide th...

Community Alums by Community Alums  
  • 704 Views
  • 6 replies
  • 4 helpfuls

how to add variable filter in dashboard

Hi Experts, I have a requirements to create a variable filter in report or dashboard  and based on that we can filter the RITM.I checked few logic from my side-  I have created PA dashboard where i'm showing the specific catalog item RITM  from (tabl...

Can we display image dynamically with in the variable set?

Hello,I've a requirement to display the image with in the variable set popup. We have a catalog item with variable set. User is going to add the rows by populating some variables data (ex variable is 'part') . When the user selected the part variable...

Roja Paleti by Tera Contributor
  • 726 Views
  • 1 replies
  • 0 helpfuls

Execute schedule report from script

Hi All,I'm using below script to trigger a scheduled report from script. Is there a way we can avoid calling packages directly? var gr=new GlideRecord('sysauto_report');gr.get('name', 'Report Name'); // name of my schedule report.if (typeof SncTrigge...