Thursday 14 February 2013

How To Remove The Print PDF Option In OBIEE11g

Hi All,

Some Times client Don't want Print PDF Option In Pages.Here We Will Discuses Remove The Complete Print PDF Option.

1.Copy The File 'dashboardtemplates.xml'  From Bellow Location
      \Oracle_BI1\bifoundation\web\msgdb\messages

 2. Paste It this location
             \instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1 \msgdb\l_en\customMessages' 

3. If Custom Message Is not there Create Sub folder And Paste It Like This  \l_en\customMessages.

4.Edit The File And Comment The Below Tags (<!-- -->) Or Then Remove completely (Content Only)
     Copy The Bellow Script.

<a class="NQWMenuItem NQWMenuItemWIconMixin" name="pdf" href="javascript:void(null)" onclick="return PortalPrint('@{PortalPath}[javaScriptString]', '@{Page}[javaScriptString]', @{bNewWindow}, 'pdf');"><table class="MenuItemTable" cellspacing="0" cellpadding="0"><tr><td class="MenuItemIconCell"><img alt="" src="fmap:catalog/printtopdf_ena.png" /> </td><td class="MenuItemTextCell"><sawm:messageRef name="kmsgDashboardPrintPDF" /> </td></tr></table></a>

5.Save The File.

6.Restart The Presentation Server Through EM Only.
   Finally Test It...

Thanks,

No comments:

Post a Comment