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:
Introduction Using Oracle Integration Cloud (OIC) as a business logic execution platform is a widely adopted approach in Oracle Fusion Applications implementations. Several methods exist… Read More »Fusion Apps: Submit Asynchronous OIC Integrations by Using Custom Object Integration Events – Revised
Business Challenge In Oracle Fusion Subscription Management, performing mass date changes on active subscriptions—such as updating start dates for specific product lines—can be complex. Standard… Read More »Fusion CX: Perform Mass Date Change in Subscription by using custom groovy based ESS
General According to Oracle documentation, the objects developers can access inside Order Management (OM) extensions are limited. The full accessible list is described in this… Read More »Overcome newly introduced limitation of using SQL inside OM Extensions by using BIP and OIC
Business Challenge Oracle Fusion Application Composer separates business objects into two distinct domains: CRM and ERP.While implementing Groovy business logic within one domain, developers can… Read More »Overcome Application Composer CRM/ERP ViewObject Domain Restrictions Using Web Services REST Connection
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 Oracle Fusion provides a very powerful framework for executing custom Groovy functions via scheduled ESS jobs.However, according to official documentation, you cannot pass… Read More »Create Parametrized Custom ESS Jobs Running Scheduled Custom Groovy Function
Business Challenge Oracle Fusion Application Composer provides a way to define user-initiated actions using Groovy scripts. These scripts often support buttons on UI pages to… Read More »Overcome Groovy Execution Limits by Submitting OIC Integration Through ESS Job
Introduction Oracle Fusion Supply Chain Management (SCM) provides powerful Order Management (OM) capabilities, yet businesses often need to implement customized price adjustments beyond standard configurations.… Read More »Fusion SCM: Calculate Order Price Adjustments by using OM extension and OIC
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