Comment (PostComment) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
A comment on an activity feed post.
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/postcomments 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/postcomments(postcommentid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/postcomments(postcommentid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/postcomments データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | PostComments |
| DisplayCollectionName | Comments |
| DisplayName | Comment |
| EntitySetName | postcomments |
| IsBPFEntity | False |
| LogicalCollectionName | postcomments |
| LogicalName | postcomment |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | postcommentid |
| PrimaryNameAttribute | text |
| SchemaName | PostComment |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
LargeText
追加元 : Activities Patch ソリューション
| プロパティ | 値 |
|---|---|
| Description | Shows the text of a post comment. |
| DisplayName | Text |
| Format | |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | largetext |
| MaxLength | 1073741823 |
| RequiredLevel | ApplicationRequired |
| Type | Memo |
PostCommentId
| プロパティ | 値 |
|---|---|
| Description | Shows the ID of the post comment. |
| DisplayName | PostComment |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | postcommentid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
PostId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the post with which the comment is associated. |
| DisplayName | Post |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | postid |
| RequiredLevel | SystemRequired |
| Targets | post |
| Type | Lookup |
Text
| プロパティ | 値 |
|---|---|
| Description | Text of the comment. |
| DisplayName | Text |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | text |
| MaxLength | 1000 |
| RequiredLevel | ApplicationRequired |
| Type | String |
TimeZoneRuleVersionNumber
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| 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 |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- PostIdName
CreatedBy
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | SystemRequired |
| Type | DateTime |
CreatedOnBehalfBy
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| プロパティ | 値 |
|---|---|
| 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
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | organizationidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
PostIdName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | postidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
一対多関連付け
SchemaName が一覧表示。
post_comment_activity_file_attachment
追加元 : Activities Patch ソリューション
activityfileattachment テーブル/エンティティの多対一のリレーションシップ post_comment_activity_file_attachment と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | activityfileattachment |
| ReferencingAttribute | parentid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | post_comment_activity_file_attachment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
lk_postcomment_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_postcomment_createdby を参照してください。
organization_PostComment
organization テーブル/エンティティの一対多のリレーションシップ organization_PostComment を参照してください。
lk_postcomment_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_postcomment_createdonbehalfby を参照してください。
Post_Comments
post テーブル/エンティティの一対多のリレーションシップ Post_Comments を参照してください。
関連項目
フィードバック
フィードバックの送信と表示