NOWCommunity Live Stream - Topical Deep Dive - Configure cascade delete rules

preview_player
Показать описание
So you've built yourself a data model with lots of reference fields and when you go to clean up your test data or delete a parent record, you find yourself also cleaning up those orphaned records... not any more. Join Chuck as he explains and demonstrates how to configure cascade delete rules.

Join us Mondays and Thursdays at 2PM UTC.

Topics covered in this episode include:
* Reference fields
* Creating related tables
* Dictionary entry - advanced view
* Cascade delete options

References:

Рекомендации по теме
Комментарии
Автор

The interesting part starts from 30.00 mins as I was going through the same issue with cascading rules. FIrst thought it was due to scoped

peterhansen
Автор

Thank you Chuck. to benefit of all I have a question.
I have two tables, table A and table B.

In table B, one of the columns is referenced to a column of table A.
When the reference record is deleted in table A, I would like to delete the referenced records in table B so there won't be any orphaned entries.
So Do I have to configure the cascade option on columns of Table B or Table A column?

Secondly, the github link is broken, please check.

GlideCloud