Skip to main content
Planview Customer Success Center

2014 SP2: Expense category list using Mobile device shows only 27 items in the dropdown

QUESTION:

Expense category list  shows only 27 items in the dropdown using Mobile device . Similarly for Expense Type it only shows 27 items in the dropdown.
Is there are way to show more items when accessing the expense category and expense Type via mobile device?


ANSWER:

The Mobile application constrains the amount of data returned during searches.

This is controlled by the following entry in the web.config":
"<"add key="MobileFields.MaxSearchResult" value="25" /">" The search will return the value + 2. That is why you see 27 entries in the list.

Increase the value for the MobileFields.MaxSearchResult to be the same as the number of Expense Categories.