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

Forum Posts

Report to show related Incidents on a Problem Record

Looking to utilize the "Chart" field that can added to forms.   I want to create a report that will show Incident with the same "Problem Number" as the Problem that is opened.   I believe this should be similar to the reports used to show (My Tasks, ...

taddparris by Kilo Expert
  • 2411 Views
  • 1 replies
  • 0 helpfuls

Resolved! Update record from business rule

I have the following business rule on a table.function onAfter(current, previous) {     //This function will be automatically called when this rule is   var gr = new GlideRecord('u_safety_events');   gr.get(current.getValue('u_safety_event_number'))...

Resolved! GlideRecord object not working as expected

Hi All,I am have been developing a code where I am required to query for a particular combination of record, check the count of the record, if the count is one only which it checks somewhere down the line with "if(object.next())". Also a code snippet...

Can you bold the report title/name?

Is there an option to have the report title font as "bold"?I have a dashboard pages which contain many reports and I was looking for an option to highlight all the report headings as bold?Thank you

Ruchi19 by Mega Contributor
  • 1037 Views
  • 1 replies
  • 0 helpfuls

How to pull the report for routed tickets

Hi All,How to pull the report for routed tickets.For ex : If Service desk has created the ticket and assigned it to the different team, how to pull only the reports for which service desk has routed these tickets.

manojj by Kilo Explorer
  • 3107 Views
  • 4 replies
  • 0 helpfuls

Resolved! checkbox with singleline text beside

On catalog, how can I create a checkbox with single line text beside?   Mean like - checked - "Others, please specify", ___________

fei2 by Giga Contributor
  • 2689 Views
  • 6 replies
  • 1 helpfuls

Resolved! Notification error

Created what I thought would be a simple notification triggered when a status changes.   The notification is not event triggered, however "when field changes to".       Notification goes to two groups, watch_list and assignment group.   However, I ge...