Post

2 followers Follow
0
Avatar

Add/Edit Mode Validation Rule Required on a field

I have a field say x which has been added in Add/Edit mode and I want a validation rule on it so if 0,1,2,3,4 is not entered by the user in that field in the Add mode window then a validation error appears. Unfortunately IsChanged does not work as its a new record. Is there a function that works when a record is newly inserted and not updated?

Rani Shergill Answered

Official comment

Avatar

Hi Rani,

Have you tried IsNew() && x > 4 ?

Thank you,

Roland

Roland Pumputis
Comment actions Permalink

Please sign in to leave a comment.

1 comment