Skip to main content
Question

cascading delete

  • January 23, 2026
  • 1 reply
  • 52 views

cI created a custom entity linked to the Business Opportunity screen for the associated account section. I am facing an issue when deleting a line, as shown below.

 


How can I implement cascading deletion for the records in my custom entity?

 

1 reply

dsj
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • January 23, 2026

Hi ​@hendkchouk 

You cannot have cascade delete for the reference fields,

 

What you can do is set to NULL instead
 

  • Restricted
    Referenced records cannot be deleted without removing this reference.
  • Set Null
    Referenced records can be deleted, this reference will be set to null if so.