-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi David!
I just realized that I could make far more use of Notifcations and that it often makes sense to use a notification instead of a message.
That way the flow in BC can better for the user, as he does not get interrupted by message so often.
What do you think about the idea to refactor A message into a notification.
This:
Message('Some message to show to the user');To this:
MyNotification.Message('Some message to show to the user');
MyNotification.Send();When a label already is in place, that should be used obviously.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels