Delen via


<Handler> (FormXml)

Van toepassing op: CRM 2016 on-prem, CRM Online

Hiermee wordt een JavaScript-bibliotheek opgegeven en een functie die een gebeurtenis aanroept.

Syntaxis

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

Kenmerken en elementen

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

Kenmerken

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

Onderliggende elementen

Dit element heeft geen onderliggende elementen.

Bovenliggende elementen

Element Description

<Handlers> (FormXml)

Bevat alle gebeurtenishandlers voor een gebeurtenis.

Informatie over elementen

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

Zie ook

Verwijzing

Uitvoeringscontext (clientreferentie)

Concepten

Entiteitformulieren aanpassen

Overige resources

Form XML reference

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