Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ViewCluster

Former Member
0 Likes
794

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

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
745

You can use event 05 for validation on create .

Please search in SCN or Google for table maintenance events.

4 REPLIES 4
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
746

You can use event 05 for validation on create .

Please search in SCN or Google for table maintenance events.

Read only

0 Likes
745

and how do i say to the cluster "DO NOT EXIT". There is some flag?

Read only

0 Likes
745

Or there is a way to get the old values, that the user have changed?

Read only

0 Likes
745

You can get the previous values.

Please go through this thread you will get the idea