Multistep Form Metadata (mspp_webformmetadata) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Defines the additional behavior modification logic to augment or override the functionality of form fields that is not possible with Dynamics 365 entity and form metadata.

Added by: Power Pages Apps Solution

Messages

Message Web API Operation SDK class or method
BulkRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Create POST /mspp_webformmetadatas
See Create
CreateRequest or
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /mspp_webformmetadatas(mspp_webformmetadataid)
See Delete
DeleteRequest or
Delete
PurgeRetainedContent This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retrieve GET /mspp_webformmetadatas(mspp_webformmetadataid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET /mspp_webformmetadatas
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RollbackRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Update PATCH /mspp_webformmetadatas(mspp_webformmetadataid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest
ValidateRetentionConfig This message is to be executed only by Dataverse to trigger registered plug-ins and flows.

Properties

Property Value
CollectionSchemaName mspp_webformmetadatas
DisplayCollectionName Multistep Form Metadata
DisplayName Multistep Form Metadata
EntitySetName mspp_webformmetadatas
IsBPFEntity False
LogicalCollectionName mspp_webformmetadatas
LogicalName mspp_webformmetadata
OwnershipType OrganizationOwned
PrimaryIdAttribute mspp_webformmetadataid
PrimaryNameAttribute mspp_attributelogicalname
SchemaName mspp_webformmetadata

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

mspp_adddescription

Property Value
Description
DisplayName Add Description
IsValidForForm True
IsValidForRead True
LogicalName mspp_adddescription
RequiredLevel None
Type Boolean

mspp_adddescription Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_attributelogicalname

Property Value
Description The name of the attribute field to be modified.
DisplayName Attribute Logical Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_attributelogicalname
MaxLength 100
RequiredLevel Recommended
Type String

mspp_constantsummaximumtotal

Property Value
Description
DisplayName Constant Sum Maximum Total
Format None
IsValidForForm True
IsValidForRead True
LogicalName mspp_constantsummaximumtotal
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

mspp_constantsumminimumtotal

Property Value
Description
DisplayName Constant Sum Minimum Total
Format None
IsValidForForm True
IsValidForRead True
LogicalName mspp_constantsumminimumtotal
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

mspp_constantsumvalidationerrormessage

Property Value
Description
DisplayName Constant Sum Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_constantsumvalidationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_controlstyle

Property Value
Description Specifies how the control should be modified or enhanced.
DisplayName Control Style
IsValidForForm True
IsValidForRead True
LogicalName mspp_controlstyle
RequiredLevel None
Type Picklist

mspp_controlstyle Choices/Options

Value Label Description
100000000 Option Set as Vertical Radio Button List
100000001 Option Set as Horizontal Radio Button List
100000002 Single Line of Text as Geolocation Lookup Validator
100000003 Group Whole Number as Constant Sum
100000004 Group Whole Number as Rank Order Scale No Ties
100000005 Group Whole Number as Rank Order Scale Allow Ties
100000006 Multiple Choice Matrix
100000007 Multiple Choice
100000008 Group Whole Number as Stack Rank
756150000 Render Lookup as Dropdown
756150001 Code component

mspp_createdby

Property Value
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdby
RequiredLevel None
Targets systemuser
Type Lookup

mspp_createdon

Property Value
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_cssclass

Property Value
Description
DisplayName CSS Class
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_cssclass
MaxLength 100
RequiredLevel None
Type String

mspp_description

Property Value
Description
DisplayName Description
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_description
MaxLength 10000
RequiredLevel None
Type Memo

mspp_descriptionposition

Property Value
Description
DisplayName Position
IsValidForForm True
IsValidForRead True
LogicalName mspp_descriptionposition
RequiredLevel None
Type Picklist

mspp_descriptionposition Choices/Options

Value Label Description
100000000 Above the field
100000001 Below the field
100000002 Above the label

mspp_entityformforcreate

Property Value
Description
DisplayName Basic Form for Create
IsValidForForm True
IsValidForRead True
LogicalName mspp_entityformforcreate
RequiredLevel None
Targets mspp_webform
Type Lookup

mspp_entityformforcreateinwebformmetadata

Property Value
Description
DisplayName Basic Form for Create
IsValidForForm True
IsValidForRead True
LogicalName mspp_entityformforcreateinwebformmetadata
RequiredLevel None
Targets mspp_entityform
Type Lookup

mspp_fieldisrequired

Property Value
Description
DisplayName Field is Required
IsValidForForm True
IsValidForRead True
LogicalName mspp_fieldisrequired
RequiredLevel None
Type Boolean

mspp_fieldisrequired Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_geolocationvalidatorerrormessage

Property Value
Description The error message to be displayed when the geolocation validator validation fails.
DisplayName Geolocation Validator Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_geolocationvalidatorerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_groupname

Property Value
Description Shows which attributes are to be grouped and rendered as a composite control if the control style is a groupings type such as "Group Whole Number as Constant Sum."
DisplayName Group Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_groupname
MaxLength 100
RequiredLevel None
Type String

mspp_ignoredefaultvalue

Property Value
Description
DisplayName Ignore Default Value
IsValidForForm True
IsValidForRead True
LogicalName mspp_ignoredefaultvalue
RequiredLevel None
Type Boolean

mspp_ignoredefaultvalue Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_label

Property Value
Description
DisplayName Label
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_label
MaxLength 10000
RequiredLevel None
Type Memo

mspp_maxmultiplechoiceselectedcount

Property Value
Description
DisplayName Multiple Choice Max Selected Count
Format None
IsValidForForm True
IsValidForRead True
LogicalName mspp_maxmultiplechoiceselectedcount
MaxValue 100
MinValue 0
RequiredLevel None
Type Integer

mspp_minmultiplechoiceselectedcount

Property Value
Description
DisplayName Multiple Choice Minimum Required Selected Count
Format None
IsValidForForm True
IsValidForRead True
LogicalName mspp_minmultiplechoiceselectedcount
MaxValue 100
MinValue 0
RequiredLevel None
Type Integer

mspp_modifiedby

Property Value
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

Property Value
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_multiplechoicevalidationerrormessage

Property Value
Description
DisplayName Multiple Choice Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_multiplechoicevalidationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_notes_settings

Property Value
Description
DisplayName Notes Settings
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_notes_settings
MaxLength 100000
RequiredLevel None
Type Memo

mspp_onsavefromattribute

Property Value
Description Use this field, in conjunction with On Save Type = Current User Contact, to map any attribute from the current user’s contact record to this record’s attribute logical name.
DisplayName On Save From Attribute
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_onsavefromattribute
MaxLength 100
RequiredLevel None
Type String

mspp_onsavetype

Property Value
Description Shows the mechanisms for populating a field with a value.
DisplayName On Save Type
IsValidForForm True
IsValidForRead True
LogicalName mspp_onsavetype
RequiredLevel None
Type Picklist

mspp_onsavetype Choices/Options

Value Label Description
100000000 Value
100000001 Today's Date
100000002 Current Portal User

mspp_onsavevalue

Property Value
Description
DisplayName Value
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_onsavevalue
MaxLength 4000
RequiredLevel None
Type String

mspp_prepopulatefromattribute

Property Value
Description Use this field, in conjunction with Prepopulate Type = Current User Contact, to map any attribute from the current user’s contact record to this record’s attribute logical name.
DisplayName Prepopulate From Attribute
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_prepopulatefromattribute
MaxLength 100
RequiredLevel None
Type String

mspp_prepopulatetype

Property Value
Description Shows the mechanisms for populating a field with a value.
DisplayName Prepopulate Type
IsValidForForm True
IsValidForRead True
LogicalName mspp_prepopulatetype
RequiredLevel None
Type Picklist

mspp_prepopulatetype Choices/Options

Value Label Description
100000000 Value
100000001 Today's Date
100000002 Current Portal User

mspp_prepopulatevalue

Property Value
Description The value to prepopulate the field.
DisplayName Prepopulate Value
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_prepopulatevalue
MaxLength 4000
RequiredLevel None
Type String

mspp_provisionedlanguages

Property Value
Description
DisplayName Provisioned Languages
Format Language
IsValidForForm True
IsValidForRead True
LogicalName mspp_provisionedlanguages
MaxValue 2147483647
MinValue 0
RequiredLevel None
Type Integer

mspp_purchasecreateinvoiceonpayment

Property Value
Description
DisplayName Create Invoice on Payment
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasecreateinvoiceonpayment
RequiredLevel None
Type Boolean

mspp_purchasecreateinvoiceonpayment Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_purchasefulfillorderonpayment

Property Value
Description
DisplayName Fulfill Order on Payment
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasefulfillorderonpayment
RequiredLevel None
Type Boolean

mspp_purchasefulfillorderonpayment Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_purchaselineitemdescriptionattribute

Property Value
Description
DisplayName Line Item Description Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemdescriptionattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineiteminstructionsattribute

Property Value
Description Purchase line item entity attribute name for instructions.
DisplayName Line Item Instructions Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineiteminstructionsattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineitemorderattribute

Property Value
Description Purchase line item entity attribute name for the order in which a line item should be displayed.
DisplayName Line Item Order Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemorderattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineitemproductattribute

Property Value
Description Purchase line item entity attribute name for Product lookup. If this value is not present and set, the corresponding line item will be excluded from the purchase.
DisplayName Line Item Product Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemproductattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineitemquantityattribute

Property Value
Description Purchase line item entity attribute name for item quantity. (Should be a decimal attribute.)
DisplayName Line Item Quantity Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemquantityattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineitemrelationship

Property Value
Description Relationship from the purchase entity that defines purchase line items.
DisplayName Line Item Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemrelationship
MaxLength 200
RequiredLevel None
Type String

mspp_purchaselineitemrequiredattribute

Property Value
Description Purchase line item entity attribute name for whether a line item is required.
DisplayName Line Item Required Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemrequiredattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaselineitemuomattribute

Property Value
Description Purchase line item entity attribute name for Unit of Measure lookup.
DisplayName Line Item UoM Attribute Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaselineitemuomattribute
MaxLength 100
RequiredLevel None
Type String

mspp_purchaseoptionalproductsrelationship

Property Value
Description Relationship from the purchase entity for products to be purchased that are optional (the user must opt-in to purchase of these items).
DisplayName Optional Products Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaseoptionalproductsrelationship
MaxLength 200
RequiredLevel None
Type String

mspp_purchasequotename

Property Value
Description The name to be used for all purchase quotes generated by this step.
DisplayName Quote Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasequotename
MaxLength 200
RequiredLevel None
Type String

mspp_purchaserequiredproductsrelationship

Property Value
Description Relationship from the purchase entity for products to be purchased that are a required part of the purchase.
DisplayName Required Products Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaserequiredproductsrelationship
MaxLength 200
RequiredLevel None
Type String

mspp_purchaserequiresshipping

Property Value
Description Select whether to require the purchase process to collect shipping information.
DisplayName Requires Shipping
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchaserequiresshipping
RequiredLevel None
Type Boolean

mspp_purchaserequiresshipping Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_purchasetargetentityinvoicerelationship

Property Value
Description
DisplayName Target Entity Invoice Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasetargetentityinvoicerelationship
MaxLength 100
RequiredLevel None
Type String

mspp_purchasetargetentityorderrelationship

Property Value
Description
DisplayName Target Entity Order Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasetargetentityorderrelationship
MaxLength 100
RequiredLevel None
Type String

mspp_purchasetargetentityrelationship

Property Value
Description Relationship from the form step target entity to the purchase entity, if the step target is not the purchase entity.
DisplayName Target Entity Relationship Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_purchasetargetentityrelationship
MaxLength 200
RequiredLevel None
Type String

mspp_randomizeoptionsetvalues

Property Value
Description
DisplayName Randomize Option Set Values
IsValidForForm True
IsValidForRead True
LogicalName mspp_randomizeoptionsetvalues
RequiredLevel None
Type Boolean

mspp_randomizeoptionsetvalues Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_rangevalidationerrormessage

Property Value
Description
DisplayName Range Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_rangevalidationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_rankordernotiesvalidationerrormessage

Property Value
Description
DisplayName Rank Order No Ties Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_rankordernotiesvalidationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_requiredfieldvalidationerrormessage

Property Value
Description The error message shown when a required field does not contain a value.
DisplayName Required Field Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_requiredfieldvalidationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_sectionname

Property Value
Description
DisplayName Section Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_sectionname
MaxLength 200
RequiredLevel None
Type String

mspp_setvalueonsave

Property Value
Description
DisplayName Set Value On Save
IsValidForForm True
IsValidForRead True
LogicalName mspp_setvalueonsave
RequiredLevel None
Type Boolean

mspp_setvalueonsave Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_subgrid_name

Property Value
Description
DisplayName Subgrid Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_subgrid_name
MaxLength 150
RequiredLevel None
Type String

mspp_subgrid_settings

Property Value
Description
DisplayName Subgrid Settings
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_subgrid_settings
MaxLength 100000
RequiredLevel None
Type Memo

mspp_tabname

Property Value
Description
DisplayName Tab Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_tabname
MaxLength 200
RequiredLevel None
Type String

mspp_timeline_settings

Property Value
Description
DisplayName Timeline Settings
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_timeline_settings
MaxLength 100000
RequiredLevel None
Type Memo

mspp_type

Property Value
Description
DisplayName Type
IsValidForForm True
IsValidForRead True
LogicalName mspp_type
RequiredLevel ApplicationRequired
Type Picklist

mspp_type Choices/Options

Value Label Description
100000000 Attribute
100000001 Section
100000002 Tab
100000003 Purchase
100000004 Subgrid
100000005 Notes
756150000 Timeline

mspp_useattributedescriptionproperty

Property Value
Description
DisplayName Use Attribute's Description Property
IsValidForForm True
IsValidForRead True
LogicalName mspp_useattributedescriptionproperty
RequiredLevel None
Type Boolean

mspp_useattributedescriptionproperty Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mspp_validationerrormessage

Property Value
Description The error message defined for the validation.
DisplayName Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_validationerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_validationregularexpression

Property Value
Description Adds a regular expression validator with the specified regular expression.
DisplayName Validation Regular Expression
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_validationregularexpression
MaxLength 4000
RequiredLevel None
Type String

mspp_validationregularexpressionerrormessage

Property Value
Description
DisplayName Regular Expression Validation Error Message
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_validationregularexpressionerrormessage
MaxLength 4000
RequiredLevel None
Type String

mspp_webformmetadataId

Property Value
Description Unique identifier for entity instances
DisplayName Multistep Form Metadata
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName mspp_webformmetadataid
RequiredLevel SystemRequired
Type Uniqueidentifier

mspp_webformstep

Property Value
Description Unique identifier for Form Step associated with Multistep Form Metadata.
DisplayName Form Step
IsValidForForm True
IsValidForRead True
LogicalName mspp_webformstep
RequiredLevel ApplicationRequired
Targets mspp_webformstep
Type Lookup

statecode

Property Value
Description Status of the Multistep Form Metadata
DisplayName Status
IsValidForCreate False
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State

statecode Choices/Options

Value Label DefaultStatus InvariantName
0 Active 1 Active
1 Inactive 2 Inactive

statuscode

Property Value
Description Reason for the status of the Multistep Form Metadata
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status

statuscode Choices/Options

Value Label State
1 Active 0
2 Inactive 1

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

mspp_createdbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyname
MaxLength 200
RequiredLevel None
Type String

mspp_createdbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_entityformforcreateinwebformmetadataName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_entityformforcreateinwebformmetadataname
MaxLength 100
RequiredLevel None
Type String

mspp_entityformforcreateName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_entityformforcreatename
MaxLength 100
RequiredLevel None
Type String

mspp_modifiedbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyname
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_webformstepName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_webformstepname
MaxLength 100
RequiredLevel None
Type String

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

mspp_entityform_webformmetadata_entityformforcreate

See the mspp_entityform_webformmetadata_entityformforcreate one-to-many relationship for the mspp_entityform table/entity.

mspp_systemuser_mspp_webformmetadata_createdby

Added by: System Solution Solution

See the mspp_systemuser_mspp_webformmetadata_createdby one-to-many relationship for the systemuser table/entity.

mspp_systemuser_mspp_webformmetadata_modifiedby

Added by: System Solution Solution

See the mspp_systemuser_mspp_webformmetadata_modifiedby one-to-many relationship for the systemuser table/entity.

mspp_webform_webformmetadata_entityformforcreate

See the mspp_webform_webformmetadata_entityformforcreate one-to-many relationship for the mspp_webform table/entity.

mspp_webformmetadata_webformstep

See the mspp_webformmetadata_webformstep one-to-many relationship for the mspp_webformstep table/entity.

See also

Dataverse table/entity reference
Web API Reference
mspp_webformmetadata EntityType