-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Won't Develop
-
Affects Version/s: None
-
Fix Version/s: CFA 2021R1
-
Component/s: None
-
Labels:None
-
SCRUM Team:Great White
-
Story Points:2
-
Work Type Classification:Sustaining
Story
As a user, I would like to be able to select the record count displayed in the to be collected section of collected.
Details
Update the amount of rows a user can see in the To Be Collected section of Collected Sales.
Add a single select drop down to the right of the search bar that allows the user to change the total row count based on the criteria below.
Record Count to Display
- Select Row Count
- 20
- 40
- 60
- 80
- 100
Additional Functionality
Currently, when the user lands on the to be collected page, the first 20 records are pre-selected. This functionality should persist. When the user makes a row count change, the preselected rows should be unselected. This is consistent with the user paging through the data as the rows in pages two and beyond are not preselected.
In order to avoid allowing the user to reconcile rows that they can't see if the have made selections and then go from a larger row count view to a smaller row count view, we should de-select rows when the user makes a row count change. It is known that this is not the ideal solution but the use case is that users are selecting all rows on screen, reconciling those rows, then paging to the next screen so this will hopefully not come up much and it allows us to avoid a warning modal.
AC
Confirm
- A single select drop down is available to the user to the right of the search field.
- The drop down title defaults to "Select Total Rows"
- The options in the drop down are:
- 20
- 40
- 60
View All100
- The default row count in the page is 20
- When the user changes a row count, that selection is displayed as the drop down title
- Pagination continues to work when the total displayed row count is changed by the user when applicable
- The Shift+Select functionality continues to work when the user changes the default row count
- As the user pages through data, the user row count selection persists.
- Records are de-selected when the user makes a row count change.
- Clones
-
CFAMX-12791 Update to To Be Collected Record Display Count
- Closed
- implements
-
CFAMX-13033 Feature Regression Testing R2 2021
- In Development
- is related to
-
CFAMX-12782 Update the MxC Collected Sales page to allow the selection of all TBCs
- Done