There are 3 motivations behind this article, as a consultant or software developer I have projects in different APEX versions and one issue that I have is that I don’t have enough space on my...
Starting with Oracle APEX version 5.1.4(after this Oracle changed the versioning numbers to 18.1) we have a new feature for the authentication which is called Social Sign-In, basically allows an OpenID or OAuth2 provider to...
The case story for my project implied creating a custom authentication method, which incorporates LDAP and APEX users. Firstly, it verifies if the user can connect to LDAP. If this authentication fails, then there is...
As prerequisites, I’ve created a page with an Interactive Grid region on it, I’ve given it a Static ID (‘interactive_grid’) and I’ve saved two alternative reports (‘A’ and ‘B’, each with a different setting). In...
In order to complete this task, it would be required to write some JavaScript code. It might seem complex, but don’t worry. I will keep it as simple as possible. Before we start, we will...
virtual7 took part in the APEX Connect 2017 event with a great booth and a great team. If you attended, then you probably also participated on our VR Formula 1 race contest. Many people visited...
In my presentation at APEX Connect 2017, I’ve discussed about Nearshoring development with APEX. One of the hints from the presentation was to highlight the different staged systems so that the developer can easily identify...
At the APEX Connect in Berlin, I had the chance to present the vision and best practices for nearshoring development in the context of APEX. Since 2004 we have been doing nearshoring development on different...
In this article, I will cover the process of creating a link type column, which I will be using to delete the current row on click. This can be applied in the Classic Report, Interactive...