If I have set up a “Create Override” on my detail application, should I expect that using the “+ Add Detail” button in the detail to trigger that app to launch? Right now, it’s not launching my override app, so wanted to confirm if this is supported or not.
It is not right now. It is just when hitting the create button on the list views.
Thank you, @joeyates23! Do you (or anyone) have any recommended workarounds to achieve that same behavior?
I should also mentioned that this mini-app I am popping up is over the same table as the detail application. However, I am wondering if that is even feasible because we could run into NATE issues. At the end of the day, the UI we are trying to achieve is a pop-out experience with a mini-app when trying to edit a or create a detail record.
You would probably need to do some sort of app link that is like a “Create Record” and then hide the add button.
@joeyates23 We want to achieve a “pop-out” experience when adding or editing a detail record, so we configured the following:
Detail Application
-
Has app link to a mini-app over the same detail table
-
App link is triggered via logic block on the Row Added, which queues the mini-app
-
App link is configured to refresh on mini-app close
-
Current Problem: When we try to save the HD, the save button does not commit the record. It is not until you do a row save on the detail and then save the HD that it works? Are we trying to do something that isn’t supported, or is it configured wrong?
Here is a video of what it looks like: BKHD _ 25.2DevPartner_Freshdesk435278 - Google Chrome 2026-02-18 13-13-44.mp4
Yeah I don’t think this is a great pattern to link away in the middle of a row add. I’d rather put in the idea to try and support create override naturally than doing this to see if that makes more sense.



