<form> (FormXml)

適用対象: CRM 2016 on-prem, CRM Online

フォームの定義を格納します。

構文

<form
 addedby="String"
 enablerelatedinformation=["0" | "1" | "true" | "false"]
 hasmargin=["0" | "1" | "true" | "false"] maxWidth="Integer"
 relatedInformationCollapsed=["0" | "1" | "true" | "false"] showImage=["0" | "1" | "true" | "false"] >
 shownavigationbar=["0" | "1" | "true" | "false"] >
 <ancestor/>
 <clientresources />
 <DisplayConditions />
 <events />
 <externaldependencies />
 <footer />
 <formLibraries />
 <formparameters />
 <header />
 <hiddencontrols />
 <Navigation />
 <RibbonDiffXml />
 <tabs />
</form>

属性と要素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

enablerelatedinformation

Controls whether the Form Assistant is enabled. The default value is false.

Boolean

Optional

relatedInformationCollapsed

Controls whether the Form Assistant pane is expanded by default. The default value is false.

Boolean

Optional

maxWidth

Specifies a maximum width for the form in pixels. This value must be greater than or equal to 400.

Integer

Optional

hasmargin

For internal use only.

Boolean

Optional

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

showImage

Controls whether the entity image is displayed. The default value is false.

Boolean

Optional

shownavigationbar

Sets whether the navigation area of the form is displayed.

Boolean

Optional

下位要素

Element Description

<Ancestor> (FormXml)

このフォームの作成元となった、更新されたユーザー エクスペリエンス フォームの ID を格納します。

<clientresources> (FormXml)

フォームに含まれるファイルとスクリプト オブジェクトを格納します。

<DisplayConditions> (FormXml)

フォームを表示するために満たす必要のあるセキュリティ ロールのメンバーシップの条件の定義を格納します。

<events> (FormXml)

セルまたはフォームのすべてのイベント定義を格納します。

<externaldependencies> (FormXml)

フォームから削除できないフィールドを表す依存関係を格納します。

<footer> (FormXml)

フォームの下部に読み取り専用の情報を表示します。

<formLibraries> (FormXml)

フォーム内で有効な JavaScript ライブラリを格納します。

<formparameters> (FormXml)

フォームに受け付けられるカスタム パラメーターの定義を格納します。

<header> (FormXml)

フォームの上部に読み取り専用の情報を表示します。

<hiddencontrols> (FormXml)

内部のみで使用します。

<Navigation> (FormXml)

フォーム ページに表示するナビゲーション オプションの定義を格納します。

<RibbonDiffXml> (FormXml)

フォームのユーザー定義のリボンのアクションを指定します。

<tabs> (FormXml)

フォームのタブの定義を格納します。

親要素

Element Description

<systemform> (FormXml)

フォームおよびサポートするデータの定義を格納します。

要素情報

Schema Type

FormType

Validation File

customizationSolution.xsd

Number of Occurrences

1

XPath

//FormXml/forms/systemform/form

関連項目

概念

エンティティ フォームのカスタマイズ

他のリソース

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.