Goodnight.
How do I make the user receive a notification when accessing the login? For example, if a user x is selected in a selection field on a screen, when he logs in with his login, a notification appears for him.
Hi Eliseu,
There are quite a few Push notification components available in OutSystem forge for different type of application along with demos.
Depending on the type of application you are building, will encourage you to try them out.
Regards,
Saurabh
Hi Eliseu,You can use This firebase forge component for receive a notification and Firebase Mobile push notification configuration guide for more understanding.
Thanks
Rakhi Chouhan
Are these features only for mobile?
in my application these notifications have to appear on the web and mobile page.
Yes Eliseu ,this features is for mobile.
Why does a user need to receive a notification after login?
If you just want to display a message after login you can use the feedback widget.
Daniel
Hi Daniel.
My program will have several registered users and some annotations. I wanted that when a user x made a note and put the name of another user, in some field that I created, that selected user would receive a notification, you know?
so it would need to be that kind of notification.
Hii @Eliseu Aguiar,
If you just need to show that message when you login to the application then i have a work around solution that when you login to the application
then fetch the data from that entity in which you are storing the selected user Id and check weather that user which is "logging in" is present in that entity or not than if he is then you can display a message in a popup or whatever you like to use.
If you can share your oml i can help you better.
Adeeb Alam