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

Forum Posts

Resolved! Export PDF list with related list

Hello Experts I am trying to export a list a list of records as PDF but wanted to include the related list for these records as well. I followed Marks' article but for some reason it is not allowing me to save the record as it shows a syntax error.  ...

find_real_file.png find_real_file.png

Resolved! How to update date field to current date and time

I want to run background scripts to update resolved date to current date and time var gr = new GlideRecord('sn_customerservice_case'); gr.addQuery("sys_id","3751d2e11be113d9c4bcb7d"); gs.print(gr.getRowCount()); gr.query(); while(gr.next()) { gr.s...

Zuri by Tera Expert
  • 3871 Views
  • 1 replies
  • 4 helpfuls

Resolved! UI Policy Not Working on Existing Records

I have a UI Policy that based on the selection of field a (Caused by Third Party) should show and make mandatory field b (u_third_party_name) within a problem record. This seems to work fine if it is a new record, but doesn't work at all on existing ...

find_real_file.png
ddiroma by Mega Expert
  • 3758 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to populate Requestor Details in variables of MRVS?

Hi All, Hope everyone is doing good. I am working on a catalog form with Variables, Name (reference to User table), Department, Work Location, Telephone, Email. When value changes in Name variable, all the other variables get populated automatically ...

rkreddy by Giga Expert
  • 9850 Views
  • 58 replies
  • 0 helpfuls

Make text in Bold in show field mesage

Hello all,   How we can make the text as BOLD in ShowFieldMessage. We can able to make text as bold in addInfoMessage. But need to make text as bold in ShowFieldMessage   Can we do this?   Thanks in advance

n_16 by Tera Contributor
  • 1872 Views
  • 2 replies
  • 0 helpfuls