Compartir a través de


<IsInlineNewEnabled> (FormXml)

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

Especifica si se muestra el botón Nuevo en las búsquedas alineadas. Solo para uso interno.

Sintaxis

<IsInlineNewEnabled>[false|true]</IsInlineNewEnabled>

Atributos y elementos

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

Atributos

Este elemento no tiene atributos.

Elementos secundarios

Este elemento no tiene elementos secundarios.

Elementos primarios

Element Description

<parameters> (FormXml)

Contiene los parámetros que se van a pasar a un control en un formulario.

Comentarios

For the New button to show up in the inline lookup, the <IsInlineNewEnabled> parameter must be passed as true, and the <EntityLogicalName> (FormXml) parameter should not be empty and must have a valid value. This parameter is unsupported and is for internal use only.

Ejemplo

The following shows an example of the IsInlineNewEnabled element.

<IsInlineNewEnabled>true</IsInlineNewEnabled>

Información del elemento

Para uso interno.

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.