Support multiple records for the same object when using the client-side library

Up to 24A, you could use the UI Events Framework to add various business logic to a page using the Service Request and Case objects. However, this operation was limited to one object per page. To improve the current framework, we have made it possible to identify the object ID on the page where your logic wants to perform an action, such as setting a field value. This means that if you have a custom UI with multiple objects of the same type, such as parent and child Service Requests, you can now manipulate multiple objects by specifying the object for which you want to perform the operation.

In this release, the UI Events Framework is providing even more flexibility to handle complex use cases where multiple objects of the same type (Service Request or Case) are present on the same UI page.

Steps to Enable

Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.

All functions of the UI Events Framework continue to be available. Now if you add a context open event subscription, you can obtain the reference of all the objects that are opened.

Check the Open Context API for more information.

https://docs.oracle.com/en/cloud/saas/fusion-service/fairs/tabcontext.html#u30240326

Tips And Considerations

n/a

Key Resources

Check out our Oracle VideoHub channel for how-to videos.

Access Requirements

n/a