Show Notification

0
Hi All, I'm working on a project where I need to show the notifications... We have 2 roles..one is the Parent and other is the Nurse..I need to show the notifications on the Nurse dashboard about the student medicine expiry dates.. I tried with lot of combinations with the Xpath, but I didn't get that.
asked
1 answers
2

Create a notification entity and create objects per student with an expiry date and a boolean attibute 'Active'. Create a grid with xpath

[ExpiryDate<'[%CurrentDateTime%]'][Active=true()]

When the task is done set Active to False.

answered