Hi,
I'm currently looking at the Unified Inbox application and when looking at the Inbox API, I noticed another control called InboxSplitApp. Looking through the different the Different API Reference versions, it seems to have only been introduced in SAPUI5 Runtime 1.20.6 (or round about there).
https://sapui5.netweaver.ondemand.com/sdk/#docs/api/symbols/sap.uiext.inbox.InboxSplitApp.html
I know it says in the API Reference that it is still experimental, but how experimental is it? I seem to be able to load the control on the screen however it does not actually bind any data.
using the following code:
//Inbox split app test var oInboxSplit = new sap.uiext.inbox.InboxSplitApp("oInboxSplit"); oInboxSplit.setTcmServiceURL("http://mydomain.com:8000/sap/opu/odata/IWPGW/TASKPROCESSING;mo;v=2/"); oInboxSplit.bindTasks();
Any ideas?
Cheers,
Brad