Is it possible to change the formatting on the program status report print?

ben119
Tera Contributor

Hi,

 

I was wondering if anyone knows if it's possible to edit the way the printing of the Program Status Report is formatted?

 

The issue we are having is that the status report is poorly formatted in the print preview - text and tables are cut across pages in an unsightly fashion as show in the image: 

 

3.PNG

 

As you can see, the 'Current Status', 'Status' and 'Comments' headings start on the page prior, and the content starts on the next page, making it look poorly formatted.

 

Is the formatting for the program status report print changeable?

 

Thanks!

1 ACCEPTED SOLUTION

maheshkn
Mega Guru

@ben119  As @shiwan_agrawal  mentioned There is no out-of-the-box way to correct this. However, if you still want to proceed, we will need to make changes to the widgets. By dragging and dropping the boxes, we can format the PDF correctly.

 

Widgets needs to modified:

program-status-comments, program-info and program-current-status

 

Need to style="overflow: auto;resize: vertical;" this in the first div of the widget as shown in the image below.

 

Screenshot 2024-07-10 222741.png

 

Let me know if you want see demo of it.

 

 

View solution in original post

2 REPLIES 2

shiwan_agrawal
ServiceNow Employee
ServiceNow Employee

@ben119 What I have seen is, it gets adjusted automatically depending on the available content. This is an OOTB behaviour and can't be modified. 

 

If this helps, request you to mark this as "Accepted Solution"

maheshkn
Mega Guru

@ben119  As @shiwan_agrawal  mentioned There is no out-of-the-box way to correct this. However, if you still want to proceed, we will need to make changes to the widgets. By dragging and dropping the boxes, we can format the PDF correctly.

 

Widgets needs to modified:

program-status-comments, program-info and program-current-status

 

Need to style="overflow: auto;resize: vertical;" this in the first div of the widget as shown in the image below.

 

Screenshot 2024-07-10 222741.png

 

Let me know if you want see demo of it.