Welcome to ZERO INTEGRATION LTD.
Mon - Fri 8.00 - 18.00

Home » Archive

Welcome to ZERO INTEGRATION LTD.
Mon - Fri 8.00 - 18.00

Home » Archive

Today, I came across a scenario when, there was a validation on my page and I have SUBMIT button which will do validations. I also want to show loading indicator using waitPopup JavaScript API which I wrote on dynamic action “Before Page Submit”. But, when validation triggers, I also want to hide it. The problem …

Read more

With apex 5 on-wards, we have Dialog Closed event in dynamic action. This can be used in many places such as, you want to refresh your parent region when a record has been modified from Dialog Page. But, when your dialog page URL is built using APEX_UTIL.PREPARE_URL, and you want to call Dialog Closed event? …

Read more

With Oracle 12.2 update, there are few security enhancements done which may affect your existing working code suddenly stopped working and you may face ORA errors like, Certificate Validation Failure or Certificate of the remote server does not match. For this blog post, I want to cover few important topics: How to create new wallet: …

Read more

Here is something new and interesting work-around I found out while working on validating apex authorization scheme using my custom pl/sql function. So, initially I used APEX_AUTHORIZATION.IS_AUTHORIZED function to evaluate my apex authorization scheme. But, I found a limitation with the use of is_authorized function. When my custom function refereed in SQL query it will end …

Read more

With apex 18 Universal theme, we have got few Card templates. It re-presents the information in Card format. Click here to see few examples of different types of Card. You can find card template in List Templates and Classic Report Templates. Objective of this blog is, how we can further enhance existing Card template such …

Read more
Page 4 of 6 First page...23456