UI Events Framework for Non-Object Operations in MCA Windows

This feature adds improvement to the MCA window by enabling UI Events Framework for non-object operations. This means that any Fusion application that already supports the functionality of MCA windows will now be able to utilize the UI Events Framework for operations that do not rely on the object level. For example, in any Fusion Application that uses MCA windows, you can now perform screen pop operations using the UI Events Framework APIs. The framework is not just limited to screen pop operations; you can find more information on other non-object operations in our documentation.

By incorporating UI Events Framework into MCA windows, customers and partners interested in developing third-party applications can receive support across the multiple Fusion applications that include MCA. However, this support will only be available for non-object operations, thereby expanding the possibilities for partners building third-party applications such as Media ToolBar.

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.

There's a new profile option required to enable UI Events Framework with MCA. The default value is No, and when set to Yes the advanced client integration is enabled and an external application can create bi-direction communication.

The profile option code is ORA_SVC_MCA_ADVANCED_CLIENT_INTEGRATION_ENABLED

Tips And Considerations

Here is an exciting resource for enhancing your integration and business logic with the UI Events Framework. Additionally, you can learn more about the available global methods that do not require object support.

Key Resources

If this is your first time reading about UI Events Framework, please review additional information here.

Access Requirements

Visual Builder Studio developers