I have N:N relationship between account and custom address entity and on account form, I have subgrid for custom address. On click of subgrid + button, it shows lookup search. But I need to change that to show create form popup. I know in this scenario, I should have used 1:N relationship between account and custom address but at this point, I cannot change that. I tried hiding "add existing associated" button on ribbon but that was hiding + button itself. I want to subgrid + button but want to open create form on its click event. Any help or pointers would be very helpful.
1
votes
1 Answers
0
votes
Make the Account lookup field as “Business required” in N:N entity form, then it will work as expected.
Then, If you have a quick create form & “Allow quick create” is enabled for that N:N entity, (+) will open the QC form. If not “Information” Main Form will popup.
When Account lookup is optional, in-line lookup search experience is default.