Hide/remove '+ New Record' from 'Add Existing..' pop up dialog on Subgrid

1.6k views Asked by At

I have a subgrid form inside a parent. I would like to hide the '+ New Record' after clicking 'Add Existing...'. Is there any way to achieve that?

Thanks

enter image description here

2

There are 2 answers

0
Søren Lauszus Weber On

You could restrict the users "create" access (through their security role) to that table and only allow some users (administrators) to create new records in that table?

0
Arun Vinoth-Precog Tech - MVP On

Sometimes removing security privilege is not a viable option and many unsupported solutions floating around in internet as well to achieve this. This is one of the long due configuration item and idea is opened as well.

Closest solution is using an available Boolean flag isinlinenewenabled like explained in this blog. This is again debatable whether its supported.

This flag maybe available as a supported configuration item in future release but not today.