Like (PostLike) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

A like on an activity feed post.

Messages

Message Web API Operation SDK class or method
Create POST /postlikes
See Create
CreateRequest or
Create
Delete DELETE /postlikes(postlikeid)
See Delete
DeleteRequest or
Delete
Retrieve GET /postlikes(postlikeid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /postlikes
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple

Properties

Property Value
CollectionSchemaName PostLikes
DisplayCollectionName Likes
DisplayName Like
EntitySetName postlikes
IsBPFEntity False
LogicalCollectionName postlikes
LogicalName postlike
OwnershipType OrganizationOwned
PrimaryIdAttribute postlikeid
PrimaryNameAttribute
SchemaName PostLike

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

PostId

Property Value
Description Unique identifier of the post with which the like is associated.
DisplayName Post
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName postid
RequiredLevel SystemRequired
Targets post
Type Lookup

PostLikeId

Property Value
Description Shows the ID of the post like.
DisplayName PostLikeId
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName postlikeid
RequiredLevel SystemRequired
Type Uniqueidentifier

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
Format None
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
Format None
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
MaxValue 2147483647
MinValue -1
RequiredLevel None
Type Integer

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

CreatedBy

Property Value
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Targets systemuser
Type Lookup

CreatedOnBehalfByName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

OrganizationId

Property Value
Description Unique identifier of the organization associated with the solution.
DisplayName Organization
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel SystemRequired
Targets organization
Type Lookup

OrganizationIdName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName organizationidname
MaxLength 100
RequiredLevel SystemRequired
Type String

PostIdName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName postidname
MaxLength 100
RequiredLevel None
Type String

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

lk_postlike_createdonbehalfby

See the lk_postlike_createdonbehalfby one-to-many relationship for the systemuser table/entity.

Post_Likes

See the Post_Likes one-to-many relationship for the post table/entity.

lk_postlike_createdby

See the lk_postlike_createdby one-to-many relationship for the systemuser table/entity.

organization_postlike

See the organization_postlike one-to-many relationship for the organization table/entity.

See also

Dataverse table/entity reference
Web API Reference
postlike EntityType