I have a table A with a relation column to table B. I want to delete an entity of table A and the related entity in table B in one transaction with codeless. Knowing that I have only the objectId of entity of table A.
How can I do to delete entity of table B and entity of table A in the same transaction ?