다음을 통해 공유


<event> (FormXml)

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

양식 또는 필드에 대한 이벤트를 지정합니다.

구문

<event
 active=["0" | "1" | "true" | "false"]
 application=["0" | "1" | "true" | "false"]
 attribute="String"
 BehaviorInBulkEditForm="String"
 eventType=["DataEvent" | "ControlEvent"]
 name="String">
 <dependencies />
 <Handlers />
 <InternalHandlers />
</event>

특성 및 요소

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

특성

Attribute Description Type Usage

active

Describes whether the event is enabled for the form or the field. The default value is false.

Boolean

Optional

application

For internal use only.

Boolean

Optional

attribute

The name of an attribute for an OnChange event.

String

Optional

BehaviorInBulkEditForm

내부 전용입니다. Do not change this value.

Enumeration (BehaviorInBulkEditForm)

Optional

eventType

Valid values:

  • DataEvent

  • ControlEvent

Enumeration (CrmEventType)

Optional

name

The name of the event to associate scripts with. Valid values:

  • onload

  • onchange

  • onsave

  • tabstatechange

  • onreadystatecomplete

String

Optional

하위 요소

Element Description

<dependencies> (FormXml)

이벤트에 대한 종속성이 들어 있습니다.

<Handlers> (FormXml)

이벤트에 대한 모든 이벤트 처리기가 들어 있습니다.

<InternalHandlers> (FormXml)

내부 전용입니다. Microsoft Dynamics CRM에서 정의된 이벤트 처리기가 들어 있습니다.

상위 요소

Element Description

<events> (FormXml)

셀 또는 양식에 대한 모든 이벤트 정의가 들어 있습니다.

요소 정보

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/events/event |
//FormXml/forms/systemform/form/tabs/tab/events/event |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/events/event  |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/events/event

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

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.