Smart actions for child object

In the child object subview, edit and delete are smart actions. With this change, Admin can configure seeded smart actions and create new custom actions for child objects

For an MM related object, actions are labeled Edit and Remove.

OnBeforeInvokeSmartActionEvent and OnAfterSmartActionExecutedEvent of child objects will be triggered for Edit/Delete child actions. Suppose you have any code in the BeforeInvokeSmartAction event for edit or delete in the parent object. In that case, you must move your code to the child object layout in the BeforeInvokeSmartAction event.

Smart Action Admin UI

Account Team Custom Action

Admin can configure seeded smart actions and create new custom actions for child objects.

Steps to Enable

Leverage Application Composer to expose and adjust page layout and attributes. To learn more about extending your application using Application Composer, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.