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

Forum Posts

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
  • 1509 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
  • 3850 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
  • 3933 Views
  • 6 replies
  • 1 helpfuls

Resolved! Help with CI Relationship Script

All,I am having trouble with my script.   I need to query the CI relationship table to only pull in the child application environment CI that is related to the Parent Application CI.Two field on the change form1. Configuration Item field2. Environmen...

Brett14 by Giga Expert
  • 5665 Views
  • 7 replies
  • 1 helpfuls

How can we get journal Field Value in client side?

Hi All,Please can you suggest how can we get journalEntyValue from client side.I am able to get it server side through getJournalEntry(-1) function. but this function is not working in client side. The code is below which is working fine in server si...

m_servicenow by Kilo Contributor
  • 3776 Views
  • 4 replies
  • 0 helpfuls

To get URL Parameters using Jelly

Hi All,I have the uRL as https://instance.service-now.com/Test/Test_page.do?sysparm_document_key=TestTable,b897c9c04f29d2006c29f5a18110c7ed The parameters in my Url are Tablename, sysid of the record.I want to write a jelly script so as to achieve th...

surya123 by Mega Guru
  • 4694 Views
  • 4 replies
  • 1 helpfuls

Resolved! email client template default CC active user

Hi,I have the email client enabled from the change_request table. I have started configuring the template and it's ALL GOOD!However, one thing I am unsure of - I want the person who is opening the email client to be CCd in by default (as they would t...

mrswann by Kilo Guru
  • 2739 Views
  • 3 replies
  • 1 helpfuls

Resolved! Querying "sc_cat_item" table

Hello SNCI am querying "sc_cat_item" table to display the items on a page based on Category sys_id.<g:evaluate jelly="true" >var grCatItem = new GlideRecord('sc_cat_item');grCatItem.addQuery('active', true);grCatItem.addQuery('category', grSC.sys_id)...

1.png 2.png New1.png New2.png