Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Visual LANSA Web Push Manager allows the user to easily get subscribed to receive notifications and results in the subscription object.
  • The subscription object is passed back to the server module and stored in a database table.
  • LANSA defines an event for sending a notification. For example, the system will be undergoing maintenance at a given time and date, there is thereis a sale on a product or a set of tasks have been completed.
  • The subscription object can then be fetched from the database table on demand to construct a custom notification for the end user
  • The notification is sent from you LANSA application

...