↧
Answer by aaron for How to retrieve data using the extended class table?
This seems to be an XY Problem. The issue is when a notification is published, it is published for the parent class. (Problem X) You should implement a custom Notification Store that overrides the...
View ArticleHow to retrieve data using the extended class table?
I am trying to extend the AbpUserNotifications table to make it include some extra columns (including IsDeleted, DeletionTime). So far, it worked and I now have the columns I need. But, as you may...
View Article