and is finding record dependants and detach them enough for deleting a record?
c
Craig
03/03/2021, 12:47 PM
The related records tab
Craig
03/03/2021, 12:48 PM
Depends what you're trying to do really e.g. there's no reason why you can't delete a related IF that has a foreign key linking it to an SO
a
Ali
03/03/2021, 1:57 PM
@Craig when you want to delete a record, it will throw an error if it does have dependencies. how can we find dependencies and detach them in order to avoid errors?
t
The Usual Suspect
03/03/2021, 4:23 PM
If its a transaction there are a lot of ways it can be applied or attached. There is no generic way to my knowledge of determining this unless you know what record types you are working with