How can we find record dependencies?
# suitescript
a
How can we find record dependencies?
and is finding record dependants and detach them enough for deleting a record?
c
The related records tab
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
@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
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