<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Disable options on documentViewerField</title><link>https://community.appian.com/discussions/f/general/30282/disable-options-on-documentviewerfield</link><description>Hi 
 I need to implement a use case, where I implemented links to view document and download document links. So that, I can capture the user response and use it for audit purpose. Like how many times document is viewed and how many times document is downloaded</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Disable options on documentViewerField</title><link>https://community.appian.com/thread/120358?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 09:16:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8b23b09-b801-4096-9362-eb7a7e1815d0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;CSS and DOM !?!!? Interesting! Can you share some actual working Appian code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable options on documentViewerField</title><link>https://community.appian.com/thread/120356?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 09:11:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1074031f-5ee4-48e3-a7b7-a3b39576fa32</guid><dc:creator>bennag0001</dc:creator><description>&lt;p&gt;To disable the download and print options in the Appian Document Viewer, you can use CSS to hide the buttons. You can inspect the DOM in the browser and find the right attribute to disable. Alternatively, you can pass the data elements you wish to disable to tailor the experience to the user and their use case. For example, you can pass {&amp;quot;downloadButton&amp;quot;, &amp;quot;printButton&amp;quot;} .&lt;/p&gt;
&lt;p&gt;I hope it may help to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>