'Oracle APEX 21.2 - What is the use of "Execution Scope" setting under process in the context of Interactive Grids

I am trying to understand the use of the "Execution Scope" setting found under processes of IG Automatic Row Processing as well as validations with IG mapped as editable region.

enter image description here

I kept logging in these process and tried deleting and updating records, but both the settings seems to work the same

Also

enter image description here

With the above code, I deleted a record and it got deleted without raising the validation.

The same when I have the execution scope as "For created and Modified Rows".

Can someone help me understand this setting?

PS: When I set the "Always Execute" this process also gets executed on Delete although the help text for this setting is conveying entirely different explanation.

Thanks



Solution 1:[1]

While in Apex, navigate to any property and check help related to it, e.g.

enter image description here

It describes what it is used for, so - I suggest you read it.

Also, almost everything is covered in documentation, e.g. Understanding page processes.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Littlefoot