Posts by Jabir Muhammed

Implementing Inline Child Reports in Oracle APEX Interactive Reports

Introduction/ Issue:  In Oracle APEX, users often need to display additional details related to a record without navigating to a new page. This can be achieved by creating an inline…

Read More

Refresh Main Page on Dialog Close Using JavaScript in Oracle APEX

Introduction/ Issue:  When working with Oracle APEX, it is common to open a modal dialog for updating records. Once the update is completed and the dialog is closed, refreshing the…

Read More

Working with Oracle APEX Tree Region: Capturing Selected Node Values

Introduction Oracle APEX Tree Regions are excellent for displaying hierarchical data like employee-manager relationships. In this blog post, we’ll explore how to capture the selected employee’s name and their hierarchical…

Read More

Dynamically Update Interactive Grid Header in Oracle APEX

Introduction Oracle APEX offers powerful tools to create interactive, dynamic applications. One common requirement is to update the header of an Interactive Grid region based on the value of a…

Read More

Redirecting to a popup screen using JavaScript With Parameters

Oracle APEX (Application Express) empowers developers to build robust web applications with ease. JavaScript, being an integral part of modern web development, can be seamlessly integrated into Oracle APEX applications…

Read More

Retrieving current row values of Interactive Grid in Apex using JavaScript

Accessing a value in the client side is important in any development. It will help the developer to do validations, setting value and other required changes in the UI before…

Read More

Extracting Data from Web page Using Automation Anywhere

Let’s talk about how to extract data from a website and store it in Excel using Automation Anywhere. Assume that we have to extract data frequently from a website and…

Read More

Calling REST API from Automation Anywhere

Assume that we have to integrate Automation Anywhere with REST API to exchange data between the applications. Here we are calling a Rest API from Automation Anywhere with the parameters.…

Read More

Calling UiPath Bot using Oracle Apex

 Technologies and Tools Used The following technologies have been used to achieve the expected output. JavaScript Oracle Apex Uipath   Use Case Assume that we have created an Uipath Bot…

Read More

How to create and execute a bot using UI Path

What is RPA – Robotic Process Automation? RPA is software that can emulate actions typically performed by humans on a computer & can perform most of your repetitive tasks more…

Read More