Oracle ACE Live: Mastering Design Patterns for Custom Business Processes in Oracle Fusion Applications: Strategies for CX, HCM, and SCM
Here is the presentation given on Oracle ACE Live platform:
Here is the presentation given on Oracle ACE Live platform:
In many Visual Builder Studio projects, custom AppUIs are developed to extend Oracle Fusion Cloud applications. Each custom AppUI typically lives in its own Git… Read More »Improve development and maintainability of Visual Builder AppUIs by utilizing code sharing
Business Need In one of our previous posts Oracle Fusion SaaS BIP Report: Combine SQL reports with user’s manually uploaded files, we demonstrated a method… Read More »Utilize Visual Builder Studio To Streamline File Upload, ESS Submission and Output Download
Business Challenge A customer needed to update the Shipping Method for a Shipment using a custom screen built in VB AppUI. However, the standard REST… Read More »Overcome Missing REST API Functionality by Utilizing Application Composer to Expose SOAP ShipmentService to VB AppUI
Business Challenge In Oracle Fusion Self Service Procurement, the Non-Catalog Request screen allows displaying DFF segments from the Requisition Lines Flexfield. One of our clients… Read More »Prevent Submitting Non-Catalog Requests with Missing DFF Using Visual Builder Studio Extension
General This post further extends the solution of exposing Visual Builder AppUI ready REST APIs on Fusion backend for business entities that do not have… Read More »Fusion SaaS AppUI: Enable Groovy-only solution for SOAP based ErpObjectAttachmentService
General Visual Builder AppUIs empower us to create custom-built screens within the Oracle Fusion interface, significantly simplifying user actions and automating complex activities. The following… Read More »VB AppUIs: submit an ESS job with printer and BIP template
General In the previous post we have improved the solution allowing running SQL queries from VB AppUIs by utilizing BIP lexicals.The solution was based on… Read More »Fusion SaaS: Implement P2T hassle-free generic SQL query REST utility for VB AppUIs by using BIP and App Composer
General In the previous post we have presented a generic OIC integration that can receive an SQL parameter and return JSON array result,The solution presented… Read More »Fusion SaaS: improved method for running SQL queries by using generic OIC integration and BIP lexicals
General Oracle Visual Builder Studio has a pre-configured backends for REST API available in Fusion Apps.Not all business entities that allow attachment management in UI… Read More »Visual Builder Extension for Fusion SaaS: upload an attachment without existing REST API endpoint