Substitution Strings || Oracle APEX
Ontoor Solutions
by
1y ago
Usage of Substitution Strings || Oracle APEX Use of substitution strings within templates, region source, or any attribute to pass information and replace a character string with another value. Use static substitution strings for phrases or labels that occur in many places within an application. To create a substitution string, enter the string name in the Substitution String column and the string value in the Substitution Value column ..read more
Visit website
Creating Master Detail form Interactive Grid Oracle APEX| Ontoor Concepts #2
Ontoor Solutions
by
1y ago
Interactive Grid Master Detail form| Ontoor Concepts #2 A single master detail form should be two editable interactive grids based on two related tables or views and you can define any number of master-detail relationships on a single page. In this video, We have shared the steps for master-detail form in interactive grid. You will see, there are two ways to develop master-detail form as given below Using the Create Page Wizard Custom way to create master-detail ..read more
Visit website
Working with JSON_MERGEPATCH
Ontoor Solutions
by
1y ago
JSON_MERGEPATCH function is very useful to update JSON nodes in JSON document. We can simply pass the JSON required JSON patch to merge with existing JSON document using JSON_MERGEPATCH function, it can add or update the JSON node as per the availbility of nodein JSON document. Oracle Document link Create a table with JSON CREATE TABLE ontoor_json ( username NUMBER, json_document VARCHAR2(4000), CONSTRAINT json_document_ck CHECK ( json_document IS JSON ) ); INSERT INTO ontoor_json ( username, json_document ) VALUES ( 1234, '{"SALES_DATA" : {"MONTH": {"JAN": { "AMOUNT": 4000}} }}' ); COMMIT; SE ..read more
Visit website
Interactive Grid intrdoduction| Ontoor Concepts #1
Ontoor Solutions
by
2y ago
Interactive Grid intrdoduction| Ontoor Concepts #1 In this Short Video Ashish has given the brief intrdoduction of Interactive GRID. Interactive Grid concepts. Why do we need Grid? How to create an interactive Grid? Data Sources Grid action Menu How to Make Interactive Grid Editable? Authorization on DML Row Locking Save Processes ..read more
Visit website
Oracle APEX Dynamic Navigation Menu : Ontoor Extras
Ontoor Solutions
by
2y ago
Oracle APEX Dynamic Navigation Menu : Ontoor Extras In this Video Vikas has explained, how can we create Dynamic Navigation Menu in Oracle APEX using custom table. How to Create Dynamic Navigation Menu in Oracle APEX https://blogs.ontoorsolutions.com https://apex.ontoorsoltions.com https://apps.ontoorsolutions.com https://ontoorsolutions.com ..read more
Visit website
Faceted Search V/S Smart Filters at a glance | Ontoor APEX Hours #2
Ontoor Solutions
by
2y ago
Faceted Search V/S Smart Filters at a glance | Ontoor APEX Hours #2 ..read more
Visit website
Ontoor APEX HOURS 01 (APEX 21.2 What's new)
Ontoor Solutions
by
2y ago
Ontoor APEX HOURS 01 (APEX 21.2 What’s new ..read more
Visit website
Application Process | Ontoor Shorts #6
Ontoor Solutions
by
2y ago
Application Process | Ontoor Shorts #6 In this Short Video Vikas has explained, how can we create and use Application Process ..read more
Visit website
APEX Friendly URL | Ontoor Shorts #7
Ontoor Solutions
by
2y ago
APEX Friendly URL | Ontoor Shorts #7 In this Short Video Vikas has explained, how can we convert Application URL into Friendly URL ..read more
Visit website
Ajax Callback application process and it's usage In Oracle APEX
Ontoor Solutions
by
2y ago
Ajax Callback/ On-Demand : Run this application process when requested by page Process. If you create an Ajax Callback/On-Demand process that dynamically shows the values of another item without submitting the page. To create an application process : Navigate to the Shared Components page: Under Application Logic, select Application Processes Click on create button. Name - Enter a name for the application process. In my Case GET_NAME Sequence - 1 ..read more
Visit website

Follow Ontoor Solutions on FeedSpot

Continue with Google
Continue with Apple
OR