R33417 SocialComment - Notify All Object Followers

Name Value
Code R33417
Entity Communities.Social.Comments Entity
Name NotifyAllObjectFollowers
Attribute -
Layer Back-End
Events Committed
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action If Comments.DataObjectId == Follows.DataObjectId AND Comments.UserId != Follows.UserId,
then create a new Notification as follows:

- Notification.UserId = Follows.UserId
- CreationTimeUtc = NOW
- Notification.DataObjectId = Comments.DataObjectId
- NotificationClass = NT_SOC_NEW_COMMENT
- Subject = {Social.Comment.User.FullName} commented on a object that you're following.
Description When a user commented on an object, the rule creates notifications for all users who follow the object. These notifications will then be sent to the users by the Notifications system.
Message -
Version Introduced:
Revocable NO

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.