Référence d’entité/de table Multistep Form (mspp_webform)
Notes
Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.
Defines the necessary properties and relationships to the other key entities in order to control the initialization of the form within a web portal.
Ajouté par : solution Power Pages Apps
Messages
Message | Opération de l'API web | Classe ou méthode SDK |
---|---|---|
BulkRetain | BulkRetain Action | <xref:Microsoft.Crm.Sdk.Messages.BulkRetainRequest> |
Create | POST [org URI]/api/data/v9.0/mspp_webforms Voir Créer |
CreateRequest ou Create |
CreateMultiple | CreateMultiple Action | CreateMultipleRequest |
Delete | DELETE [org URI]/api/data/v9.0/mspp_webforms(mspp_webformid) Voir Supprimer |
DeleteRequest ou Delete |
PurgeRetainedContent | PurgeRetainedContent Action | <xref:Microsoft.Crm.Sdk.Messages.PurgeRetainedContentRequest> |
Retain | Retain Action | <xref:Microsoft.Crm.Sdk.Messages.RetainRequest> |
Retrieve | GET [org URI]/api/data/v9.0/mspp_webforms(mspp_webformid) Voir Récupérer |
RetrieveRequest ou Retrieve |
RetrieveEntityChanges | RetrieveEntityChangesRequest | |
RetrieveMultiple | GET [org URI]/api/data/v9.0/mspp_webforms Voir Rechercher des données |
RetrieveMultipleRequest ou RetrieveMultiple |
RollbackRetain | RollbackRetain Action | <xref:Microsoft.Crm.Sdk.Messages.RollbackRetainRequest> |
Update | PATCH [org URI]/api/data/v9.0/mspp_webforms(mspp_webformid) Voir Mettre à jour |
UpdateRequest ou Update |
UpdateMultiple | UpdateMultiple Action | UpdateMultipleRequest |
ValidateRetentionConfig | ValidateRetentionConfig Action | <xref:Microsoft.Crm.Sdk.Messages.ValidateRetentionConfigRequest> |
Propriétés
Propriété | Valeur |
---|---|
CollectionSchemaName | mspp_webforms |
DisplayCollectionName | Multistep Forms |
DisplayName | Multistep Form |
EntitySetName | mspp_webforms |
IsBPFEntity | False |
LogicalCollectionName | mspp_webforms |
LogicalName | mspp_webform |
OwnershipType | OrganizationOwned |
PrimaryIdAttribute | mspp_webformid |
PrimaryNameAttribute | mspp_name |
SchemaName | mspp_webform |
Colonnes/Attributs inscriptibles
Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par SchemaName.
- mspp_authenticationrequired
- mspp_createdby
- mspp_createdon
- mspp_editexistingrecordpermitted
- mspp_editexpiredmessage
- mspp_editexpiredstatecode
- mspp_editexpiredstatuscode
- mspp_editnotpermittedmessage
- mspp_modifiedby
- mspp_modifiedon
- mspp_multiplerecordsperuserpermitted
- mspp_name
- mspp_progressindicatorenabled
- mspp_progressindicatorignorelaststep
- mspp_progressindicatorposition
- mspp_progressindicatorprependstepnum
- mspp_progressindicatortype
- mspp_provisionedlanguages
- mspp_savechangeswarningmessage
- mspp_savechangeswarningonclose
- mspp_startnewsessiononload
- mspp_startstep
- mspp_webformId
- mspp_websiteid
- statecode
- statuscode
mspp_authenticationrequired
Propriété | Valeur |
---|---|
Description | Redirect to sign in if the user is anonymous. |
DisplayName | Authentication Required |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_authenticationrequired |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_authenticationrequired
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_createdby
Propriété | Valeur |
---|---|
Description | Shows who created the record. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
mspp_createdon
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_createdon |
RequiredLevel | None |
Type | DateTime |
mspp_editexistingrecordpermitted
Propriété | Valeur |
---|---|
Description | Determines if an existing record can be edited. This setting is ignored If the form mode on the form step is set to edit mode. Otherwise, an edit form wouldn't function properly. |
DisplayName | Edit Existing Record Permitted |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_editexistingrecordpermitted |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_editexistingrecordpermitted
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 1
mspp_editexpiredmessage
Propriété | Valeur |
---|---|
Description | |
DisplayName | Edit Expired Message |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_editexpiredmessage |
MaxLength | 10000 |
RequiredLevel | None |
Type | Memo |
mspp_editexpiredstatecode
Propriété | Valeur |
---|---|
Description | |
DisplayName | Edit Expired State Code |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_editexpiredstatecode |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
mspp_editexpiredstatuscode
Propriété | Valeur |
---|---|
Description | |
DisplayName | Edit Expired Status Code |
Format | None |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_editexpiredstatuscode |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
mspp_editnotpermittedmessage
Propriété | Valeur |
---|---|
Description | |
DisplayName | Edit Not Permitted Message |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_editnotpermittedmessage |
MaxLength | 10000 |
RequiredLevel | None |
Type | Memo |
mspp_modifiedby
Propriété | Valeur |
---|---|
Description | Shows who last updated the record. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
mspp_modifiedon
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | Shows the date and time when the record was modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_modifiedon |
RequiredLevel | None |
Type | DateTime |
mspp_multiplerecordsperuserpermitted
Propriété | Valeur |
---|---|
Description | |
DisplayName | Multiple Records Per User Permitted |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_multiplerecordsperuserpermitted |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_multiplerecordsperuserpermitted
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 1
mspp_name
Propriété | Valeur |
---|---|
Description | The name of the custom entity. |
DisplayName | Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_name |
MaxLength | 100 |
RequiredLevel | ApplicationRequired |
Type | String |
mspp_progressindicatorenabled
Propriété | Valeur |
---|---|
Description | |
DisplayName | Enabled |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_progressindicatorenabled |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_progressindicatorenabled
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_progressindicatorignorelaststep
Propriété | Valeur |
---|---|
Description | |
DisplayName | Ignore Last Step In Progress Count |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_progressindicatorignorelaststep |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_progressindicatorignorelaststep
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_progressindicatorposition
Propriété | Valeur |
---|---|
Description | Location of the progress indicator relative to the form |
DisplayName | Position |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_progressindicatorposition |
RequiredLevel | None |
Type | Picklist |
Choix/Options mspp_progressindicatorposition
Valeur | Étiquette | Description |
---|---|---|
756150000 | Top | |
756150001 | Bottom | |
756150002 | Left | |
756150003 | Right |
mspp_progressindicatorprependstepnum
Propriété | Valeur |
---|---|
Description | |
DisplayName | Prepend Step Number to Step Title |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_progressindicatorprependstepnum |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_progressindicatorprependstepnum
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_progressindicatortype
Propriété | Valeur |
---|---|
Description | |
DisplayName | Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_progressindicatortype |
RequiredLevel | None |
Type | Picklist |
Choix/Options mspp_progressindicatortype
Valeur | Étiquette | Description |
---|---|---|
756150000 | Title | |
756150001 | Numeric (Step 1 of N) | |
756150002 | Progress Bar |
mspp_provisionedlanguages
Propriété | Valeur |
---|---|
Description | |
DisplayName | Provisioned Languages |
Format | Language |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_provisionedlanguages |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
mspp_savechangeswarningmessage
Propriété | Valeur |
---|---|
Description | Default message: Your changes have not been saved. To stay on the page so that you can save your changes, click Cancel. |
DisplayName | Save Changes Warning Message |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_savechangeswarningmessage |
MaxLength | 10000 |
RequiredLevel | None |
Type | Memo |
mspp_savechangeswarningonclose
Propriété | Valeur |
---|---|
Description | Displays a warning message to the user if they close the browser, or refresh the page, or click the previous button in a multiple step form and they have changes that haven't been saved. |
DisplayName | Display Save Changes Warning On Close |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_savechangeswarningonclose |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_savechangeswarningonclose
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_startnewsessiononload
Propriété | Valeur |
---|---|
Description | |
DisplayName | Start New Session On Load |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_startnewsessiononload |
RequiredLevel | None |
Type | Boolean |
Choix/Options mspp_startnewsessiononload
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
mspp_startstep
Propriété | Valeur |
---|---|
Description | Unique identifier for Form Step associated with Multistep Form. |
DisplayName | Start Step |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_startstep |
RequiredLevel | None |
Targets | mspp_webformstep |
Type | Lookup |
mspp_webformId
Propriété | Valeur |
---|---|
Description | Unique identifier for entity instances |
DisplayName | Multistep Form |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | mspp_webformid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
mspp_websiteid
Propriété | Valeur |
---|---|
Description | Unique identifier for Website entity associated with this record |
DisplayName | Website |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mspp_websiteid |
RequiredLevel | ApplicationRequired |
Targets | mspp_website |
Type | Lookup |
statecode
Propriété | Valeur |
---|---|
Description | Status of the Multistep Form |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
Choix/Options statecode
Valeur | Étiquette | Statut par défaut | Nom invariant |
---|---|---|---|
0 | Active | 1 | Active |
1 | Inactive | 2 | Inactive |
statuscode
Propriété | Valeur |
---|---|
Description | Reason for the status of the Multistep Form |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
Choix/Options statuscode
Valeur | Étiquette | État |
---|---|---|
1 | Active | 0 |
2 | Inactive | 1 |
Colonnes/Attributs en lecture seule
Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.
- mspp_createdbyName
- mspp_createdbyYomiName
- mspp_modifiedbyName
- mspp_modifiedbyYomiName
- mspp_startstepName
- mspp_websiteidName
mspp_createdbyName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_createdbyname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_createdbyYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_createdbyyominame |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_modifiedbyName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_modifiedbyname |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_modifiedbyYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_modifiedbyyominame |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
mspp_startstepName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_startstepname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
mspp_websiteidName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | mspp_websiteidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Relations un-à-plusieurs
Répertorié par SchemaName.
mspp_webform_webformmetadata_entityformforcreate
Identique à la relation plusieurs à un mspp_webform_webformmetadata_entityformforcreate pour la table/entité mspp_webformmetadata.
Propriété | Valeur |
---|---|
ReferencingEntity | mspp_webformmetadata |
ReferencingAttribute | mspp_entityformforcreate |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_webform_webformmetadata_entityformforcreate |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_webformstep_webform
Identique à la relation plusieurs à un mspp_webformstep_webform pour la table/entité mspp_webformstep.
Propriété | Valeur |
---|---|
ReferencingEntity | mspp_webformstep |
ReferencingAttribute | mspp_webform |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_webformstep_webform |
AssociatedMenuConfiguration | Behavior: UseLabel Group: Details Label: Steps Order: 103100 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
mspp_webpage_webform
Identique à la relation plusieurs à un mspp_webpage_webform pour la table/entité mspp_webpage.
Propriété | Valeur |
---|---|
ReferencingEntity | mspp_webpage |
ReferencingAttribute | mspp_webform |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | mspp_webpage_webform |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 107000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade 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.
- mspp_systemuser_mspp_webform_createdby
- mspp_systemuser_mspp_webform_modifiedby
- mspp_webform_startstep
- mspp_website_webform
mspp_systemuser_mspp_webform_createdby
Ajouté par : solution System Solution
Voir la relation un à plusieurs mspp_systemuser_mspp_webform_createdby pour la table/entité systemuser.
mspp_systemuser_mspp_webform_modifiedby
Ajouté par : solution System Solution
Voir la relation un à plusieurs mspp_systemuser_mspp_webform_modifiedby pour la table/entité systemuser.
mspp_webform_startstep
Voir la relation un à plusieurs mspp_webform_startstep pour la table/entité mspp_webformstep.
mspp_website_webform
Voir la relation un à plusieurs mspp_website_webform pour la table/entité mspp_website.
Voir aussi
Référence d’entité/de table Dataverse Référence d’API web mspp_webform EntityType