<IsInlineNewEnabled> (FormXml)

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Specifies whether the New button is shown in the inline lookup. For internal use only.

Syntax

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

Attributes and Elements

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

Attributes

This element has no attributes.

Child Elements

This element has no child elements.

Parent Elements

Element Description

<parameters> (FormXml)

Contains the parameters to be passed to a control in a form.

Remarks

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.

Example

The following shows an example of the IsInlineNewEnabled element.

<IsInlineNewEnabled>true</IsInlineNewEnabled>

Element Information

For internal use only.

See Also

Concepts

Customize entity forms

Other Resources

Form XML reference

Microsoft Dynamics CRM 2013 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.