Référence d’entité/de table WebResource
Notes
Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans 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.
Messages
Message | Opération de l'API web | Classe ou méthode SDK |
---|---|---|
Create | POST [org URI]/api/data/v9.0/webresourceset Voir Créer |
CreateRequest ou Create |
Delete | DELETE [org URI]/api/data/v9.0/webresourceset(webresourceid) Voir Supprimer |
DeleteRequest ou Delete |
Retrieve | GET [org URI]/api/data/v9.0/webresourceset(webresourceid) Voir Récupérer |
RetrieveRequest ou Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/webresourceset Voir Rechercher des données |
RetrieveMultipleRequest ou RetrieveMultiple |
RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
Update | PATCH [org URI]/api/data/v9.0/webresourceset(webresourceid) Voir Mettre à jour |
UpdateRequest ou Update |
Propriétés
Propriété | Valeur |
---|---|
CollectionSchemaName | WebResources |
DisplayCollectionName | Web Resources |
DisplayName | Web Resource |
EntitySetName | webresourceset |
IsBPFEntity | False |
LogicalCollectionName | webresources |
LogicalName | webresource |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | webresourceid |
PrimaryNameAttribute | name |
SchemaName | WebResource |
Colonnes/Attributs inscriptibles
Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.
- CanBeDeleted
- Content
- ContentJson
- DependencyXml
- Description
- DisplayName
- IntroducedVersion
- IsAvailableForMobileOffline
- IsCustomizable
- IsEnabledForMobileClient
- IsHidden
- LanguageCode
- Name
- SilverlightVersion
- WebResourceId
- WebResourceType
CanBeDeleted
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | DependencyXML |
Format | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | dependencyxml |
MaxLength | 5000 |
RequiredLevel | None |
Type | Memo |
Description
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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 |
Choix/Options IsAvailableForMobileOffline
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
IsCustomizable
Propriété | Valeur |
---|---|
Description | Information that specifies whether this component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsEnabledForMobileClient
Propriété | Valeur |
---|---|
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 |
Choix/Options IsEnabledForMobileClient
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
IsHidden
Propriété | Valeur |
---|---|
Description | Information that specifies whether this component should be hidden. |
DisplayName | Hidden |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ishidden |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
LanguageCode
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
Description | Unique identifier of the web resource. |
DisplayName | Web Resource Identifier |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | webresourceid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
WebResourceType
Propriété | Valeur |
---|---|
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 |
Choix/Options WebResourceType
Valeur | Étiquette | Description |
---|---|---|
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) |
Colonnes/Attributs en lecture seule
Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par 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
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options ComponentState
Valeur | Étiquette | Description |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
ContentFileRef_Name
Ajouté par : solution Active Solution
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contentfileref_name |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
ContentJsonFileRef_Name
Ajouté par : solution Active Solution
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | contentjsonfileref_name |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
CreatedBy
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
IsManaged
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
Choix/Options IsManaged
Valeur | Étiquette | Description |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Valeur par défaut : 0
ModifiedBy
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OrganizationId
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | organizationidname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OverwriteTime
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
SolutionId
Propriété | Valeur |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
VersionNumber
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
WebResourceIdUnique
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | webresourceidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Relations un-à-plusieurs
Répertorié par SchemaName.
- webresource_savedqueryvisualizations
- solution_configuration_webresource
- webresource_userqueryvisualizations
- lk_theme_logoid
- webresource_appaction_iconwebresourceid
- webresource_appaction_onclickeventjavascriptwebresourceid
webresource_savedqueryvisualizations
Identique à la relation plusieurs à un webresource_savedqueryvisualizations pour la table/entité savedqueryvisualization.
Propriété | Valeur |
---|---|
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
Identique à la relation plusieurs à un solution_configuration_webresource pour la table/entité solution.
Propriété | Valeur |
---|---|
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
Identique à la relation plusieurs à un webresource_userqueryvisualizations pour la table/entité userqueryvisualization.
Propriété | Valeur |
---|---|
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
Identique à la relation plusieurs à un lk_theme_logoid pour la table/entité theme.
Propriété | Valeur |
---|---|
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
Ajouté par : solution Power Apps Actions
Identique à la relation plusieurs à un webresource_appaction_iconwebresourceid pour la table/entité appaction.
Propriété | Valeur |
---|---|
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
Ajouté par : solution Power Apps Actions
Identique à la relation plusieurs à un webresource_appaction_onclickeventjavascriptwebresourceid pour la table/entité appaction.
Propriété | Valeur |
---|---|
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 |
Relations plusieurs-à-un
Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.
- lk_webresourcebase_modifiedonbehalfby
- webresource_createdby
- lk_webresourcebase_createdonbehalfby
- webresource_modifiedby
- webresource_organization
lk_webresourcebase_modifiedonbehalfby
Voir la relation un à plusieurs lk_webresourcebase_modifiedonbehalfby pour la table/entité systemuser.
webresource_createdby
Voir la relation un à plusieurs webresource_createdby pour la table/entité systemuser.
lk_webresourcebase_createdonbehalfby
Voir la relation un à plusieurs lk_webresourcebase_createdonbehalfby pour la table/entité systemuser.
webresource_modifiedby
Voir la relation un à plusieurs webresource_modifiedby pour la table/entité systemuser.
webresource_organization
Voir la relation un à plusieurs webresource_organization pour la table/entité organization.
Relations plusieurs-à-plusieurs
Détails de la relation fournis où la table WebResource est la première table de la relation. Répertorié par SchemaName.
appactionrule_webresource_scripts
Voir la relation plusieurs à plusieurs appactionrule_webresource_scripts pour la table/entité appactionrule.
Voir aussi
Référence d’entité/de table Dataverse Référence d’API web webresource EntityType