다음을 통해 공유


<section> (FormXml)

적용 대상: CRM 2015 on-prem, CRM Online

양식 내에서 섹션을 지정합니다.

구문

<section
 addedby="String"
 celllabelalignment=["Center"|"Left"|"Right"]
 celllabelposition=["Top"|"Left"]
 columns="Non Negative Integer"
 group="String"
 height="String"
 id="String"
 IsUserDefined="String"
 labelid="String"
 labelwidth="Non Negative Integer"
 layout="String"
 locklevel="Non Negative Integer"
 name="String"
 showbar=["0" | "1" | "true" | "false"]
 showlabel=["0" | "1" | "true" | "false"]
 visible=["0" | "1" | "true" | "false"]>
 <labels />
 <rows />
</section>

특성 및 요소

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

celllabelalignment

Specifies label alignment.

Valid Values:

  • Center

  • Left

  • Right

Enumeration

Optional

celllabelposition

Specifies label position.

Valid Values:

  • Top

  • Left

Enumeration

Optional

columns

For internal use only.

Non Negative Integer

Optional

group

내부 전용입니다.

String

Optional

height

Contols the height of the section. Set the value to "auto" to make the section expand to fill all the available space.

String

Optional

id

Unique ID for the section. See Remarks.

String (FormGuidType)

Required

IsUserDefined

"1" indicates a custom section.

"0" indicates a default section.

String

Optional

labelid

A unique id value for the section label.

See Remarks.

String (FormGuidType)

Optional

labelwidth

Defines the horizontal space for a section label in pixels. The default is 110 pixels.

Non Negative Integer

Optional

layout

Defines the section layout property, either variable field width (varwidth) or fixed field width (varheight). The default is varwidth.

String

Optional

locklevel

Prevents the section from being deleted from the form or having its properties modified. This attribute cannot be set in the UI. Valid values:

  • 0 = Do not lock

  • 1= Locked

Non Negative Integer

Optional

name

The name of the section displayed in the section properties.

String

Optional

showbar

Indicates whether to show divider line below the section name. The divider line will only display when the showlabel attribute value is also true.

Boolean

Optional

showlabel

Show the name of this section on the form.

Boolean

Optional

visible

Specifies whether the section is displayed by default.

Boolean

Optional

하위 요소

Element Description

<labels> (FormXml)

양식 레이블 정의가 들어 있습니다.

<rows> (FormXml)

양식 레이아웃을 작성하는 데 사용되는 행을 지정합니다.

상위 요소

Element Description

<sections> (FormXml)

양식 레이아웃에 사용되는 섹션의 정의가 들어 있습니다.

설명

If you create a new <tab> (FormXml), <section> (FormXml) or <cell> (FormXml) element by copying from an existing form definition or by manually editing an exported customization.xml file you should create a new GUID value for the id attribute. You should use a tool like guidgen.exe to guarantee a unique valid GUID value. The guidgen.exe is included as part of the Windows SDK.

If you do not specify a new GUID value for the element id, you must create a new GUID value for the labelid attribute and add the labelid attribute. If you have duplicate element id values AND do not specify a unique labelid attribute value you will not be able to uninstall your solution. To address this issue you must export the default solution containing the form definitions, edit each element in the existing forms to add a unique labelid value, and then import those modified form definitions.

요소 정보

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column/Sections/section

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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