<Handler> (FormXml)

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

이벤트에 대해 호출할 JavaScript 라이브러리와 함수를 지정합니다.

구문

<Handler
 enabled=["0" | "1" | "true" | "false"]
 functionName="String"
 handlerUniqueId="String"
 libraryName="String"
 parameters="String"
 passExecutionContext=["0" | "1" | "true" | "false"]
 <dependencies />
</Handler>

특성 및 요소

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

특성

Attribute Description Type Usage

enabled

Specifies whether the handler is enabled

Boolean

Optional

functionName

Specifies the name of the function.

String

Required

handlerUniqueId

The unique ID for the handler.

String

Required

libraryName

The name of the Script Web Resource that contains the function.

String

Required

parameters

The values passed to the function

String

Optional

passExecutionContext

Indicates whether the execution context should be passed to the function.

Boolean

Optional

하위 요소

이 요소에는 하위 요소가 없습니다.

상위 요소

Element Description

<Handlers> (FormXml)

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

요소 정보

Schema Type

FormXmlHandlerType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

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

참고 항목

참조

실행 컨텍스트(클라이언트 쪽 참조)

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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