Hi all,
I'm running into an issue with quick create functionality not working as expected from a quick view form; namely, that it doesn't use the quick create form and instead pops open the main form of the entity in a new browser window.
Description of the Problem
I'll try to explain this as best I can
- I have the Account entity related to two custom entities (ID and Alert), both in 1:N relationships.
- On the Account, I have a sub-grid showing all related Alert entities. Using the '+' on this sub-grid triggers the Quick Create functionality correctly.
- I then wanted to 'push' those alerts to all related ID entities. I would also like to allow our users to be able to create Alerts on the ID level, which would be related to the Account and subsequently appear on the other related IDs. To do this I created a Quick View form that shows the Account-Alert sub-grid and added it to the ID entity.
- Clicking the '+' on the sub-grid in the Quick View form located on the ID pops up the main form of the Alert entity instead of the Quick Create form.
Everything else about this solution appears to work perfectly. Is there a way to force the Quick Create form to be used instead of the main form? Or perhaps another solution I have overlooked?
Thanks in advance for any help you can offer.
*This post is locked for comments