Sydney Nursesynuora.hashnode.dev·Feb 12, 2025ORDS: Using URI Patterns to protect ResourcesCreating and publishing RESTful APIs from the database is pretty common and fairly simple with Oracle REST Data Services (ORDS). In most cases those exposed APIs would be protected with an API Gateway or the built-in protection of ORDS. If you are un...66 readsorclapex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Feb 9, 2025Manejo de Errores y Mejora de UX en Oracle APEX con apex.eventIntroducción Una buena experiencia de usuario (UX) no solo mejora la usabilidad de una aplicación, sino que también previene errores y reduce frustraciones. En Oracle APEX, la API apex.event nos permite gestionar eventos de manera eficiente para evit...34 readsApex
Harsh Vermaforcedev.hashnode.dev·Feb 2, 2025Real-time Duplicate Checking in Salesforce LWC: A Developer's GuideIntoduction When working with Lightning Web Components and Apex to create records in Salesforce, managing duplicates is essential for data quality. This blog post provides a comprehensive guide to implementing duplicate rule handling in this context....172 readsDuplication check from lwc
Amir Abyarironking63.ir·Jan 25, 2025Export several applications in one packageIn Oracle APEX, you can export several applications into a single package by combining them into a workspace export file or by creating individual exports and bundling them manually. Here’s how you can handle this step by step: Option 1: Export Enti...APEXApex
Amir Abyarironking63.ir·Jan 24, 2025Updating source tables when "View" is data sourceIn Oracle APEX (Application Express), when you use a view as a data source for a report or form, whether you can update the underlying source tables depends on several factors. Views in Oracle databases are not always updatable, and this behavior ext...APEXview
Shariq Kadrishariqkadri.hashnode.dev·Jan 23, 2025Utilizing Application Items and Application processes for base URL'S and constant valuesOracle APEX offers developers the flexibility to use Application Items and Application Processes to manage reusable values and execute logic at an application-wide level. One practical use case is dynamically constructing URLs by storing the base dom...Apex
Sydney Nursesynuora.hashnode.dev·Jan 21, 2025APEX: Displaying Human Task Request DetailsAPEX announced the Approval Task in 2022 and this feature has continued to evolve support both approval and action tasks. Tasks are a unique component in APEX where a search component like report list of mixed tasks are shown to the user and when sel...127 readsHuman Tasks
Parthiban Ganesanparthiban.hashnode.dev·Jan 21, 2025Oracle APEX Calendar Link & Export Options Explained | TutorialUnlock the power of Oracle APEX with advanced calendar link and export options! In this tutorial, we’ll walk you through how to create interactive links within calendar events and enable export features for your APEX calendar. Learn how to enhance yo...apex calendar
Karla Cornejotoshareapex.hashnode.dev·Jan 20, 2025Tips Parte 4: Transición de Oracle Forms a Oracle APEX. 🌍Continuando con el proceso de Transición de Oracle Forms a Oracle APEX, marca un paso significativo para las empresas que desean modernizar sus aplicaciones y maximizar la eficiencia en sus proyectos. Durante décadas, Oracle Forms ha sido una herrami...134 readsApex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Jan 11, 2025Buenas Prácticas para el Uso de Variables de Sesión en Oracle APEXCuando desarrollamos aplicaciones en Oracle APEX, es común trabajar con variables de sesión para manejar datos temporales como identificadores de usuario, roles, configuraciones y otros valores específicos de una sesión. Aunque el uso directo de esta...1 like·60 readsApex