Where does this association go to?

0
Hi, I’ve implemented the push notifications connector and it works perfectly! I was just wondering where this association goes to: I also want to count how many times a user recieved a push notification and I think I need to add an entity between the user and the message, or is there a better way of doing this thank you!
asked
1 answers
3

Hey Vincent,

 

The easiest way to see where the cross-module association (in this case Device_User) goes to, is to right-click the association and selecting 'Go to other side’. By the look of things, the association refers to the System.User entity.

 

Regarding saving extra information for the user, you can create a specialization of the System.User entity, which allows you to store more data regarding users in a seperate entity while still being able to use all the functionality of the System.User entity. In this entity you can add an extra attribute to keep track of the amount of received push notifications.

 

With kind regards,

 

Cas

answered