0
votes

multiple submit buttons on the same page in oracle apex?

we have two (2) regions and each region has its own submit button (calling process). The issue is region 1 has submit button and also validating region 2 items which i don't want , i just want to only validate region 1 items on region 1 submit.

please help me out. I am using oracle application express 18.2

enter image description here

2
What code, @Yogesh? Did you ever do anything in Oracle Apex?Littlefoot

2 Answers

3
votes

When you look at validation's properties (on the "Processing" tab), check its "Server-side Condition" section. It allows you to specify WHEN BUTTON PRESSED property so - set it to a button which belongs to that region.

0
votes

Select when button pressed condition.