<tabs> (FormXml)

適用対象: CRM 2016 on-prem, CRM Online

フォームのタブの定義を格納します。

構文

<tabs 
 addedby="String"
 showlabels="true" 
 >
 <tab />
</tabs>

属性と要素

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

属性

Attribute Description Type Usage

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

showlabels

Specifies whether the tabs are displayed.

Boolean

Optional

下位要素

Element Description

<tab> (FormXml)

フォームの構成におけるタブ要素を指定します。

親要素

Element Description

<form> (FormXml)

フォームの定義を格納します。

備考

If the showlabels attribute is set to false, the tabs on a form will be hidden. You should set this to false only when there is one tab on the form. Otherwise, users will not be able to navigate to other tabs.

要素情報

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs

関連項目

概念

エンティティ フォームのカスタマイズ

他のリソース

Form XML reference

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