NotificationFeed.saveUserFeeds (Method)
Saves the notification feeds that the current user will see.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
idList | NotificationFeedIDList_EmptyString | Required | Comma delimited list of notification feed IDs which the user wants to see, or an empty string if no feeds. |
Context:
License Requirements | (none) |
Permission Requirements | Contributor |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the customer level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
88505 | You don't have read permissions on one or more specified notification feeds. |
Notes:
None