<dependency> (FormXml)

Si applica a: CRM 2016 on-prem, CRM Online

Specifica un attributo richiesto dal codice in un evento.

Sintassi

<dependency id="String"/>

Attributi ed elementi

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

Attributi

Attribute Description Type Usage

id

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

String

Optional

Elementi figlio

Questo elemento non presenta elementi figlio.

Elementi padre

Element Description

<dependencies> (FormXml)

Contiene tutte le dipendenze per un evento.

<externaldependencies> (FormXml)

Contiene dipendenze che rappresentano i campi che non è possibile rimuovere dal modulo.

Note

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

Esempio

The following shows an example of the dependency element.

<dependency id="transactioncurrencyid" />

Informazioni elemento

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

Vedere anche

Concetti

Personalizzare moduli di entità

Altre risorse

Form XML reference

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