How to Create a Custom Table with an Actions Column in Oracle Fusion Service UI Extension App
Problem Statement
A system implementor is facing a challenge in creating a custom table with an action column in Oracle Fusion Service UI extension app. The action column needs to function as a menu, similar to the OOTB table, offering actions such as 'delete'. However, the implementor lacks the knowledge on how to accomplish this task.
Solution
The video demonstrates how to create a custom table with an actions column in Oracle Fusion Service UI extension app using Visual Builder Studio. The process involves creating a new section, adding a table surrounded by a Div component, and adding a heading. The table is then populated with data and a virtual column for actions is created. A menu button is added to the actions column, which includes a delete option. An event is created to trigger the delete action when the option is selected from the menu.