‎2010 Jan 27 6:50 PM
Hello all,
I have a ViewCluster and an event 04 - Before saving the data in the database.
I need to do some validations and prevent the Cluster from saving. How can i do this? How can i prevent the cluster from saving the data?
Regards
‎2010 Jan 27 6:57 PM
You can use event 05 for validation on create .
Please search in SCN or Google for table maintenance events.
‎2010 Jan 27 6:57 PM
You can use event 05 for validation on create .
Please search in SCN or Google for table maintenance events.
‎2010 Jan 27 7:00 PM
and how do i say to the cluster "DO NOT EXIT". There is some flag?
‎2010 Jan 27 7:21 PM
Or there is a way to get the old values, that the user have changed?
‎2010 Jan 27 7:55 PM
You can get the previous values.
Please go through this thread you will get the idea