<dependency> (FormXml)

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

イベントのコードで必要な属性を指定します。

構文

<dependency id="String"/>

属性と要素

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

属性

Attribute Description Type Usage

id

Specifies the ID of a field that cannot be removed from the form while the dependency exists.

String

Optional

下位要素

この要素には子要素はありません。

親要素

Element Description

<dependencies> (FormXml)

イベントの依存関係を格納します。

<externaldependencies> (FormXml)

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

備考

With the <externaldependencies> (FormXml) element, at least one dependency must exist. With the <dependencies> (FormXml) element, a dependency is not required.

The following shows an example of the dependency element.

<dependency id="transactioncurrencyid" />

要素情報

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event/InternalHandlers/Handler/dependencies/dependency |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event/Handlers/Handler/dependencies/dependency |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event/dependencies/dependency |
//FormXml/forms/systemform/form/externaldependencies/dependency

関連項目

概念

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

他のリソース

Form XML reference

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