我创建了一个带有静态内容的顶点页面。详情如下:
Pre-rending-> fetch rows from P_IT_PEOPLE table with primary key person_id defined.
Region-> The columns which are to be used defined along with primary key PERSON_ID which is kept hidden.
other items-> P5_ASSIGNED_DEPT,P5_APPROVER,P5_PERSON_NAME.
Region Buttons-> SAVE/CANCEL
SAVE-> Server side-> Submit-> SQL Update action
Processing:
Create process rows of P_IT_PEOPLE
Automatic Row Fetch Legacy
Table name, primary key defined (PERSON_ID)
支持的操作-> 仅选择更新,因为我只希望此页面相应地更新列 person_name、assigned_dept 和approver。
我输入的任何字段都应该在表格中更新。
但是在应用程序中,单击保存后,没有更新。它是成功的,但无论是数据库还是前端,都不会发生更新。
我究竟做错了什么?
[1]: https://i.stack.imgur.com/7JpNA.png
[2]: https://i.stack.imgur.com/UjbXD.png