Hi All,
I'm trying to implement a Bulk Create option in a model driven app.
We have 2 entities(Order & Positions) in 1:N relationship.
One Order can have multiple Positions assigned to it.
Any idea how a bulk create option can be implemented for such structure?
Best thing I came up for now is build a canvas app that can handle the bulk create by patching & relating the records in the tables. However, the issue is that when the canvas app is embeded in the model driven form, you actually need to create the item in the database in order for the app to appear.
Tried also with a custom page, but I'm not able to find a way to display a dropdown on a custom page, and that is needed.
Any feedback is appreciated!