Relation managers (Hide on edit page)

Hi All,

Maybe I looked over it, but how can i hide the Relation tables on the edit page of the parent record?
It needs to be vissble only on the view of the parent.

Thanks.
Solution
On the EditRecord Page add:
    protected function getRelationManagers(): array
    {
        return [];
    }

Does that work
Was this page helpful?