One of your ideas has been delivered from your suggestion.Option to Sort Data

This feature provides you the option to sort shipments for both the Driver and Servprov flows.

A button (up/down arrow icon) has been added next to the search box. On clicking the button, a dialog box with sort order(ascending/descending) and sort by options to choose from will be shown. The sort by option is a dropdown UI component with a default sort option of Start Date. Completed Shipments will have a default sort option of End Date. When you select a sorting order or sort by option, the shipment list will be sorted based on the selected options. You can change the default option for each Shipment type through the mobile layout.

Below is an example of configuring the default sort criteria through the mobile layout:

{                
   "boxId": 1,                
   "endPoint": "/logisticsRestApi/resources/v2/custom-actions/savedQueries/shipmentNoSSUs",                
   "savedQueryGid": "SERVPROVS ACTIVE SHIPMENTS",                
   "title": "Active Shipments",                
   "backgroundColor": "green",                
   "fontColor": "white",                
   "boxType": "shipmentsCount",                
   "shipmentsType": "active",                
   "shipmentListTabId": "active",               
   "shipmentListTabName": "Active",                
   "hideOnDashboard": false,                
   "refreshOnHome": true,                 
   "savedQueryResultCount": 25,                
   "shipmentList": {                  
    "defaultSortCriteria":"startDate"                }
   }
}
 

Valid default sort criteria values that can be assigned for different shipments are provided below:

  • Assigned - startDate ,endDate, shipmentXid
  • Confirmed - startDate ,endDate, shipmentXid
  • Completed - startDate ,endDate, shipmentXid
  • All Shipments - startDate ,endDate, shipmentXid
  • Active - startDate ,endDate, shipmentXid
  • Tendered - startDate ,endDate, shipmentXid, tenderDate, timeoutDate
  • Accepted - startDate ,endDate, shipmentXid, tenderDate
  • Open Spot and Broadcast - startDate ,endDate, shipmentXid, tenderDate, timeoutDate
  • Submitted Spot and Broadcast - startDate ,endDate, shipmentXid, bidAwarded

The below screenshot shows the new sort button and the sort options dialog box for the Assigned Shipments tab that pops up when this button is clicked:

Option to Sort Data

Option to Sort Data

Business Benefit:

Improved user experience as users will now be able to sort shipments per their requirement.

Steps to Enable

You don't need to do anything to enable this feature.