Show Apex Facets in a drawer to make more room for the search result.
18.10.2025 16:55 — 👍 1 🔁 0 💬 0 📌 0@hstandal.bsky.social
Principal Consultant working with Oracle Apex, ERP, Cloud, OIC, etc https://standal.blog
Show Apex Facets in a drawer to make more room for the search result.
18.10.2025 16:55 — 👍 1 🔁 0 💬 0 📌 0Make the horizontal scrollbar always show! #JoelKallmanDay
A customer using a facet search page complained about the horizontal scrollbar being at the bottom of the page when seeing a lot of data. First you have to scroll down, maybe hundreds of rows before you can scroll to the right.
Speeding up authorization with collections
At work I was tasked with an apex application using very long time from logon to the front page was shown. This time went up significantly moving from on prem to OCI. The apex app is integrated with Oracle E-business suite and authenticate using OEBS. For…
Apex Integrations – Part III – Using Apex Workflow to Orchestrate it all. (OUGN-2025)
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
Apex Integrations – Part II – Sending data to Oracle ERP with Integration Service
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
APEX integrations – Part I – Creating your own REST service (OUGN-2025)
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focuses on creating your own REST service. This service retrieves…
CRM from on-prem to Oracle OCI, and all the benefits
Denne helgen har jeg gjennomført en spennende migrering fra en on-prem Oracle APEX-installasjon til Oracle Cloud Infrastructure (OCI). Dette prosjektet har vært en reise fra min forrige jobb. Der jobbet jeg i markedsavdelingen og ble først gang…
APEX & The perfect install / upgrade script
Deploying an Apex application involves installing all the database objects it relays on to work. Wetter it is a new install or an upgrade you want the Supporting Objects to run without flaws. Oracle 23ai makes this task somewhat easier. In this blog post…
Set Up Apex for Email: A Step-by-Step Guide
This blog post guides users on setting up Apex for email sending via Oracle Cloud Infrastructure (OCI). It details user creation, group and policy formation, and SMTP credential generation. The process concludes with configuring APEX for email, testing…
Soap UI for REST calls – form url-encoded OAuth2 requests
In a project I'm working on we have to access APEX Developer from a Citrix Client. Until recently I used Postman for testing my own REST services in that project and also ERP Rest Services. We are closing in on finalizing this project and…
Apex Schema Creation: Right vs “Wrong” Approach
Creating Apex Schema/User and Workspace can be done in two ways. The right way and the "wrong" way. The "wrong" way is not entirely wrong. Yet, you waive some of your control over schema name and initial grants. I will show both ways, but I recommend…
Language trouble in Fusion Integration
Language can be trouble in API integration with Fusion. In Norway we have special letters Æ,Ø, Å which is not in the English alphabet. Name of Counties are written differently than in English. Italia = Italy, Tyskland=Germany, etc. When developing a Supplier…
Need buckets? Here is how.
Oracle Cloud Infrastructure (OCI) buckets are designed for quick and secure storage of unstructured data. A bucket can holds objects, like files, images, backups, or any data in its original form. Buckets can be private and only accessible to authorized users. They can…
CSV: If you’re looking for trouble, you came to the right place! If your looking for trouble, just look right in my face.
It's only Elvis and CSV who can speak the headline with confidence. In a project I'm working on, another developer reported an issue. A report I made to get related segment…
Calling REST services from APEX using OAuth2 as authentication method
In this blog post, we explore OAuth2 authentication further. It builds on the earlier blog post: Secure your Oracle APEX REST-service with OAuth2 – Standal.blog If we where to call the REST service, implemented earlier, we can…
Secure your Oracle APEX REST-service with OAuth2 standal.blog/2024/11/12/s...
18.11.2024 07:48 — 👍 1 🔁 0 💬 0 📌 0