SaveDataEventHandler for calculated values

Kamila
New Contributor III

Dear Team,

I'm trying to check if value of a specific column is <> 0, if isn't I would like to inform user by some kind of Message Box.

I was trying to use SaveDataEventHandler, but the issue is this value is not inputted by user - it's calculated by UD8.

Do you think there's any another possibility?

 

Thanks a lot!

 

1 ACCEPTED SOLUTION

JackLacava
Community Manager
Community Manager

We need more details. Is this a Form? Is it a SQL Table Editor? 

If it's a form, you can simply highlight cells with conditional formatting, making it obvious that something needs attention (in fact, it typically works better than a popup, since nobody reads popups). If the user doesn't pick it up, you can always check later with a Confirmation Rule.

View solution in original post

2 REPLIES 2

JackLacava
Community Manager
Community Manager

We need more details. Is this a Form? Is it a SQL Table Editor? 

If it's a form, you can simply highlight cells with conditional formatting, making it obvious that something needs attention (in fact, it typically works better than a popup, since nobody reads popups). If the user doesn't pick it up, you can always check later with a Confirmation Rule.

Kamila
New Contributor III

I was thinking about the form. Thank you for your help - I have changed font color and created Confirmation Rule for this case.