I have to change the value of a categorical field from "Draft" to "Approved" of a single record the moment the user clicks on the save button after he's done writing\editing the selected record.
Which event should I use to handle this case?
I think I have to handle this on the datasource level, but there are a lot of apparently similar events I could use, which eventhandler should I choose?
-OnCreated
-OnCreating
-OnValidatedWrite
-OnWritten
I think it must one of these but I can't tell the diffrence,which one is closer to the "On Save" event?