HTML Templates in AOP
1. Overview This document gives an idea about the HTML template in AOP. 2. Technologies and Tools Used The following technologies has been used to achieve exporting IR data to…
Read More1. Overview This document gives an idea about the HTML template in AOP. 2. Technologies and Tools Used The following technologies has been used to achieve exporting IR data to…
Read MoreINTRODUCTION: Phone number validation is a common requirement for ensuring that users provide valid and correctly formatted phone numbers. Proper phone number validation is essential to prevent incorrect or invalid…
Read MoreINTRODUCTION: Aggregate is used to fetch data from database. If the Data model had any changes aggregation automatically get that and load the database data from the server. Using aggregate we can perform…
Read More1. 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 More1. 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 MoreOverview 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 MoreOverview This document explains about how to preview multiple blob contents while uploading using file browser element in Oracle Apex. Technologies and Tools Used The following technology has been used…
Read MoreOverview This document talks about how to Customize Interactive Grid with Auto Populate Column value without Database sequence using JavaScript. Technologies and Tools Used The following technologies has been used…
Read More1.Overview This document talks about getting the vendor transaction detailed report in oracle apps r12 2.Technologies and Tools Used The following technologies have been used to achieve the expected output.…
Read More1. Overview This document talks about getting the sales details of the item in oracle apps r12 2.Technologies and Tools Used The following technologies have been used to achieve the…
Read More