Question about user inbox

Hi,

I am using the user inbox add-on. Iwould like to send a message to a specific user when a new record has been created. For example when a record is created in lets say a cutomer screen i would like to send a message to the admin user.

Can you help me please?

Regards,

LS

I have not used that addon myself, but what you probably want to do is:

  1. Create a Component for listenting to Application Events, in particular the EntityChangedEvent and when it’s type is CREATED.
  2. Have your new Component send the Message

With those building blocks you can cover your scenario and some others.

2 Likes