Is it possible to write a validation rule which will fire only on insert of record not on update of record ?



Is it possible to write a validation rule which will fire only on insert of record not on update of ..

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

Post New Answer

More Salesforce Interview Questions

What is the use of apex email services ?

1 Answers  


What do you mean by salesforce?

1 Answers  


What are the differences between 15 and 18 digit record ids?

1 Answers  


Explain the use of test.setpage() ?

1 Answers  


What is salesforce architecture?

1 Answers   Cap Gemini,


How many records can a select query return? How many records can a sosl query return?

1 Answers  


What is a vlookup in s.f?

1 Answers  


When to use public class and when to use global class?

1 Answers  


Can you tell the different ways to share a record?

1 Answers  


What are validation rules? : salesforce validation rules

1 Answers  


What are the benefits of the “one trigger per object” design pattern?

1 Answers  


What is the difference between a 'profile' and a 'role'?

1 Answers  


Categories