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
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
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.
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?