Notifications
Widget UX Details
In Home Page Dashboard displayed Notifications widget. To found this widget user must select the profile icon. Select the option "Add Widget". Select the widget to input to dashboard.
Title | Notifications |
---|---|
Resource Key - Title | OD0000043 |
Description | Your most recent Notifications |
Recourse Key - Description | OD0004185 |
Component | Grid List |
Bottom Link URL | /UserNotification/UserNotificationGridList |
Entity Dashboard | Home Page Dashboard |
Widget Functional Details
Widget Grid List
Columns
- Notification
- From
- creation time
Widget Redirection
When user selects a Notification, system redirects to Lead Page
Widget Technical Details
EntityName | IDMS_UserNotifView |
---|---|
EntityKey | Short |
SortProperty | U_IDMS_NotifCreateDt |
TopCountItems | 5 |
ODataFilter | U_IDMS_ToUserID eq CurrentUserId() and U_IDMS_EntityKey ne 'Announcement' |
SortDirection | Desc |
Fully Qualified Name Interface | OneCore.Core.Interfaces.Common.GridDashboardWidgets.GridListWidget.IGridListItemsWidgetManager, OneCore.Core.Interfaces |
Method Name | GetGridListItems |