Value of field is not displayed completely in the printer friendly versionIssue Value of fields are not fully shown in the view of printer friendly version Go to any record with atleast one field with large string values either single string or broken and go to printer friendly version of it. You observe that the field is not fully displayed.ReleaseAllCauseIt is because the page which redirects to sysparm_media=print in the params i.e. in the printer friendly version the field size is displayed based on the max length of a field in sys_dictionary record of the fieldResolutionYou can resolve this in two ways Method -1: Modify the length of the field in sys_dictionary record of each field as per your requirement Method -2: Create sys_ui_style record for each field on the table to get the desired width by setting width as width:150px in the style field for example. Method-1 doesn't work on reference fields hence you can implement method-2 for those. Also the styling in the sys_ui_style won't affect your regular form view or the workspace view style.