Path: metadata > streamDefs > {EntityType}.
Example:
{
"followingUsersField": "users",
"subscribersCleanup": {
"enabled": true,
"dateField": "dateStart",
"statusList": ["Held", "Not Held"]
}
}string
A field (of a link-multiple type) that store users which should automatically follow a record. If not set, then the assignedUsers field is checked for existence and then used. E.g. for the Meeting, it's the users field.
Object
boolean
Enables the cleanup of subscribers.
string
A date (or date-time) field that stores a value after which followers will automatically unfollow a record.
string[]
A list of statuses records should have to be eligible for the subscribers cleanup. E.g. for the Meeting, it's ["Held", "Not Held"].
boolean
As of v10.0.
Assigned users won't follow the record when they get assigned to it. If enabling, consider also enabling forceAssignmentNotificator in notificationDefs – otherwise, the assignee won't receive any notification.
boolean
As of v10.0.
Allow internal notes. If true, it will be possible to post internal posts in the stream. Internal posts are not visible in portals.