Modification of Shipment List and Details
This feature allows you to modify the details displayed in a tab per your requirement (For example, if you want to show location details only in the active and tender shipments but want to hide those details on spot bid, open and accepted shipments). This is available for both Driver and Servprov flows.
The following new element has been added to the Mobile Layout JSON which will be used to hold the user's override sections:
"overrideSections": {}
To use the new sections, two new elements can be added to any box - shipmentListOverride and shipmentDetailsOverride.
For example:
{ "boxId": 6, "endPoint": "/logisticsRestApi/resources/v2/custom-actions/savedQueries/shipmentNoSSUs", "savedQueryGid": "SERVPROVS OPENSPOTBID SHIPMENTS", "title": "Open Spot and Broadcast Bids", "backgroundColor": "brown", "fontColor": "white", "boxType": "shipmentsCount", "shipmentsType": "openSpotBidServProv", "shipmentListTabId": "openSpotBidServProv", "shipmentListTabName": "Open Bids", "hideOnDashboard": false, "refreshOnHome": false, "savedQueryResultCount": 25, "shipmentListOverride": "shipmentListOverride", "shipmentDetailsOverride": "shipmentDetailsOverride" }
The below screenshot shows an example of the modified shipment details:
Modification of Shipment List and Details
Business Benefit:
Users can override values on the shipmentList and shipmentDetails sections in the mobile layout JSON to modify the details displayed in a tab per their requirement.
Steps to Enable
You don't need to do anything to enable this feature.