Exposing Child Object List on the Service Request Page
Author: This How-to article is a contribution from @Sono Chacko-Oracle
This step-by-step guide shows you how to display and manage a child object list (for example, Orders, Approvals) directly on the Service Request (SR) Details page using the cx-svc-custom-child-object-list fragment. You'll set up layouts, handle navigation and actions, configure the fragment, and validate the solution in Oracle Visual Builder Studio and Application Composer—without writing custom code.
Overview
In Oracle Fusion Service, it’s common to represent 1:M relationships—for example, where each Service Request can have multiple related child records (such as custom objects like Orders or Approvals). By using dynamic fragments, you can display and manage these child records directly in context, enabling agents or users to efficiently view, create, edit, or delete related entries from the SR Details page.