Hi all,
i need some help because it seems that i'm missing something to get this working:
- i have a page with form containing some updateable items and some hidden items.
- i have a button in the same page opening a modal dialog.
- the modal dialog contains a tabular form, including a "Close Dialog" process
- the button for the modal dialog contains a "Dialog Closed" DA.
- there are 2 true actions:
- Executing some plsql code to update a hidden field called P210_DATE_MODIFIED with sysdate.
- Submit the Page using a request called SAVE_CARS.
Debugging this stuff shows:
...Session State: Saved Item "P210_DATE_MODIFIED" New Value="27.05.2015 14:55:44"
and later:
...Process "Process Row of CAMPAIGN_DATA" - Type: NATIVE_FORM_PROCESS
......Skip because built-in condition of process type evaluates to FALSE.
(there are no conditions on this process.)
The data doesnt get updated.
What does "built-in condition of process type" mean ?
How can i find out why there is no update running ? i thought that setting P210_DATE_MODIFIED to a new value is enough to trigger the update.
EDIT: Supported Operation is set to "Update" for the Automatic Row Fetch.
thanks & regards,
gerald