定义与其他关键实体的必要属性和关系,以控制 Web 门户中表单的初始化。
Messages
下表列出了 Multistep Form (mspp_webform) 表的消息。 消息表示可以在表上执行的作。 它们也可能是事件。
| 名称 是事件? |
Web API 操作 | SDK for .NET |
|---|---|---|
Associate事件:True |
关联记录 | 关联记录 |
Create事件:True |
POST /mspp_webforms请参阅 创建 |
创建记录 |
CreateMultiple事件:True |
CreateMultiple | CreateMultipleRequest |
Delete事件:True |
DELETE /mspp_webforms(mspp_webformid)请参阅 删除 |
删除记录 |
Disassociate事件:True |
取消关联记录 | 取消关联记录 |
Retrieve事件:True |
GET /mspp_webforms(mspp_webformid)请参阅 检索 |
检索记录 |
RetrieveEntityChanges事件:True |
RetrieveEntityChangesRequest | |
RetrieveMultiple事件:True |
GET /mspp_webforms查看 查询数据 |
查询数据 |
Update事件:True |
PATCH /mspp_webforms(mspp_webformid)查看 更新 |
更新记录 |
UpdateMultiple事件:True |
UpdateMultiple | UpdateMultipleRequest |
Upsert事件:False |
PATCH /mspp_webforms(mspp_webformid)请参阅更新 插入表行 |
UpsertRequest |
UpsertMultiple事件:False |
UpsertMultiple | UpsertMultipleRequest |
事件
下表列出了 Multistep Form (mspp_webform) 表的事件。 事件是可供订阅的消息。 除非您添加了该事件,否则不应调用该消息,仅可订阅它。
| Name | Web API 操作 | SDK for .NET |
|---|---|---|
BulkRetain |
BulkRetain | 了解如何将消息与 SDK for .NET 配合使用 |
PurgeRetainedContent |
PurgeRetainedContent | 了解如何将消息与 SDK for .NET 配合使用 |
Retain |
Retain | 了解如何将消息与 SDK for .NET 配合使用 |
RollbackRetain |
RollbackRetain | 了解如何将消息与 SDK for .NET 配合使用 |
ValidateRetentionConfig |
ValidateRetentionConfig | 了解如何将消息与 SDK for .NET 配合使用 |
属性
下表列出了 Multistep Form (mspp_webform) 表的选定属性。
| 资产 | 价值 |
|---|---|
| 显示名称 | 多步骤表单 |
| 显示集合名称 | Multistep Forms |
| 架构名称 | mspp_webform |
| 集合架构名称 | mspp_webforms |
| 实体集名称 | mspp_webforms |
| 逻辑名称 | mspp_webform |
| 逻辑集合名称 | mspp_webforms |
| PrimaryId属性 | mspp_webformid |
| PrimaryName属性 | mspp_name |
| 表类型 | Virtual |
| 所有权类型 | OrganizationOwned |
可写列/属性
这些列/属性为 IsValidForCreate 或 IsValidForUpdate (通常两者) 返回 true。 按 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
- 状态代码
- 状态代码
mspp_authenticationrequired
| 资产 | 价值 |
|---|---|
| Description | 如果用户是匿名的,请重定向以登录。 |
| 显示名称 | 需要身份验证 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_authenticationrequired |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_authenticationrequired |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_createdby
| 资产 | 价值 |
|---|---|
| Description | 显示记录的创建者。 |
| 显示名称 | 创建者 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_createdby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
mspp_createdon
| 资产 | 价值 |
|---|---|
| Description | 显示创建记录的日期和时间。 |
| 显示名称 | 创建时间 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_createdon |
| RequiredLevel | None |
| 类型 | 日期时间 |
| 可以更改日期时间行为 | True |
| 日期时间行为 | 用户本地 |
| Format | 日期和时间 |
| ImeMode | 未激活 |
| 源类型掩码 | 0 |
mspp_editexistingrecordpermitted
| 资产 | 价值 |
|---|---|
| Description | 确定是否可以编辑现有记录。 如果窗体步骤上的窗体模式设置为编辑模式,则忽略此设置。 否则,编辑表单将无法正常工作。 |
| 显示名称 | 编辑允许的现有记录 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_editexistingrecordpermitted |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_editexistingrecordpermitted |
| 默认值 | True |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_editexpiredmessage
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 编辑过期邮件 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_editexpiredmessage |
| RequiredLevel | None |
| 类型 | 备忘录 |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 10000 |
mspp_editexpiredstatecode
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 编辑过期状态代码 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_editexpiredstatecode |
| RequiredLevel | None |
| 类型 | 整数 |
| 最大值 | 2147483647 |
| 最小值 | 0 |
mspp_editexpiredstatuscode
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 编辑过期状态代码 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_editexpiredstatuscode |
| RequiredLevel | None |
| 类型 | 整数 |
| 最大值 | 2147483647 |
| 最小值 | 0 |
mspp_editnotpermittedmessage
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 编辑不允许的消息 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_editnotpermittedmessage |
| RequiredLevel | None |
| 类型 | 备忘录 |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 10000 |
mspp_modifiedby
| 资产 | 价值 |
|---|---|
| Description | 显示上次更新记录的人员。 |
| 显示名称 | 修改者 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_modifiedby |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | systemuser |
mspp_modifiedon
| 资产 | 价值 |
|---|---|
| Description | 显示修改记录的日期和时间。 |
| 显示名称 | 修改时间 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_modifiedon |
| RequiredLevel | None |
| 类型 | 日期时间 |
| 可以更改日期时间行为 | True |
| 日期时间行为 | 用户本地 |
| Format | 日期和时间 |
| ImeMode | 未激活 |
| 源类型掩码 | 0 |
mspp_multiplerecordsperuserpermitted
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 每个用户允许的多个记录 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_multiplerecordsperuserpermitted |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_multiplerecordsperuserpermitted |
| 默认值 | True |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_name
| 资产 | 价值 |
|---|---|
| Description | 自定义实体的名称。 |
| 显示名称 | 名称 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_name |
| RequiredLevel | 申请必填 |
| 类型 | String |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 100 |
mspp_progressindicatorenabled
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 已启用 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_progressindicatorenabled |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_progressindicatorenabled |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_progressindicatorignorelaststep
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 忽略正在进行的最后一步计数 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_progressindicatorignorelaststep |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_progressindicatorignorelaststep |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_progressindicatorposition
| 资产 | 价值 |
|---|---|
| Description | 相对于窗体的进度指示器的位置 |
| 显示名称 | 位置 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_progressindicatorposition |
| RequiredLevel | None |
| 类型 | 选择列表 |
| 默认表单值 | 756150000 |
| 全局选择名称 | mspp_webform_mspp_progressindicatorposition |
mspp_progressindicatorposition选项/选项
| 价值 | 标签 |
|---|---|
| 756150000 | 顶部 |
| 756150001 | 下 |
| 756150002 | Left |
| 756150003 | Right |
mspp_progressindicatorprependstepnum
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 将步骤编号追加到步骤标题 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_progressindicatorprependstepnum |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_progressindicatorprependstepnum |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_progressindicatortype
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 类型 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_progressindicatortype |
| RequiredLevel | None |
| 类型 | 选择列表 |
| 默认表单值 | 756150000 |
| 全局选择名称 | mspp_webform_mspp_progressindicatortype |
mspp_progressindicatortype选项/选项
| 价值 | 标签 |
|---|---|
| 756150000 | 标题 |
| 756150001 | 数字(第 1 步(共 N 步) |
| 756150002 | 进度栏 |
mspp_provisionedlanguages
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 预配的语言 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_provisionedlanguages |
| RequiredLevel | None |
| 类型 | 整数 |
| 最大值 | 2147483647 |
| 最小值 | 0 |
mspp_savechangeswarningmessage
| 资产 | 价值 |
|---|---|
| Description | 默认消息:您的更改尚未保存。 若要留在页面上,以便保存更改,请单击“取消”。 |
| 显示名称 | 保存更改警告消息 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_savechangeswarningmessage |
| RequiredLevel | None |
| 类型 | 备忘录 |
| Format | 文本 |
| 格式名称 | 文本 |
| ImeMode | Auto |
| 是可本地化的 | 假 |
| MaxLength (最大长度) | 10000 |
mspp_savechangeswarningonclose
| 资产 | 价值 |
|---|---|
| Description | 如果用户关闭浏览器或刷新页面,或单击多个步骤窗体中的上一个按钮,并且其更改尚未保存,则向用户显示警告消息。 |
| 显示名称 | 关闭时显示保存更改警告 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_savechangeswarningonclose |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_savechangeswarningonclose |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_startnewsessiononload
| 资产 | 价值 |
|---|---|
| Description | |
| 显示名称 | 在加载时启动新会话 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_startnewsessiononload |
| RequiredLevel | None |
| 类型 | 布尔 |
| 全局选择名称 | mspp_webform_mspp_startnewsessiononload |
| 默认值 | 假 |
| 真实标签 | 是的 |
| 虚假标签 | 否 |
mspp_startstep
| 资产 | 价值 |
|---|---|
| Description | 与 Multistep Form 关联的窗体步骤的唯一标识符。 |
| 显示名称 | 启动步骤 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_startstep |
| RequiredLevel | None |
| 类型 | 查找 |
| Targets | mspp_webformstep |
mspp_webformId
| 资产 | 价值 |
|---|---|
| Description | 实体实例的唯一标识符 |
| 显示名称 | 多步骤表单 |
| IsValidForForm (形式有效) | 假 |
| IsValidForRead | True |
| LogicalName | mspp_webformid |
| RequiredLevel | 系统必填 |
| 类型 | Uniqueidentifier |
mspp_websiteid
| 资产 | 价值 |
|---|---|
| Description | 与此记录关联的网站实体的唯一标识符 |
| 显示名称 | 网站 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | mspp_websiteid |
| RequiredLevel | 申请必填 |
| 类型 | 查找 |
| Targets | mspp_website |
statecode
| 资产 | 价值 |
|---|---|
| Description | Multistep 窗体的状态 |
| 显示名称 | 地位 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | 系统必填 |
| 类型 | State |
| 默认表单值 | |
| 全局选择名称 | mspp_webform_statecode |
statecode 选择/选项
| 价值 | 详细信息 |
|---|---|
| 0 | 标签: 活跃 默认状态:1 不变量名称: Active |
| 1 | 标签: 不活跃 默认状态:2 不变量名称: Inactive |
状态码
| 资产 | 价值 |
|---|---|
| Description | Multistep 窗体状态的原因 |
| 显示名称 | 状态描述 |
| IsValidForForm (形式有效) | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| 类型 | 状态 |
| 默认表单值 | |
| 全局选择名称 | mspp_webform_statuscode |
statuscode 选项/选项
| 价值 | 详细信息 |
|---|---|
| 1 | 标签: 活跃 状态:0 TransitionData:无 |
| 2 | 标签: 不活跃 状态:1 TransitionData:无 |
多对一关系
这些关系是多对一的。 按 SchemaName 列出。
- mspp_systemuser_mspp_webform_createdby
- mspp_systemuser_mspp_webform_modifiedby
- mspp_webform_startstep
- mspp_website_webform
mspp_systemuser_mspp_webform_createdby
一To-Many 关系: systemuser mspp_systemuser_mspp_webform_createdby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | mspp_createdby |
| ReferencingEntityNavigationPropertyName | mspp_createdby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
mspp_systemuser_mspp_webform_modifiedby
一To-Many 关系: systemuser mspp_systemuser_mspp_webform_modifiedby
| 资产 | 价值 |
|---|---|
| 引用实体 | systemuser |
| 引用属性 | systemuserid |
| 引用属性 | mspp_modifiedby |
| ReferencingEntityNavigationPropertyName | mspp_modifiedby |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
mspp_webform_startstep
一To-Many 关系: mspp_webformstep mspp_webform_startstep
| 资产 | 价值 |
|---|---|
| 引用实体 | mspp_webformstep |
| 引用属性 | mspp_webformstepid |
| 引用属性 | mspp_startstep |
| ReferencingEntityNavigationPropertyName | mspp_startstep |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
mspp_website_webform
一To-Many 关系: mspp_website mspp_website_webform
| 资产 | 价值 |
|---|---|
| 引用实体 | mspp_website |
| 引用属性 | mspp_websiteid |
| 引用属性 | mspp_websiteid |
| ReferencingEntityNavigationPropertyName | mspp_websiteid |
| 是层次结构 | |
| 级联配置 | 档案: NoCascade分配: NoCascade删除: NoCascade合并: NoCascade重新父级: NoCascadeRollupView: NoCascade共享: NoCascade取消分享: NoCascade |
一对多关系
这些关系是一对多的。 按 SchemaName 列出。
mspp_webform_webformmetadata_entityformforcreate
多To-One 关系: mspp_webformmetadata mspp_webform_webformmetadata_entityformforcreate
| 资产 | 价值 |
|---|---|
| 引用实体 | mspp_webformmetadata |
| 引用属性 | mspp_entityformforcreate |
| 引用实体导航属性名称 | mspp_webform_webformmetadata_entityformforcreate |
| IsCustomizable | False |
| 关联菜单配置 | 可用离线:True 行为: DoNotDisplay群: Details标签: MenuId:空 订货量: 10000 QueryApi:空 视图 ID: 00000000-0000-0000-0000-000000000000 |
mspp_webformstep_webform
多To-One 关系: mspp_webformstep mspp_webformstep_webform
| 资产 | 价值 |
|---|---|
| 引用实体 | mspp_webformstep |
| 引用属性 | mspp_webform |
| 引用实体导航属性名称 | mspp_webformstep_webform |
| IsCustomizable | False |
| 关联菜单配置 | 可用离线:True 行为: UseLabel群: Details标签:步骤 MenuId:空 订单:103100 QueryApi:空 视图 ID: 00000000-0000-0000-0000-000000000000 |
mspp_webpage_webform
多To-One 关系: mspp_webpage mspp_webpage_webform
| 资产 | 价值 |
|---|---|
| 引用实体 | mspp_webpage |
| 引用属性 | mspp_webform |
| 引用实体导航属性名称 | mspp_webpage_webform |
| IsCustomizable | False |
| 关联菜单配置 | 可用离线:True 行为: UseCollectionName群: Details标签: MenuId:空 订单:107000 QueryApi:空 视图 ID: 00000000-0000-0000-0000-000000000000 |