Hi,
Hoping someone can help me with this.
I have a parent entity which has 1:N relationship with another entity(child). So, I have a main form with a subgrid on it. Users should be able to create child entity from parent form but shouldn't be able to create from dashboard which will create orphaned child records and so we don't want to get into that mess. The problem is I have child entity view on dashboard which users asked for it and there is a + button on it.
Now, how do I remove the ability to create a new record from dashboard whilst keeping the ability from a form subgrid?
I know this can be done using ribbon workbench but at the same time, I do not want to remove 'Add New' button from the entity form subgrid. Is there a way to do it?
Thanks for any help!