Official comment
Hi Rani,
Have you tried IsNew() && x > 4 ?
Thank you,
Roland
Comment actions
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?
Hi Rani,
Have you tried IsNew() && x > 4 ?
Thank you,
Roland
Please sign in to leave a comment.