Update the logo and HTML content on the PDF Summary of the Work OrderIssue In Field Service Work Order. When we Sign and Confirm the work order then it generates a PDF Summary and attached it to the work order. Can we change the ServiceNow logo on the PDF Summary document? Can we modify what content is displayed in the PDF Summary?ReleaseParisResolutionYes, It Is Possible but you have to customize the OOB Script Includes "GeneralWOForm" in order to achieve this requirement. 1A. Line 45 this.headerImage = instance + "Print-logo-workorder.jpgx"; Coming from the "db_image_list" table.2A. parsedBody - Line 162 Go through with the code and Update the HTML parts.