Skip to main content

Hi All,

Need to know how to identify error lines( Exception included) in RowPersisting event.

This is my sample screen.

 

Thanks

@bhagyat25 

You can write below syntax

String ex="error msg";

throw Exception ex;


Hi @bhagyat25 were you able to find a solution? Thank you!


Hi @bhagyat25, Can you please share more details the requirement?

Hi @Vignesh Ponnusamy

I set some property Exception after clicking the Verify Vendors button. If that validation fails, row field is marked it has an exception. So, I need to prevent saving those exception including rows.  Hope that makes sense. 


Hi @bhagyat25, Can you please share more details on the requirement? Like, current behavior, expected behavior.


Reply