Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

A tip for printing tasks from the browser in a user friendly way

edited Sep 15, 2018 1:30AM in Process Automation

Summary

Printing tasks simply does not work using the browsers standard print (control + p) function. However, you can fix this by importing this css file into your web form

Content

If you have noticed, when you try to print a task like https://imgur.com/a/Yl06o6q using the browser (ctrl +p) it doesn't work and looks like https://imgur.com/a/Ug6x0bW. You will notice you cannot even see the form.  However, if you add a css file to your webform containing the following markup

 

@media print {
                .canvas__content {
                                position: fixed;
                                 top: 0px;
             
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!