Yearly Archives: 2023

Real Time Notification Display in Oracle APEX

1. Overview This document will explain about how to display real time notification to the users in Oracle Apex. 2. Technologies and Tools Used The following technology has been used to implement the…

Read More

Common Search Using MSSQL Server Stored Procedures

1. Overview This document talks about how to use the search operation for all the reports using MSSQL server Stored Procedure. [Note: Steps included in this document will only works…

Read More

EBS-R12.2.5:adpreclone.pl Fails with Error Message – Edit session is enabled in domain

Getting ”edit session is enabled error” when running adpreclone.pl command in ebs R12.2.5 Cause: Lock&Edit session is enabled in weblogic console. Solution: Login to weblogic console Click Release configuration on…

Read More

Customized Delete Icon and Delete all Functionality in Report in Outsystems

1. Introduction Allowing users to delete records through icons provides a simple and intuitive way to manage data within the application. The use of icons for common actions like delete can improve the user experience by making the application more user-friendly and visually appealing. Having a dedicated delete icon for each record in a Data Table or List allows users to delete specific records directly from the main data view without the need to open a separate page or form. At same time Users can want to delete all recorders simultaneously is also possible in Outsystem. This document will refer delete particular record in entity through icon and delete all record with one click. 2. Technology & Tools Used The following technology has been used to Delete single record as well as all records OUTSYSTEMS SERVER ACTIONS ENTITY 3. Server Actions In OutSystems, a Server Action is a fundamental building block used to define reusable logic on the server-side of an application. It is a collection of one or more actions (a sequence of steps) that can perform operations, such as data retrieval, data manipulation, business rules, and integration with external systems. Server Actions help keep the application’s logic organized, maintainable, and reusable across different screens and modules within the application 4. Entities In OutSystems, entities are a core concept that represents the data model of application. They define the structure of your application’s data and how that data is stored in the underlying database. Entities are similar to database tables in traditional database design but with additional capabilities provided by the OutSystems platform. 5. Delete Record With Icon Implementation (Steps With…

Read More

To display HTML text in Oracle Apex: Use Case of an Setting Alarm

1. Overview Setting an alarm in Oracle Apex using JavaScript allows us to add time-sensitive notifications or reminders to our web application. By utilizing JavaScript we can trigger specific actions,…

Read More

Add a customize print option in Oracle Apex using Java Script

1. Overview This document will explain the detailed process involved in Using Java Script, Oracle Apex’s print option can be customized. This special printing option includes several pagination options, a customized…

Read More

Editable Data Grid In Outsystems

1. Introduction This document will refer Outsystem data grid, is a user interface component that allows to display data in a structured way. The data grid is particularly useful when we…

Read More

Checking Aadhaar card format using Java Script

1. Overview This document will explain about the detailed process involved in Validating Aadhaar Card using JavaScript. This validation will automatically form the given number to the desired Aadhaar format and will…

Read More

How to capture DOM manipulation and set validation for Interactive grid in Oracle APEX

Overview This document explains about how to capture DOM manipulation and set validation for Interactive grid in Oracle APEX. Technologies and Tools Used The following technology has been used to…

Read More

Uploading Excel data into Tables without using Plugin

1. Overview This document will explain about Uploading Excel data into Tables without using Plugin. This helps us to load large quantity of data into the database tables easily without using Plugin.…

Read More