Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Determine if a delete was performed in a CI that should have been a cascade delete - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Determine if a delete was performed in a CI that should have been a cascade delete
KB0535686

Determine if a delete was performed in a CI that should have been a cascade delete


4743 Views Last updated : Apr 8, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

If you are having trouble with deleted items in a CI, check to see if a delete was performed that should have been a cascade delete. 

If you go to a record and receive an error message, it is likely that the deleted record is without a cascade. The error message might say something like: Warning! Deleting this record will result in the automatic deletion of the following related records: 1 Asset. Note that the related records may trigger their own cascade deletions. Proceed? 

Determine what other tables reference the deleted record by using Related Lists. Look at the dictionary entry for the corresponding reference field and check to see what Reference cascade rule is set. If the Reference cascade rule is set to Delete and the user tries to delete the corresponding referenced record, the platform should always give a warning message, such as the one mentioned above. If no warning comes up, then this rule was probably set to the default value.  

It is important to understand how referenced fields should behave on a CI. The platform provides different options for how the deletion affects records that reference the deleted record. The three cascade delete rule options for each reference field are:
  • Clear the reference. This is the default action and means that the reference field will be cleared if their associated referenced record is deleted.
  • Delete the reference. This is more drastic, wherein the record itself will get deleted when its corresponding referenced record gets deleted.
  • Restrict the delete. This will prevent the referenced record from being deleted at all if any other record includes a reference to it.

Resolution

To set the Reference cascade rule for a field, personalize the dictionary for the field and populate one of the following choices in the Reference cascade rule field:

  • Clear: Deleting a record clears references as described above. This is the default action.
  • Delete: Deleting a record also deletes all referencing records.
  • Restrict: Deleting a record is restricted unless there are no references to the record.
 


You can restore inadvertently deleted records and audited references to the records. The restoration process also restores records that were deleted as a result of a cascade delete action. For more information, please see Restoring Deleted Records in the ServiceNow product documentation.

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.