WebResource テーブル/エンティティの参照
注意
テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。
Data equivalent to files used in Web development. Web resources provide client-side components that are used to provide custom user interface elements.
メッセージ
| メッセージ | Web API 操作 | SDK アセンブリ |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/webresourceset 作成を参照 |
CreateRequest または Create |
| Delete | DELETE [org URI]/api/data/v9.0/webresourceset(webresourceid) 削除を参照 |
DeleteRequest または Delete |
| Retrieve | GET [org URI]/api/data/v9.0/webresourceset(webresourceid) 取得を参照 |
RetrieveRequest または Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/webresourceset データのクエリを参照 |
RetrieveMultipleRequest または RetrieveMultiple |
| RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
| RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
| Update | PATCH [org URI]/api/data/v9.0/webresourceset(webresourceid) 更新を参照 |
UpdateRequest または Update |
プロパティ
| プロパティ | 値 |
|---|---|
| CollectionSchemaName | WebResources |
| DisplayCollectionName | Web Resources |
| DisplayName | Web Resource |
| EntitySetName | webresourceset |
| IsBPFEntity | False |
| LogicalCollectionName | webresources |
| LogicalName | webresource |
| OwnershipType | OrganizationOwned |
| PrimaryIdAttribute | webresourceid |
| PrimaryNameAttribute | name |
| SchemaName | WebResource |
書き込み可能な列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。
- CanBeDeleted
- Content
- ContentJson
- DependencyXml
- Description
- DisplayName
- IntroducedVersion
- IsAvailableForMobileOffline
- IsCustomizable
- IsEnabledForMobileClient
- IsHidden
- LanguageCode
- Name
- SilverlightVersion
- WebResourceId
- WebResourceType
CanBeDeleted
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this component can be deleted. |
| DisplayName | Can Be Deleted |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | canbedeleted |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
Content
| プロパティ | 値 |
|---|---|
| Description | Bytes of the web resource, in Base64 format. |
| DisplayName | |
| FormatName | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | content |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | String |
ContentJson
| プロパティ | 値 |
|---|---|
| Description | Json representation of the content of the resource. |
| DisplayName | |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contentjson |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
DependencyXml
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | DependencyXML |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | dependencyxml |
| MaxLength | 5000 |
| RequiredLevel | None |
| Type | Memo |
Description
| プロパティ | 値 |
|---|---|
| Description | Description of the web resource. |
| DisplayName | Description |
| Format | TextArea |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
DisplayName
| プロパティ | 値 |
|---|---|
| Description | Display name of the web resource. |
| DisplayName | Display Name |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | displayname |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
IntroducedVersion
| プロパティ | 値 |
|---|---|
| Description | Version in which the form is introduced. |
| DisplayName | Introduced Version |
| FormatName | VersionNumber |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | introducedversion |
| MaxLength | 48 |
| RequiredLevel | None |
| Type | String |
IsAvailableForMobileOffline
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this web resource is available for mobile client in offline mode. |
| DisplayName | Is Available For Mobile Offline |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isavailableformobileoffline |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsAvailableForMobileOffline の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
IsCustomizable
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this component can be customized. |
| DisplayName | Customizable |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | iscustomizable |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
IsEnabledForMobileClient
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this web resource is enabled for mobile client. |
| DisplayName | Is Enabled For Mobile Client |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isenabledformobileclient |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsEnabledForMobileClient の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Yes | |
| 0 | No |
既定値 : 0
IsHidden
| プロパティ | 値 |
|---|---|
| Description | Information that specifies whether this component should be hidden. |
| DisplayName | Hidden |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ishidden |
| RequiredLevel | SystemRequired |
| Type | ManagedProperty |
LanguageCode
| プロパティ | 値 |
|---|---|
| Description | Language of the web resource. |
| DisplayName | Language |
| Format | Language |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | languagecode |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
Name
| プロパティ | 値 |
|---|---|
| Description | Name of the web resource. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | name |
| MaxLength | 256 |
| RequiredLevel | SystemRequired |
| Type | String |
SilverlightVersion
| プロパティ | 値 |
|---|---|
| Description | Silverlight runtime version number required by a silverlight web resource. |
| DisplayName | Silverlight Version |
| FormatName | Text |
| IsLocalizable | True |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | silverlightversion |
| MaxLength | 20 |
| RequiredLevel | None |
| Type | String |
WebResourceId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the web resource. |
| DisplayName | Web Resource Identifier |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | webresourceid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
WebResourceType
| プロパティ | 値 |
|---|---|
| Description | Drop-down list for selecting the type of the web resource. |
| DisplayName | Type |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | webresourcetype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
WebResourceType の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Webpage (HTML) | |
| 2 | Style Sheet (CSS) | |
| 3 | Script (JScript) | |
| 4 | Data (XML) | |
| 5 | PNG format | |
| 6 | JPG format | |
| 7 | GIF format | |
| 8 | Silverlight (XAP) | |
| 9 | Style Sheet (XSL) | |
| 10 | ICO format | |
| 11 | Vector format (SVG) | |
| 12 | String (RESX) |
読み取り専用列/属性
これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。
- ComponentState
- ContentFileRef_Name
- ContentJsonFileRef_Name
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- IsManaged
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OrganizationId
- OrganizationIdName
- OverwriteTime
- SolutionId
- SupportingSolutionId
- VersionNumber
- WebResourceIdUnique
ComponentState
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Component State |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | componentstate |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ComponentState の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 0 | Published | |
| 1 | Unpublished | |
| 2 | Deleted | |
| 3 | Deleted Unpublished |
ContentFileRef_Name
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contentfileref_name |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
ContentJsonFileRef_Name
追加元 : Active Solution ソリューション
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | contentjsonfileref_name |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
CreatedBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the user who created the web resource. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the web resource was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the delegate user who created the web resource. |
| 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 |
IsManaged
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismanaged |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsManaged の選択肢/オプション
| 値 | ラベル | 内容 |
|---|---|---|
| 1 | Managed | |
| 0 | Unmanaged |
既定値 : 0
ModifiedBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the user who last modified the web resource. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOn
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the web resource was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the delegate user who modified the web resource. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OrganizationId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the organization associated with the web resource. |
| 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 |
OverwriteTime
| プロパティ | 値 |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Record Overwrite Time |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | overwritetime |
| RequiredLevel | SystemRequired |
| Type | DateTime |
SolutionId
| プロパティ | 値 |
|---|---|
| Description | Unique identifier of the associated solution. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | solutionid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
SupportingSolutionId
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | Solution |
| IsValidForForm | False |
| IsValidForRead | False |
| LogicalName | supportingsolutionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
VersionNumber
| プロパティ | 値 |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
WebResourceIdUnique
| プロパティ | 値 |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | webresourceidunique |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
一対多関連付け
SchemaName が一覧表示。
- webresource_savedqueryvisualizations
- solution_configuration_webresource
- webresource_userqueryvisualizations
- lk_theme_logoid
- webresource_appaction_iconwebresourceid
- webresource_appaction_onclickeventjavascriptwebresourceid
webresource_savedqueryvisualizations
savedqueryvisualization テーブル/エンティティの多対一のリレーションシップ webresource_savedqueryvisualizations と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | savedqueryvisualization |
| ReferencingAttribute | webresourceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_savedqueryvisualizations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
solution_configuration_webresource
solution テーブル/エンティティの多対一のリレーションシップ solution_configuration_webresource と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | solution |
| ReferencingAttribute | configurationpageid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | solution_configuration_webresource |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_userqueryvisualizations
userqueryvisualization テーブル/エンティティの多対一のリレーションシップ webresource_userqueryvisualizations と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | userqueryvisualization |
| ReferencingAttribute | webresourceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_userqueryvisualizations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_theme_logoid
theme テーブル/エンティティの多対一のリレーションシップ lk_theme_logoid と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | theme |
| ReferencingAttribute | logoid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | lk_theme_logoid |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_appaction_iconwebresourceid
追加元 : Power Apps Actions ソリューション
appaction テーブル/エンティティの多対一のリレーションシップ webresource_appaction_iconwebresourceid と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | iconwebresourceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_appaction_iconwebresourceid |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
webresource_appaction_onclickeventjavascriptwebresourceid
追加元 : Power Apps Actions ソリューション
appaction テーブル/エンティティの多対一のリレーションシップ webresource_appaction_onclickeventjavascriptwebresourceid と同じです。
| プロパティ | 値 |
|---|---|
| ReferencingEntity | appaction |
| ReferencingAttribute | onclickeventjavascriptwebresourceid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | webresource_appaction_onclickeventjavascriptwebresourceid |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
多対一関連付け
各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。
- lk_webresourcebase_modifiedonbehalfby
- webresource_createdby
- lk_webresourcebase_createdonbehalfby
- webresource_modifiedby
- webresource_organization
lk_webresourcebase_modifiedonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_webresourcebase_modifiedonbehalfby を参照してください。
webresource_createdby
systemuser テーブル/エンティティの一対多のリレーションシップ webresource_createdby を参照してください。
lk_webresourcebase_createdonbehalfby
systemuser テーブル/エンティティの一対多のリレーションシップ lk_webresourcebase_createdonbehalfby を参照してください。
webresource_modifiedby
systemuser テーブル/エンティティの一対多のリレーションシップ webresource_modifiedby を参照してください。
webresource_organization
organization テーブル/エンティティの一対多のリレーションシップ webresource_organization を参照してください。
多対多関連付け
WebResource テーブルが関連付けの最初のテーブルである場合に提供される関連付けの詳細。 SchemaName が一覧表示。
appactionrule_webresource_scripts
appactionrule テーブル/エンティティの多対多のリレーションシップ appactionrule_webresource_scripts を参照してください。
関連項目
フィードバック
フィードバックの送信と表示