NotificationFeed (Component)

NotificationFeed object methods either returns notification feeds and also delete and save.

Methods marked below with [L] may be logged at the customer level (if transaction logging is licensed and enabled by the administrator)

Customization is not supported for this component.

Methods:

changeState [L] Change the state for the specified Notification Feed.
delete [L] Deletes the specified notification feed.
getDisplaySettings Returns a structure describing the display settings for the current user for Notification Feeds.
getList Returns a list of notification feeds based on the specified filters.
getPosts Returns the contents of one or more specified notification feeds. The 'showCategorized' and 'showUnreadOnly' arguments will be saved in the user's preferences.
getUnreadPostsCount Returns the count of unread posts for one or more specified feeds for the current user. Negative one (-1) indicates that no feeds are available for the user.
getUpdateInfo Returns the number of minutes since the last time the background job ran to update the feeds, or negative one (-1) which indicates that no feeds have ever been retreived.
getUserFeeds Returns a query describing the notification feeds that the current user will see.
markRead [L] Marks the specified notification feed as read for the current user.
markUnread [L] Marks the specified notification feed as unread for the current user.
save [L] Creates a new notification feed, or updates and an existing one.
saveUserFeeds [L] Saves the notification feeds that the current user will see.
updateFeeds [L] Updates the content of one or more specified notification feeds.