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

Forum Posts

generate a pdf of selected fields in a form using ui action

 var inc = current.number; var pdfGenarator = new sn_pdfgeneratorutils.PDFGenerationAPI(); var pdfResult = pdfGenarator.convertToPDFWithHeaderFooter(inc, 'incident', current.sys_id, current.number + ' Number PDF'); if (pdfResult) {    action.setRedir...

marrikruthi by Tera Contributor
  • 1683 Views
  • 7 replies
  • 0 helpfuls

Need to add two more fields to the script mention below

generate and download pdf , the pdf contain only patient name, doctor name, patient id, dob, phone number, email,gender.I have written this script and it is showing only one field but I want above mentioned fieldsvar inc = current.u_name;var pdfGenar...

marrikruthi by Tera Contributor
  • 892 Views
  • 2 replies
  • 0 helpfuls

Very specific reporting for SLA

I have 2 groups A and BImagine that Group A is working on a incident ticket for 94 % until breach time and then they move it to the group B. Now if the SLA breach happens, it shows Group B as the culprit.  Can we have a reporting to show per tickets ...

Snehal13 by Kilo Sage
  • 706 Views
  • 3 replies
  • 1 helpfuls

Unable to update or save columns that are dot-walked

Is there a way to update records and columns on a dot-walked field?  For example, our team created a reference to HR Case record from HR Task.  On HR Task form, we then pulled in columns from HR Case through dot-walk.  We want users to be able to upd...

davilu by Mega Sage
  • 606 Views
  • 1 replies
  • 0 helpfuls

change requirement

Hi Team ,  can any one please help me on this requirement . When  normal change request is in assess state and on hold is true and if we do revert to new then the change request goes to new state and on hold becomes false.Please suggest how this func...

nameisnani by Mega Sage
  • 613 Views
  • 2 replies
  • 0 helpfuls

Developer Forum

Hi Team,Hi Team,What are the List of Software's under Software Asset Management (SAM) in ServiceNow. Could you please help on this it's an urgent requirement?Thanks,Jyothi

テーブルバックアップについて

作成したいもの:作成した日から1ヵ月経ったレコードのデータをExcelファイルにエクスポートする。エクスポートしたデータはレコードから削除されるようにしたい。すべて自動でエクスポートされ、削除も自動でされるようにしたい。 よろしくお願いいたします