COMMIT as the first step before personalization
Hi Everyone,
I have a business scenario, where a user enters a date field, and once it's save I want to run some date manipulations.
The issue I'm having, is when I'm trying to run DB manipulations (AKA UPDATE statements) before the data is committed to the DB, hence the UPDATE statement doesn't work.
When I try using WHEN-VALIDATE-RECORD with "Builtin / DO_KEY / COMMIT_FORM" as the first step in the personalization I get an error message that COMMIT_FORM isn't supported by WHEN-VALIDATE-RECORD.
In general, what I'm trying to do is to find a way to COMMIT the user data entry or changes to the DB (using the form) and only