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
707

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
658

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
659

You can use event 05 for validation on create .

Please search in SCN or Google for table maintenance events.

Read only

0 Likes
658

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

Read only

0 Likes
658

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

Read only

0 Likes
658

You can get the previous values.

Please go through this thread you will get the idea