Service History (Vehicle)
Widget UX Details
In Vehicles Dashboard Service History widget is displayed. In order to find this widget the user navigates to Inventory and select to edit a vehicle. Then the user clicks the eye icon to load the BP Dashboard and from Actions button selects Add Widget.
Title | Service History |
---|---|
Resource Key - Title | OD0009626 |
Description | Shows the service history of the vehicle |
Business Case | 12161 |
Component | Grid List |
Entity Dashboard | Vehicle card Page |
Widget Functional Details
Widget Grid List
This widget displays the Service history of the car. The columns displayed are :
- Code
- Created
- Mileage
- BP
- Customer
- Mobile Phone
- Source
- Promised Date
Widget Redirection
When the user clicks an entry the system is redirected to the related job card
Widget Technical Details
EntityName | IDMS_JobCardView |
---|---|
EntityKey (For filtering) | VehicleCode |
SortProperty | CreateDateTime |
TopCountItems | 20 |
ODataFilter | (Progress/Equals('L') or Progress/Equals('W')) |
EntityKeyType | String |
SortDirection | Desc |
Fully Qualified Name Interface | OneCore.Core.Interfaces.Common.GridDashboardWidgets.GridListWidget.IGridListItemsWidgetManager, OneCore.Core.Interfaces |
Method Name | GetGridListItems |