cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Inbox shows only first 100 results

VincentBloem
Participant
0 Kudos
920

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

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

Vincent,

Did you go through this snote? https://launchpad.support.sap.com/#/notes/2347652

VincentBloem
Participant
0 Kudos

Thanks!

This solved my issue!

Answers (0)