Compartir a través de


<DisplayConditions> (FormXml)

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

Contiene definiciones de condiciones de pertenencia de algún rol de seguridad que deben cumplirse para mostrar el formulario.

Sintaxis

<DisplayConditions 
 FallbackForm =["0" | "1" | "true" | "false"]
 Order=Integer>
 [<Everyone />|<Role />]
</DisplayConditions>

Atributos y elementos

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

Atributos

Attribute Description Type Usage

FallbackForm

Indicates if this form represents a fallback form for the entity.

Boolean

Optional

Order

The relative order in which to display the form.

Integer

Optional

Elementos secundarios

Element Description

<Everyone> (FormXml)

Especifica que el formulario está visible para todo el mundo.

<Role> (FormXml)

Especifica un rol de seguridad al que un usuario debe estar asociado para ver un formulario.

Elementos primarios

Element Description

<form> (FormXml)

Contiene la definición de un formulario.

Información del elemento

Schema Type

FormDisplayConditionsType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/DisplayConditions

Vea también

Conceptos

Personalizar los formularios de entidad

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.