mspp_webform EntityType
Defines the necessary properties and relationships to the other key entities in order to control the initialization of the form within a web portal.
- Entity set path:
- [organization URI]/api/data/v9.2/mspp_webforms
- Base type:
- crmbaseentity
- Table type:
- Virtual
- Display name:
- Multistep Form
- Primary key:
- mspp_webformid
- Primary name column:
- mspp_name
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mspp_authenticationrequired | Edm.Boolean |
Redirect to sign in if the user is anonymous. Display name: Authentication Required
Default options
|
||||||||||
mspp_createdon | Edm.DateTimeOffset |
Shows the date and time when the record was created. Display name: Created On |
||||||||||
mspp_editexistingrecordpermitted | Edm.Boolean |
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. Display name: Edit Existing Record Permitted
Default options
|
||||||||||
mspp_editexpiredmessage | Edm.String |
Display name: Edit Expired Message |
||||||||||
mspp_editexpiredstatecode | Edm.Int32 |
Display name: Edit Expired State Code |
||||||||||
mspp_editexpiredstatuscode | Edm.Int32 |
Display name: Edit Expired Status Code |
||||||||||
mspp_editnotpermittedmessage | Edm.String |
Display name: Edit Not Permitted Message |
||||||||||
mspp_modifiedon | Edm.DateTimeOffset |
Shows the date and time when the record was modified. Display name: Modified On |
||||||||||
mspp_multiplerecordsperuserpermitted | Edm.Boolean |
Display name: Multiple Records Per User Permitted
Default options
|
||||||||||
mspp_name | Edm.String |
The name of the custom entity. Display name: Name |
||||||||||
mspp_progressindicatorenabled | Edm.Boolean |
Display name: Enabled
Default options
|
||||||||||
mspp_progressindicatorignorelaststep | Edm.Boolean |
Display name: Ignore Last Step In Progress Count
Default options
|
||||||||||
mspp_progressindicatorposition | Edm.Int32 |
Location of the progress indicator relative to the form Display name: Position
Default options
|
||||||||||
mspp_progressindicatorprependstepnum | Edm.Boolean |
Display name: Prepend Step Number to Step Title
Default options
|
||||||||||
mspp_progressindicatortype | Edm.Int32 |
Display name: Type
Default options
|
||||||||||
mspp_provisionedlanguages | Edm.Int32 |
Display name: Provisioned Languages |
||||||||||
mspp_savechangeswarningmessage | Edm.String |
Default message: Your changes have not been saved. To stay on the page so that you can save your changes, click Cancel. Display name: Save Changes Warning Message |
||||||||||
mspp_savechangeswarningonclose | Edm.Boolean |
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. Display name: Display Save Changes Warning On Close
Default options
|
||||||||||
mspp_startnewsessiononload | Edm.Boolean |
Display name: Start New Session On Load
Default options
|
||||||||||
mspp_webformid | Edm.Guid |
Unique identifier for entity instances Display name: Multistep Form |
||||||||||
statecode | Edm.Int32 |
Status of the Multistep Form Display name: Status
Default options
|
||||||||||
statuscode | Edm.Int32 |
Reason for the status of the Multistep Form Display name: Status Reason
Default options
|
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_mspp_createdby_value | mspp_createdby |
Shows who created the record. |
_mspp_modifiedby_value | mspp_modifiedby |
Shows who last updated the record. |
_mspp_startstep_value | mspp_startstep |
Unique identifier for Form Step associated with Multistep Form. |
_mspp_websiteid_value | mspp_websiteid |
Unique identifier for Website entity associated with this record |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
mspp_createdby | systemuser | mspp_systemuser_mspp_webform_createdby |
mspp_modifiedby | systemuser | mspp_systemuser_mspp_webform_modifiedby |
mspp_startstep | mspp_webformstep | mspp_webform_startstep |
mspp_websiteid | mspp_website | mspp_website_webform |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
mspp_webform_webformmetadata_entityformforcreate | mspp_webformmetadata | mspp_entityformforcreate |
mspp_webformstep_webform | mspp_webformstep | mspp_webform |
mspp_webpage_webform | mspp_webpage | mspp_webform |
Operations
The following operations can be used with the mspp_webform entity type.
Name | Binding |
---|---|
BulkRetain | Not Bound |
CreateMultiple | Not Bound |
DeleteMultiple | Not Bound |
PurgeRetainedContent | Not Bound |
Retain | Not Bound |
RollbackRetain | Not Bound |
UpdateMultiple | Not Bound |
ValidateRetentionConfig | Not Bound |