Table of Contents

Communities.Social.FollowedEntities View

Namespace: Communities.Social

Optimized view returning social followed entities by users. Entity: Cmm_Social_Followed_Entities (Introduced in version 22.1.6.3)

Default Visualization

Default Display Text Format:
{UserId}: {DataObjectId}
Default Search Members:
__
Category: Views
Show in UI: CannotBeShown
API access: ReadWrite

Aggregate

An aggregate is a cluster of domain objects that can be treated as a single unit.

Aggregate Tree

Attributes

Name Type Description
CreationTimeUtc datetime The exact server time (in UTC), when the follow was created. Required Default(NowUtc) Filter(ge;le) Inherited from Cmm_Social_Follows_Table.Creation_Time_Utc Introduced in version 22.1.6.73
EntityItemId guid The Id of the primary row to which the object is bound. Required Filter(multi eq) Inherited from Sys_Objects_Table.Entity_Item_Id
EntityType string (64) The entity type of the row to which the object is bound. Required Default(" ") Filter(multi eq) Inherited from Sys_Objects_Table.Entity_Type
FollowLevel FollowLevel Indicates the level of user’s interest for this object. Required Default("TAG") Filter(multi eq) Inherited from Cmm_Social_Follows_Table.Follow_Level Introduced in version 26.2.0.70

References

Name Type Description
DataObject ExtensibleDataObjects The object being followed by the user. Required Filter(multi eq) Inherited from Cmm_Social_Follows_Table.Data_Object_Id Introduced in version 22.1.6.73
User Users The user which follows the object. Required Filter(multi eq) Inherited from Cmm_Social_Follows_Table.User_Id Introduced in version 22.1.6.73

Attribute Details

CreationTimeUtc

The exact server time (in UTC), when the follow was created. Required Default(NowUtc) Filter(ge;le) Inherited from Cmm_Social_Follows_Table.Creation_Time_Utc Introduced in version 22.1.6.73

Type: datetime
Category: System
Inherited From: Cmm_Social_Follows_Table.Creation_Time_Utc
Supported Filters: GreaterThanOrLessThan
Supports Order By: False
Default Value: CurrentDateTimeUtc
Show in UI: ShownByDefault

EntityItemId

The Id of the primary row to which the object is bound. Required Filter(multi eq) Inherited from Sys_Objects_Table.Entity_Item_Id

Type: guid
Category: System
Inherited From: Sys_Objects_Table.Entity_Item_Id
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

EntityType

The entity type of the row to which the object is bound. Required Default(" ") Filter(multi eq) Inherited from Sys_Objects_Table.Entity_Type

Type: string (64)
Category: System
Inherited From: Sys_Objects_Table.Entity_Type
Supported Filters: Equals, EqualsIn
Supports Order By: False
Maximum Length: 64
Default Value: ** **
Show in UI: ShownByDefault

FollowLevel

Indicates the level of user’s interest for this object. Required Default("TAG") Filter(multi eq) Inherited from Cmm_Social_Follows_Table.Follow_Level Introduced in version 26.2.0.70

Type: FollowLevel
Category: System
Allowed values for the FollowLevel(Communities.Social.Follows.md#followlevel) data attribute
Allowed Values (Communities.Social.FollowsRepository.FollowLevel Enum Members)

Value Description
Tagged Automatically followed due to mention or assignment.. Stored as 'TAG'.
Database Value: 'TAG'
Model Value: 0
Domain API Value: 'Tagged'
Follow User willingly chose to follow this object.. Stored as 'FLW'.
Database Value: 'FLW'
Model Value: 1
Domain API Value: 'Follow'
Favorite User marked this object as a favorite.. Stored as 'FAV'.
Database Value: 'FAV'
Model Value: 2
Domain API Value: 'Favorite'

Inherited From: Cmm_Social_Follows_Table.Follow_Level
Supported Filters: Equals, EqualsIn
Supports Order By: False
Default Value: Tagged
Show in UI: ShownByDefault

Reference Details

DataObject

The object being followed by the user. Required Filter(multi eq) Inherited from Cmm_Social_Follows_Table.Data_Object_Id Introduced in version 22.1.6.73

Type: ExtensibleDataObjects
Category: System
Inherited From: Cmm_Social_Follows_Table.Data_Object_Id
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

User

The user which follows the object. Required Filter(multi eq) Inherited from Cmm_Social_Follows_Table.User_Id Introduced in version 22.1.6.73

Type: Users
Category: System
Inherited From: Cmm_Social_Follows_Table.User_Id
Supported Filters: Equals, EqualsIn
Show in UI: ShownByDefault

API

Domain API Entity Set: Communities_Social_FollowedEntities

Domain API Entity Type: Communities_Social_FollowedEntity

Domain API Query: https://testdb.my.erp.net/api/domain/odata/Communities_Social_FollowedEntities?$top=10

Domain API Query Builder: https://testdb.my.erp.net/api/domain/querybuilder#Communities_Social_FollowedEntities?$top=10