find_related_objects
Returns ALL FK/DeleteAction/DataSource relations (outgoing) AND back-references (incoming). Call BEFORE generating multi-object code to understand the full dependency graph. When the relation index is loaded, delegates to get_relation_graph (O(1)) internally — do NOT call both tools for the same object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectName | Yes | The object name to find relationships for, e.g. 'SalesTable', 'VendInvoiceJour' |