Hi Experts,
We have a requirement where we are extending(customizing) VIM Approval standard myInbox app. Please find the steps which we have done yet.
1. Redefine the OData service.
2. Copied the existing standard VIM Approval app and created new project in eclipse for extending it.
3. Now from UI side, we want a new tab in detail view to show transaction history details for which we have created new entity type say for eg History at OData side.
4.We are using SAP provided UI hook to make changes from UI side. In detail view we have created new tab .
Now the problem is in the controller.js of detail view the model for Data Binding(Task Processing) is existing provided by Sap. But for my new tab I want to use a different entity type "History" .
Could you please let me know how can we achieve it?
And also can we use different entity type in one single have for different UI elements and the possible way of doing it?
Thanks in advance for your support and help...
Dhiraj M