Is it possible to write a validation rule which will fire only on insert of record not on update of record ?
Answer / 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 |
What is the use of apex email services ?
What do you mean by salesforce?
What are the differences between 15 and 18 digit record ids?
Explain the use of test.setpage() ?
What is salesforce architecture?
How many records can a select query return? How many records can a sosl query return?
What is a vlookup in s.f?
When to use public class and when to use global class?
Can you tell the different ways to share a record?
What are validation rules? : salesforce validation rules
What are the benefits of the “one trigger per object” design pattern?
What is the difference between a 'profile' and a 'role'?