Compartir a través de


<externaldependencies> (FormXml)

Se aplica a: CRM 2016 on-prem, CRM Online

Contiene dependencias que representan campos que no se pueden quitar del formulario.

Sintaxis

<externaldependencies>
 <dependency />
</externaldependencies>

Atributos y elementos

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

Atributos

Este elemento no tiene atributos.

Elementos secundarios

Element Description

<dependency> (FormXml)

Especifica un atributo necesario por el código en un evento.

Elementos primarios

Element Description

<form> (FormXml)

Contiene la definición de un formulario.

Comentarios

The <dependency> (FormXml) element is a required child of this element.

External dependencies are set in the form properties Non-Event Dependencies tab. Each event has an area where dependencies may be recorded that are specific to that event. External dependencies are not related to a specific form or field event. For example, if you are setting the default value of a field by using a query string to open a form for a new record, or if the target of an IFrame or a Web Resource dialog reads data from the form.

Información del elemento

Schema Type

FormXmlExternalDependenciesType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/externaldependencies

Vea también

Conceptos

Personalizar los formularios de entidad
Establecer valores de campo usando parámetros pasados a un formulario

Otros recursos

Form XML reference

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