on ‎2017 Mar 27 8:33 AM
I'm working on a Master Detail PO receipt app.
In the detail page, I have a button (sbmit) supposed to execute the code in the create_deep_entity method.
I want to know how to get the values entered by the user (Header entity and Items entity) and then how to call the create_deep_entity method.
In the function for pressing the Approve button, I put:
var oPOHeader = this.getView().getModel().getData()
But it's returning null.
Any ideas on how to achieve this ?
Thanks in advance.
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.