PDF inline view displaying !TabThread0
In Pega 8.7.3 Version , on click of link we are showing up the document in inline view but showing the thread information like "!TABTHREAD0".
Is their any way to hide this message on UI.
I'd gone through below post which suggested to add a title tag but not sure where to add the html code.
We get document stream from external system through an API and attach to the case and later we display this document on click of link .
https://support.pega.com/question/pega-8-pdf-disaplaying-ps1tabthread2-message
***Edited by Moderator Marije to add Capability tags***
By default, the inline view of PDF files appears with the thread name visible. An enhancement has been made to expose pzBrowserAttachmentTypeTable as a py rule: when the DT is overridden such that return is false for PDF, the inline view is not displayed but instead the PDF is downloaded when clicked.
When the value is true which is default, inline view is displayed with thread name on the top of inline view
See if the information in Converting section into pdf helps you.
You can add the section into a html rule.
By setting up the title value , you will be able to change the thread name. See if the information given by user Sam27 in how to convert the section containing fields into pdf by clicking on a button
VamsiChukkapalli as you wrote the original solution for PEGA 8 in PDF Disaplaying !PS1__TABTHREAD2 Message would you be able to help this user write the HTML code in the relevant place?