Opportunities - Grid List
Widget UX Details
The Opportunities widget is displayed in Homepage Dashboard. In order to find this widget user selects the profile button and the option "Add Widget". Then the user chooses which the widget to add to dashboard.
Title | Opportunities |
---|---|
Resource Key - Title | OD0000638 |
Description | View all Opportunities created by or assigned to you, and quick-edit their current Workflow_1 |
Recourse Key - Description | OD0004194 |
Business Case | 1550 |
Component | Grid List |
Bottom Link URL | /Opportunities/OpportunitiesList/ |
Entity Dashboard | Home Page Dashboard |
Widget Functional Details
Widget Grid List
Columns
- User Group Name
- Inquiry Source
- Vehicle Account
Widget Redirection
When user selects the button, system redirects to Opportunities Grid List
Widget Technical Details
EntityName | IDMS_LeadsInfoView |
---|---|
SortProperty | U_IDMS_CrtDateTime |
TopCountItems | 10 |
ODataFilter | SPCode eq CurrentUserSlpCode() and OPPCode ne null and IsActive eq 1 and IsOpportunity eq 1 and U_IDMS_ProgressStarted eq 1 |
EntityKeyType | Short |
SortDirection | Desc |
Fully Qualified Name Interface | OneCore.Core.Interfaces.Common.GridDashboardWidgets.GridListWidget.IGridListItemsWidgetManager, OneCore.Core.Interfaces |
Method Name | GetGridListItems |