RE: Show Notification On User Login
Hi ZG,
Thank you for your query.
You can try to achieve this by creating
1. a custom entity called "Alert" with attributes for release and expiration dates, and Read two-option.
- Create a view that filters based on the start date and read option.
- Then use FetchXML to query those records and display them to the user.
- Create a workflow to trigger as an action to "mark as read" and work flow sets the Read option to true.
Give the user another view for "unread" messages. Create a relationship to the Event entity and notifications can be entity specific.