adspace
Is it possible to write a validation rule which will fire only on insert of record not on update of record ?
Answer Posted / Kanishk Kumar Tiwari
Yes, you can create a validation rule that fires only on the insert of a record by using the ISNEW() function. The ISCHANGED() function, on the other hand, fires only when a field is updated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers