Posts

Showing posts from June, 2021

Back Button or return Button script for fusion OTBI reports

  <script type="text/javascript"> function fnBk() { window.close(); window.open("your_report_url"); } </script> <button type="button" name="back" id="back" onclick="fnBk()" style="" class="bp" > Return </button>

URL's for Web Page Deeplinks in fusion with appropriate parameter attributes

  As per Oracle:- How To Drill Down To Fusion Financial Applications Transactions From OTBI ERP Reports (Doc ID 2603149.1) GOAL OTBI provides users with the ability to create reports using real time transactional data. It offers capability to build rich, visual and interactive reports to meet unique reporting requirements. In addition to the existing reporting capabilities, it also provides the ability to drilldown from OTBI adhoc reports directly to the transaction details in Oracle Fusion Financials Applications. This is possible by leveraging the action link framework and using a set of pre-configured URL’s called Deeplinks which will allow users to configure drilldowns to supported transaction detail pages from the adhoc OTBI reports.   SOLUTION At the time of writing this note, Deeplink feature is available for: 1. Payables Invoices and Payments (Introduced in Rel 13 Update 18B)    1.1 View Invoice Details    1.2 Edit an Invoice    1.3 Create Payment    1.4 View Payment D