Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Extend Salesforce with Clicks, Not Code
ISCLONE

ISCLONE

Checks if the record is a clone of another record and returns TRUE if one item is a clone. Otherwise, returns FALSE.

Use

ISCLONE()

Tips

  • This function cannot be used with fields.
  • Use the NOT function to reverse the return values of TRUE and FALSE.
Validation Rule Example
Validation Rule Example

Use (ISCLONE() to create a validation rule on an object and identify a record that’s a clone of another record.

 
Loading
Salesforce Help | Article