Validation for valid GSTIN Oracle APEX Page Item by admin · Published May 10, 2025 · Updated May 10, 2025 If you are having a page item to capture GSTIN, this validation can be used to check whether it’s a valid GSTIN or not. Create a validation on your page item.Validation type: Item matches Regular ExpressionSelect the page item on which validation needs to be implemented.Put below code in Regular Expression field. ^([0][1-9]|[1-2][0-9]|[3][0-5])([a-zA-Z]{5}[0-9]{4}[a-zA-Z]{1}[1-9a-zA-Z]{1}[zZ]{1}[0-9a-zA-Z]{1})+$
Enable Edit Button In Interactive Grid In Page Load May 1, 2023 by Himansu Behera · Published May 1, 2023 · Last modified May 6, 2023
3 ways to make Page Item read only in Oracle APEX May 27, 2023 by Himansu Behera · Published May 27, 2023
Configure session timeout for APEX instance October 10, 2022 by Himansu Behera · Published October 10, 2022