Hi Experts,
We are using the standard Fiori Inbox app (CA_FIORI_INBOX)
We have discovered that the inbox only shows the first 100 results.
In the call I see that the parameter "top" is filled in:
GET TaskCollection?$skip=0&$top=100&$orderby=CreatedOn%20desc&$filter=((Status%20eq%20%27READY%27%20or%20Status%20eq%20%27RESERVED%27%20or%20Status%20eq%20%27IN_PROGRESS%27%20or%20Status%20eq%20%27EXECUTED%27))&$select=SAP__Origin%2cInstanceID%2cTaskDefinitionID%2cTaskDefinitionName%2cTaskTitle%2cCreatedByName%2cCreatedBy%2cCompletionDeadLine%2cSubstitutedUserName%2cStatus%2cPriority%2cPriorityNumber%2cHasComments%2cHasAttachments%2cHasPotentialOwners%2cCreatedOn%2cTaskSupports%2cSupportsClaim%2cSupportsRelease%2cSupportsForward%2cSupportsComments%2cSupportsAttachments%2cGUI_Link&$inlinecount=allpages
GET TaskCollection?$skip=0&$top=100
Is there a way to overwrite this parameter so that we see all inbox items?
I think this parameter is comming from the DataManager (DataManager.js) where it is defined hard-coded:
iListSize: 100, bEnablePaging: false, sOperationMode: "Server", iPageSize: 30,
Is it possible to use extensions or hooks?
or do we simply have to make a repair on the DataManager.js?
KR,
Vincent