We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

User Activity

I have created a flow and I have created approve mail and reject mail when task is approved or rejected . now i want to send an email when there is no responses with in the time the task should cancelled and send the mail to requestor that "your requ...
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...
 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...
generate and download pdf , the pdf contain only patient name, doctor name, patient id, date of birth, phone number, email, gender
hi    my requirement is when click on print button on patient details form then pdf download automatically and content in the pdf field details of the current record.