on 2017 Nov 24 8:51 PM
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
Vincent,
Did you go through this snote? https://launchpad.support.sap.com/#/notes/2347652
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.