Notification (appnotification) テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Notification to be provided to a user.
追加元 : AppNotifications ソリューション
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/appnotifications 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/appnotifications(appnotificationid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/appnotifications(appnotificationid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveEntityChanges | RetrieveEntityChangesRequest | |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/appnotifications データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| Update | PATCH [org URI]/api/data/v9.0/appnotifications(appnotificationid) 更新を参照 |
UpdateRequest または Update |
| Upsert | UpsertRequest |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | appnotifications |
| DisplayCollectionName | Notifications |
| DisplayName | Notification |
| EntitySetName | appnotifications |
| IsBPFEntity | False |
| LogicalCollectionName | appnotifications |
| LogicalName | appnotification |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | appnotificationid |
| PrimaryNameAttribute | title |
| SchemaName | appnotification |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- AppModuleId
- appnotificationId
- Body
- Data
- IconType
- ImportSequenceNumber
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PartitionId
- Priority
- TimeZoneRuleVersionNumber
- Title
- ToastType
- TTLInSeconds
- UTCConversionTimeZoneCode
AppModuleId
| プロパティ | 値 |
|---|---|
| Description | This field is not used |
| DisplayName | Model-driven app |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | appmoduleid |
| RequiredLevel | None |
| Targets | appmodule |
| Type | Lookup |
appnotificationId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier for entity instances |
| DisplayName | Notification |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | appnotificationid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Body
| プロパティ | 値 |
|---|---|
| Description | Body of the notification |
| DisplayName | Body |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | body |
| MaxLength | 500 |
| RequiredLevel | None |
| Type | String |
Data
| プロパティ | 値 |
|---|---|
| Description | Custom data for the notification that can be used by the notification card |
| DisplayName | Data |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | data |
| MaxLength | 5000 |
| RequiredLevel | None |
| Type | Memo |
IconType
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | IconType |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | icontype |
| RequiredLevel | None |
| Type | Picklist |
IconType の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 100000000 | Info | |
| 100000001 | Success | |
| 100000002 | Failure | |
| 100000003 | Warning | |
| 100000004 | Mention | |
| 100000005 | Custom |
ImportSequenceNumber
| プロパティ | 値 |
|---|---|
| Description | Sequence number of the import that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OverriddenCreatedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
OwnerId
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
PartitionId
| プロパティ | 値 |
|---|---|
| Description | Partitioning will be based on owner and it is recommended to specify this field for all operations for performance reason |
| DisplayName | Partition Id |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | partitionid |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Priority
| プロパティ | 値 |
|---|---|
| Description | Priority of the notification |
| DisplayName | Priority |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | priority |
| RequiredLevel | None |
| Type | Picklist |
Priority の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 200000000 | Normal | |
| 200000001 | High |
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 |
Title
| プロパティ | 値 |
|---|---|
| Description | Title for the notification |
| DisplayName | Title |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | title |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
ToastType
| プロパティ | 値 |
|---|---|
| Description | Type of toast behavior for the notification |
| DisplayName | Toast Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | toasttype |
| RequiredLevel | None |
| Type | Picklist |
ToastType の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 200000000 | Timed | Toast will fade out after the time out configured by the user |
| 200000001 | Hidden | Toast will not show but the notification will still be displayed in notification center |
TTLInSeconds
| プロパティ | 値 |
|---|---|
| Description | After the specified number of seconds the notification will be deleted |
| DisplayName | Expiry (seconds) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ttlinseconds |
| 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 が一覧表示。
- AppModuleIdName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- VersionNumber
AppModuleIdName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | appmoduleidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedBy
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| 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
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| 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 | None |
| Type | DateTime |
CreatedOnBehalfBy
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| 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
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ModifiedBy
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
ModifiedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the delegate user who modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningBusinessUnitName
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunitname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningTeam
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
VersionNumber
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | Version Number |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- lk_appnotification_createdby
- lk_appnotification_createdonbehalfby
- lk_appnotification_modifiedby
- lk_appnotification_modifiedonbehalfby
- user_appnotification
- team_appnotification
- business_unit_appnotification
- appmodule_appnotification_app
lk_appnotification_createdby
追加元 : System Solution ソリューション
systemuser テーブル/エンティティの一対多のリレーションシップ lk_appnotification_createdby を参照してください。
lk_appnotification_createdonbehalfby
追加元 : System Solution ソリューション
systemuser テーブル/エンティティの一対多のリレーションシップ lk_appnotification_createdonbehalfby を参照してください。
lk_appnotification_modifiedby
追加元 : System Solution ソリューション
systemuser テーブル/エンティティの一対多のリレーションシップ lk_appnotification_modifiedby を参照してください。
lk_appnotification_modifiedonbehalfby
追加元 : System Solution ソリューション
systemuser テーブル/エンティティの一対多のリレーションシップ lk_appnotification_modifiedonbehalfby を参照してください。
user_appnotification
追加元 : System Solution ソリューション
systemuser テーブル/エンティティの一対多のリレーションシップ user_appnotification を参照してください。
team_appnotification
追加元 : System Solution ソリューション
team テーブル/エンティティの一対多のリレーションシップ team_appnotification を参照してください。
business_unit_appnotification
追加元 : System Solution ソリューション
businessunit テーブル/エンティティの一対多のリレーションシップ business_unit_appnotification を参照してください。
appmodule_appnotification_app
追加元 : System Solution ソリューション
appmodule テーブル/エンティティの一対多のリレーションシップ appmodule_appnotification_app を参照してください。
関連項目
フィードバック
フィードバックの送信と表示