Posts by Suruthi S

Building a Contextual Back Button with Application Page Items in Oracle APEX

Overview In ORACLE APEX we generally use page number in the URL to redirect the page from one to another. However in this session dives deep into the hidden potential…

Read More

Enforcing Save Before Adding New Row in Oracle APEX Interactive Grid using JavaScript

Overview In Oracle APEX, a interactive grid had a concept of adding multiple row. Here in some cases the specific requirement here is to insert only one record at a…

Read More

PHONE NUMBER VALIDATION USING PLUGIN IN OUTSYSTEMS

INTRODUCTION: 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 More

DATA AGGREGATION USE CASES IN OUTSYSTEMS

INTRODUCTION: 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 More

GENERATING RANDOM NUMBERS IN OUTSYSTEMS

OUTSYSTEMS: Outsystems is an excellent and rapid Application Development platform for mobile and web-based applications. Outsystems is a low-code programming system which run in cloud, on premises and in hybrid environments.…

Read More

BLOCK STRUCTURES OF PL/SQL

INTRODUCTION:                    PL/SQL stands for Procedural Language/Structured Query Language. PL/SQL offers a set of procedural commands (IF statements, loops), organized within blocks, that complement and extend the reach of SQL. PL/SQL is…

Read More