Communities.Social.ReactionsSummary View
Namespace: Communities.Social
Summary with the social reactions per comment and dataobject. Entity: Cmm_Social_Reactions_Summary_Indexed_View (Introduced in version 22.1.6.73)
Default Visualization
Default Display Text Format:
{DataObjectId}: {SocialCommentId}
Default Search Members:
__
Category: Views
Show in UI: CannotBeShown
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Tree
Attributes
Name | Type | Description |
---|---|---|
Cnt | int64 | Count of social reactions. Required |
ReactionType | ReactionType | The type of the reaction. LIK = Like; LOV = Love; HAH = Haha; WOW = Wow; SAD = Sad; ANG = Angry. Required |
References
Name | Type | Description |
---|---|---|
DataObject | ExtensibleDataObjects | The extensible data object. Required Default(New Guid) Filter(multi eq) Inherited from Sys_Objects_Table.Object_Id |
SocialComment | Comments | The social comment. Required Default(New Guid) Filter(multi eq) Inherited from Cmm_Social_Comments_Table.Social_Comment_Id |
Attribute Details
Cnt
Count of social reactions. Required
Type: int64
Category: System
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
ReactionType
The type of the reaction. LIK = Like; LOV = Love; HAH = Haha; WOW = Wow; SAD = Sad; ANG = Angry. Required
Type: ReactionType
Category: System
Allowed values for the ReactionType
(Communities.Social.ReactionsSummary.md#reactiontype) data attribute
Allowed Values (Communities.Social.ReactionsSummaryRepository.ReactionType Enum Members)
Value | Description |
---|---|
Like | Like value. Stored as 'LIK'. Database Value: 'LIK' Model Value: 0 Domain API Value: 'Like' |
Love | Love value. Stored as 'LOV'. Database Value: 'LOV' Model Value: 1 Domain API Value: 'Love' |
Haha | Haha value. Stored as 'HAH'. Database Value: 'HAH' Model Value: 2 Domain API Value: 'Haha' |
Wow | Wow value. Stored as 'WOW'. Database Value: 'WOW' Model Value: 3 Domain API Value: 'Wow' |
Sad | Sad value. Stored as 'SAD'. Database Value: 'SAD' Model Value: 4 Domain API Value: 'Sad' |
Angry | Angry value. Stored as 'ANG'. Database Value: 'ANG' Model Value: 5 Domain API Value: 'Angry' |
Supported Filters: NotFilterable
Supports Order By: False
Show in UI: ShownByDefault
Reference Details
DataObject
The extensible data object. Required
Default(New Guid)
Filter(multi eq)
Inherited from Sys_Objects_Table.Object_Id
Type: ExtensibleDataObjects
Indexed: True
Category: System
Inherited From: Sys_Objects_Table.Object_Id
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: ShownByDefault
SocialComment
The social comment. Required
Default(New Guid)
Filter(multi eq)
Inherited from Cmm_Social_Comments_Table.Social_Comment_Id
Type: Comments
Category: System
Inherited From: Cmm_Social_Comments_Table.Social_Comment_Id
Supported Filters: Equals, EqualsIn
Default Value: NewGuid
Show in UI: ShownByDefault
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Communities_Social_ReactionsSummary?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Communities_Social_ReactionsSummary?$top=10