Oracle APEX 21.2 - “执行范围”有什么用?交互式网格上下文中的流程设置
我试图了解 IG 自动行处理过程中发现的“执行范围”设置的使用以及将 IG 映射为可编辑区域的验证。
我一直登录这些过程并尝试删除和更新记录,但这两个设置似乎工作原理相同
<
a href="https://i.sstatic.net/6pDVT.png" rel="nofollow noreferrer">
使用上面的代码,我删除了一条记录,它被删除了而没有引发验证。
当我的执行范围为“对于创建和修改的行”时,情况也是如此。
有人可以帮助我理解这个设置吗?
PS:当我设置“始终执行”时,此过程也会在删除时执行,尽管此设置的帮助文本传达了完全不同的解释。
谢谢
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.
I kept logging in these process and tried deleting and updating records, but both the settings seems to work the same
Also
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Apex 中时,导航到任何属性并检查与其相关的帮助,例如
< img src="https://i.sstatic.net/4qte3.png" alt="在此处输入图像描述">
它描述了它的用途,所以 - 我建议您阅读它。
此外,文档中几乎涵盖了所有内容,例如了解页面进程。
While in Apex, navigate to any property and check help related to it, e.g.
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.